Commit Graph

65 Commits

Author SHA256 Message Date
Tomáš Chvátal
a8647de607 Accepting request 699466 from home:ndas:branches:network
- Add missing libmnl-devel

- Add missing libmnl-devel

OBS-URL: https://build.opensuse.org/request/show/699466
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=101
2019-04-30 06:01:40 +00:00
Nirmoy Das
50e95741dc Accepting request 685395 from home:ndas:branches:network
- disable i586 build because lack of sse support
- disable i586 build because lack of sse support

OBS-URL: https://build.opensuse.org/request/show/685395
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=99
2019-03-15 14:51:18 +00:00
Nirmoy Das
60bf4ce386 Accepting request 683764 from home:ndas:branches:network
- remove -Wno-error=array-bounds as its no longer needed
- Add -U_FORTIFY_SOURCE to fix gcc8 error:
  "error: inlining failed in call to always_inline 'memcpy': target specific option mismatch"

- remove -Wno-error=array-bounds as its no longer needed
- Add -U_FORTIFY_SOURCE to fix gcc8 error:
  "error: inlining failed in call to always_inline 'memcpy': target specific option mismatch"

OBS-URL: https://build.opensuse.org/request/show/683764
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=98
2019-03-15 12:07:02 +00:00
Tomáš Chvátal
d0080fd53c Accepting request 678205 from home:ndas:branches:network
- Add  0002-fix-cpu-compatibility.patch to address issue with older
  CPUs (bsc#1125961)
  [+ 0002-fix-cpu-compatibility.patch]

- Add  0002-fix-cpu-compatibility.patch to address issue with older
  CPUs (bsc#1125961)
  [+ 0002-fix-cpu-compatibility.patch]

OBS-URL: https://build.opensuse.org/request/show/678205
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=96
2019-02-23 15:00:59 +00:00
Nirmoy Das
701c7398bc Accepting request 668548 from home:ndas:branches:network
- Update to 18.11; some of the changes are(fate#325916, fate#325951 fate#326025, fate#326992):
- Update to 18.11; some of the changes are(fate#325916, fate#325951 fate#326025, fate#326992):

OBS-URL: https://build.opensuse.org/request/show/668548
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=94
2019-01-25 09:30:30 +00:00
Nirmoy Das
6877b74b10 Accepting request 668322 from home:ndas:branches:network
- Update to 18.11; some of the changes are:
  * Added support for using externally allocated memory in DPDK.
  * Added check for ensuring allocated memory is addressable by devices.
  * Updated the C11 memory model version of the ring library.
  * Added NXP CAAM JR PMD.
  * Added support for GEN3 devices to Intel QAT driver.
  * Added Distributed Software Eventdev PMD.
  * Updated KNI kernel module, rte_kni library, and KNI sample application.
  * Add a new sample application for vDPA.
  * Updated mlx5 driver.
    ** Improved security of PMD to prevent the NIC from getting stuck when the application misbehaves.
    ** Reworked flow engine to supported e-switch flow rules (transfer attribute).
    ** Added support for header re-write(L2-L4), VXLAN encap/decap, count, match on TCP flags and multiple flow groups with e-switch flow rules.
    ** Added support for match on metadata, VXLAN and MPLS encap/decap with flow rules.
    ** Added support for RTE_ETH_DEV_CLOSE_REMOVE flag to provide better support for representors.
    ** Added support for meson build.
    ** Fixed build issue with PPC.
    ** Added support for BlueField VF.
    ** Added support for externally allocated static memory for DMA.
  all the changes can be viwed in http://doc.dpdk.org/guides/rel_notes/release_18_11.html
  [- 0001-enic-fix-Type-punning-and-strict-aliasing-warning.patch]

- Update to 18.11; some of the changes are:
  * Added support for using externally allocated memory in DPDK.
  * Added check for ensuring allocated memory is addressable by devices.
  * Updated the C11 memory model version of the ring library.
  * Added NXP CAAM JR PMD.
  * Added support for GEN3 devices to Intel QAT driver.
  * Added Distributed Software Eventdev PMD.
  * Updated KNI kernel module, rte_kni library, and KNI sample application.

OBS-URL: https://build.opensuse.org/request/show/668322
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=93
2019-01-24 16:14:12 +00:00
Nirmoy Das
baa049d381 Accepting request 644658 from home:ndas:branches:network
- Enable missed MLX PMDs for SLE12SP4 (bsc#1112307)

- Enable missed MLX PMDs for SLE12SP4 (bsc#1112307)

OBS-URL: https://build.opensuse.org/request/show/644658
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=91
2018-10-25 14:03:17 +00:00
Ismail Dönmez
5a0a41ba1c Accepting request 637654 from home:mvarlese:branches:network
- Fixed a naming issue with library: did not reflect soname
- Fixed a naming issue with library: did not reflect soname

OBS-URL: https://build.opensuse.org/request/show/637654
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=89
2018-09-24 12:57:22 +00:00
Markos Chandras
5139968e22 Accepting request 637575 from home:mvarlese:branches:network
- Fixed a problem with ABI compatibility; API/ABI compatibility is
  guaranteed by DPDK upstream community across subsequent bug-fix
  releases. However, the .spec file broke it by defining the wrong
  version which included also the bug-fix release number.

- Fixed a problem with ABI compatibility; API/ABI compatibility is
  guaranteed by DPDK upstream community across subsequent bug-fix
  releases. However, the .spec file broke it by defining the wrong
  version which included also the bug-fix release number.

OBS-URL: https://build.opensuse.org/request/show/637575
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=88
2018-09-24 12:05:13 +00:00
Nirmoy Das
987d2769c5 Accepting request 632142 from home:mvarlese:branches:network
- Fixed a syntax error affecting csh environment configuration(bsc#1102310)

- Fixed a syntax error affecting csh environment configuration(bsc#1102310)

OBS-URL: https://build.opensuse.org/request/show/632142
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=86
2018-08-29 11:23:54 +00:00
Marco Varlese
63d4d86aff - Update to 18.02.2; some of the changes are:
- Update to 18.02.2; some of the changes are:

OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=84
2018-06-25 12:46:27 +00:00
36b0f3c2e9 Accepting request 617394 from home:mvarlese:branches:network
- Update to 18.0.2.2; some of the changes are:
  * Added function to allow releasing internal EAL resources on exit
  * Added igb, ixgbe and i40e ethernet driver to support RSS with flow API
  * Updated i40e driver to support PPPoE/PPPoL2TP
  * Added MAC loopback support for i40e
  * Added support of run time determination of number of queues per i40e VF
  * Updated mlx4/mlx5 driver
  * Added NVGRE and UDP tunnels support in Solarflare network PMD
  * Added AVF (Adaptive Virtual Function) net PMD
  * Added feature supports for live migration from vhost-net to vhost-user
  * Updated the AESNI-MB PMD
  * Updated the DPAA_SEC crypto driver to support rte_security
  * Added New eventdev Ordered Packet Distribution Library (OPDL) PMD
  * Added GRO support for VxLAN-tunneled packets
- Removed 0002-dpdk-eal-ppc-rte_smp_mb.patch since incorporated
  upstream
- Update to 18.0.2.2; some of the changes are:
  * Added function to allow releasing internal EAL resources on exit
  * Added igb, ixgbe and i40e ethernet driver to support RSS with flow API
  * Updated i40e driver to support PPPoE/PPPoL2TP
  * Added MAC loopback support for i40e
  * Added support of run time determination of number of queues per i40e VF
  * Updated mlx4/mlx5 driver
  * Added NVGRE and UDP tunnels support in Solarflare network PMD
  * Added AVF (Adaptive Virtual Function) net PMD
  * Added feature supports for live migration from vhost-net to vhost-user
  * Updated the AESNI-MB PMD
  * Updated the DPAA_SEC crypto driver to support rte_security
  * Added New eventdev Ordered Packet Distribution Library (OPDL) PMD
  * Added GRO support for VxLAN-tunneled packets
- Removed 0002-dpdk-eal-ppc-rte_smp_mb.patch since incorporated
  upstream

OBS-URL: https://build.opensuse.org/request/show/617394
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=82
2018-06-18 07:37:25 +00:00
Nirmoy Das
7a7acb4d51 Accepting request 600113 from home:mvarlese:branches:network
- Update to 18.02.1
- Restrict untrusted guest to misuse virtio to corrupt
  host application(ovs-dpdk) memory which can lead all VM to lose
  connectivity(CVE-2018-1059,bsc#1089638).
  Changes:
  * Add deprecation notice for rte_vhost_gpa_to_vva()
  * Patch vhost-net and vhost-scsi examples
  * Fixes checkpatch warnings
  * Take VIRTIO_RING_F_EVENT_IDX into account when ring size (Tiwei)
  * Fix next chuncks translation access rights in Rx paths (Tiwei)
  * vhost: fix indirect descriptors table translation size
  * vhost: check all range is mapped when translating GPAs
  * vhost: introduce safe API for GPA translation
  * vhost: ensure all range is mapped when translating QVAs
  * vhost: add support for non-contiguous indirect descs tables
  * vhost: handle virtually non-contiguous buffers in Tx
  * vhost: handle virtually non-contiguous buffers in Rx
  * vhost: handle virtually non-contiguous buffers in Rx-mrg
  * examples/vhost: move to safe GPA translation API
  * examples/vhost_scsi: move to safe GPA translation API
  * vhost/crypto: move to safe GPA translation API
  * vhost: deprecate unsafe GPA translation API

- Update to 18.02.1
- Restrict untrusted guest to misuse virtio to corrupt
  host application(ovs-dpdk) memory which can lead all VM to lose
  connectivity(CVE-2018-1059,bsc#1089638).
  Changes:
  * Add deprecation notice for rte_vhost_gpa_to_vva()
  * Patch vhost-net and vhost-scsi examples

OBS-URL: https://build.opensuse.org/request/show/600113
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=80
2018-04-23 16:10:42 +00:00
Marco Varlese
868376b80c Accepting request 599299 from home:ndas:branches:network
- Enable MLX4/5 PMD only in Factory and >= SLES15
  It needs rdma-core >= v16.

- Enable MLX4/5 PMD only in Factory and >= SLES15
  It needs rdma-core >= v16.

OBS-URL: https://build.opensuse.org/request/show/599299
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=79
2018-04-20 13:41:31 +00:00
Nirmoy Das
5a4f3963f8 Accepting request 583318 from home:mvarlese:branches:network
- Removed 0002-kni-fix-build-on-SLE12-SP3.patch since no longer referenced in .spec files
- Added 0002-dpdk-eal-ppc-rte_smp_mb.patch to fix an issue on ppc64le platforms with v18.02
- Updated to version 18.02; some of the changes include:
  * Added function to allow releasing internal EAL resources on exit
  * Added igb, ixgbe and i40e ethernet driver to support RSS with flow API
  * Updated i40e driver to support PPPoE/PPPoL2TP
  * Added MAC loopback support for i40e
  * Added support of run time determination of number of queues per i40e VF
  * Updated mlx5 driver
  * Updated mlx4 driver
  * Added NVGRE and UDP tunnels support in Solarflare network PMD
  * Added AVF (Adaptive Virtual Function) net PMD
  * Added feature supports for live migration from vhost-net to vhost-user
  * Updated the AESNI-MB PMD
  * Updated the DPAA_SEC crypto driver to support rte_security
  * Added Wireless Base Band Device (bbdev) abstraction
  * Added New eventdev Ordered Packet Distribution Library (OPDL) PMD
  * Added new pipeline use case for dpdk-test-eventdev application
  * Updated Eventdev sample application to support event devices based on capability
  * Added Rawdev, a generic device support library
  * Added new multi-process communication channel
  * Added GRO support for VxLAN-tunneled packets
  * Increased default Rx and Tx ring size in sample applications
  * Added new DPDK build system using the tools “meson” and “ninja” [EXPERIMENTAL]
- Removed 0002-kni-fix-build-on-SLE12-SP3.patch since no longer referenced in .spec files
- Added 0002-dpdk-eal-ppc-rte_smp_mb.patch to fix an issue on ppc64le platforms with v18.02
- Updated to version 18.02; some of the changes include:
  * Added function to allow releasing internal EAL resources on exit
  * Added igb, ixgbe and i40e ethernet driver to support RSS with flow API
  * Updated i40e driver to support PPPoE/PPPoL2TP
  * Added MAC loopback support for i40e
  * Added support of run time determination of number of queues per i40e VF
  * Updated mlx5 driver
  * Updated mlx4 driver
  * Added NVGRE and UDP tunnels support in Solarflare network PMD
  * Added AVF (Adaptive Virtual Function) net PMD
  * Added feature supports for live migration from vhost-net to vhost-user
  * Updated the AESNI-MB PMD
  * Updated the DPAA_SEC crypto driver to support rte_security
  * Added Wireless Base Band Device (bbdev) abstraction
  * Added New eventdev Ordered Packet Distribution Library (OPDL) PMD
  * Added new pipeline use case for dpdk-test-eventdev application
  * Updated Eventdev sample application to support event devices based on capability
  * Added Rawdev, a generic device support library
  * Added new multi-process communication channel
  * Added GRO support for VxLAN-tunneled packets
  * Increased default Rx and Tx ring size in sample applications
  * Added new DPDK build system using the tools “meson” and “ninja” [EXPERIMENTAL]

OBS-URL: https://build.opensuse.org/request/show/583318
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=77
2018-03-06 12:12:48 +00:00
Marco Varlese
d22802aba6 Accepting request 580901 from home:ndas:branches:network
IXGBE PMD driver which is not available for that platform(bsc#1082154):
  IXGBE PMD driver which is not available for that platform(bsc#1082154):

OBS-URL: https://build.opensuse.org/request/show/580901
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=75
2018-02-28 10:03:16 +00:00
Markos Chandras
5f4ebfbafa wrap long line
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=73
2018-02-28 09:23:26 +00:00
Markos Chandras
8f6db21875 Accepting request 580872 from home:mvarlese:branches:network
- The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform:
  * Disable CONFIG_RTE_LIBRTE_POWER for the sample application;
  * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver;

- The vm_power example does not work for ppc64le since it uses the IXGBE PMD driver which is not available for that platform:
  * Disable CONFIG_RTE_LIBRTE_POWER for the sample application;
  * Disable CONFIG_RTE_LIBRTE_IXGBE_PMD for the actual PMD driver;

OBS-URL: https://build.opensuse.org/request/show/580872
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=72
2018-02-28 08:18:10 +00:00
Markos Chandras
e1d9afb42e Accepting request 580648 from home:mvarlese:branches:network
- Upgraded to latest stable release 17.11.1 (LTS): some of the fixes include:
  * location changes of the GPL and LGPL licenses;
  * net/mlx4:
    - fix drop flow resources leak
  * net/bnxt:
    - double increment of idx during Tx ring alloc
    - group info usage
    - check for ether type
    - size of Tx ring in HW
    - number of pools for RSS
    - return code in MAC address set
    - link speed setting with autoneg off
  * net/nfp:
    - MTU settings
    - jumbo settings
    - CRC strip check behaviour
  * net/sfc:
    - multicast address list copy memory leak
    - DMA memory leak after kvarg processing failure
    - fix label name to be consistent
  * net/i40e:
    - VLAN offload setting issue
    - FDIR input set conflict
    - FDIR rule confiliction issue
    - setting MAC address of VF
    - flow director Rx resource defect
    - warn when writing global registers
    - multiple driver support
    - interrupt conflict with multi-driver
    - Rx interrupt

OBS-URL: https://build.opensuse.org/request/show/580648
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=71
2018-02-27 16:09:34 +00:00
Markos Chandras
99af970eac Accepting request 566369 from home:ndas:branches:network
- Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609)

- Enable(disabled by default) MLX4 and MLX5 pmd(fate#322609)

OBS-URL: https://build.opensuse.org/request/show/566369
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=69
2018-01-16 11:52:44 +00:00
Nirmoy Das
5c7a58bb6e Accepting request 563064 from home:ndas:branches:network
- Upgraded to latest major 17.11(fate#322609); some of the fixes include:
- Upgraded to latest major 17.11(fate#322609); some of the fixes include:

OBS-URL: https://build.opensuse.org/request/show/563064
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=67
2018-01-09 16:07:28 +00:00
Nirmoy Das
a3b6a673ba Accepting request 562907 from home:mvarlese:branches:network
- Upgraded to latest major 17.11; some of the fixes include:
  * Extended port_id range from uint8_t to uint16_t
  * Added a new driver for Marvell Armada 7k/8k devices
  * Updated mlx4 driver
  * Updated mlx5 driver
  * Added SoftNIC PMD
  * Added support for NXP DPAA Devices
  * Updated support for Cavium OCTEONTX Device
  * Added PF support to the Netronome NFP PMD
  * Updated bnxt PMD
  * Added bus agnostic functions to cryptodev for PMD initialization
  * Updated QAT crypto PMD
  * Updated the AESNI MB PMD
  * Updated the OpenSSL PMD
  * Added NXP DPAA SEC crypto PMD
  * Add new benchmarking mode to dpdk-test-crypto-perf application
  * Added IOMMU support to libvhost-user
  * Added the Generic Segmentation Offload Library
  * Added the Flow Classification Library
- Removed 0002-kni-fix-build-on-SLE12-SP3.patch since patch merged upstream and available in 17.11
- Upgraded to latest major 17.11; some of the fixes include:
  * Extended port_id range from uint8_t to uint16_t
  * Added a new driver for Marvell Armada 7k/8k devices
  * Updated mlx4 driver
  * Updated mlx5 driver
  * Added SoftNIC PMD
  * Added support for NXP DPAA Devices
  * Updated support for Cavium OCTEONTX Device
  * Added PF support to the Netronome NFP PMD
  * Updated bnxt PMD
  * Added bus agnostic functions to cryptodev for PMD initialization
  * Updated QAT crypto PMD
  * Updated the AESNI MB PMD
  * Updated the OpenSSL PMD
  * Added NXP DPAA SEC crypto PMD
  * Add new benchmarking mode to dpdk-test-crypto-perf application
  * Added IOMMU support to libvhost-user
  * Added the Generic Segmentation Offload Library
  * Added the Flow Classification Library
- Removed 0002-kni-fix-build-on-SLE12-SP3.patch since patch merged upstream and available in 17.11

OBS-URL: https://build.opensuse.org/request/show/562907
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=66
2018-01-09 15:36:18 +00:00
Markos Chandras
ff347cd165 Accepting request 559270 from home:mvarlese:branches:network
- Added missing supported broadcom chipset family Broadcom NetXtreme II BCM57810

- Added missing supported broadcom chipset family Broadcom NetXtreme II BCM57810

OBS-URL: https://build.opensuse.org/request/show/559270
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=64
2017-12-22 09:54:56 +00:00
Markos Chandras
ce7ab2b762 Accepting request 555936 from home:mvarlese:branches:network
- Upgraded to latest stable 17.08.1; some of the fixes include:
  * net/qede: disable per-VF Tx switching feature
  * revert "net/virtio: flush Rx queues on start"
  * various fixes for mlx5 PMD drivers
  * various fixes for bnxt PMD drivers
  * various fixes for i40e PMD drivers
  * various fixes for crypto PMD drivers
  * testpmd: fix for non-consecutive ports
  * ethdev: fix ABI version

- Upgraded to latest stable 17.08.1; some of the fixes include:
  * net/qede: disable per-VF Tx switching feature
  * revert "net/virtio: flush Rx queues on start"
  * various fixes for mlx5 PMD drivers
  * various fixes for bnxt PMD drivers
  * various fixes for i40e PMD drivers
  * various fixes for crypto PMD drivers
  * testpmd: fix for non-consecutive ports
  * ethdev: fix ABI version

OBS-URL: https://build.opensuse.org/request/show/555936
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=62
2017-12-11 12:51:44 +00:00
Nirmoy Das
a2f4775088 Accepting request 541974 from home:markoschandras:network
- Add missing libelf-devel dependency

- Add missing libelf-devel dependency

OBS-URL: https://build.opensuse.org/request/show/541974
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=60
2017-11-15 11:20:10 +00:00
Markos Chandras
fcfd00a621 Accepting request 520811 from home:ndas:branches:network
- Updated to 17.08(bsc#1050250, bsc#1046598, fate#322913, fate#322608)
  Some of the new features are listed below:
   * Increase minimum x86 ISA version to SSE4.2
   * Added Fail-Safe PMD
   * Added support for generic flow API (rte_flow) on igb NICs
   * Added support for generic flow API (rte_flow) on enic
   * Added support for Chelsio T6 family of adapters
   * Added latency and performance improvements for cxgbe
   * Updated mlx5 driver
   * Added NXP DPAA2 Eventdev PMD
   * Added dpdk-test-eventdev test application
   * from 17.05:
      * Added mbuf raw free API
      * Added free Tx mbuf on demand API
      * Added VFIO hotplug support
      * Added PowerPC support for i40e and its vector PMD
      * Added VF max bandwidth setting in i40e
      * Added LiquidIO network PMD
      * Added support for NXP DPAA2 Network PMD
      * Added support for NXP DPAA2 - FSLMC bus
      * Added support for the Wind River Systems AVP PMD
      * Added vmxnet3 version 3 support
      * Added MTU feature support to Virtio and Vhost
      * Added event driven programming model library (rte_eventdev)
      * Added Software Eventdev PMD
      * Added Cavium OCTEONTX Eventdev PMD
      * Added NXP DPAA2 SEC crypto PMD
   * from 17.02:
      * Added generic EAL API for I/O device memory read/write operations
      * Added VF Daemon (VFD) for i40e. - EXPERIMENTAL

OBS-URL: https://build.opensuse.org/request/show/520811
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=58
2017-09-06 09:56:45 +00:00
Nirmoy Das
619c811b30 Accepting request 518735 from home:mvarlese:branches:network
- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version

- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version

OBS-URL: https://build.opensuse.org/request/show/518735
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=57
2017-08-28 12:03:03 +00:00
Nirmoy Das
b4575953e2 Accepting request 517867 from home:mvarlese:branches:network
- Split libs into a subpackage to provide multiple installable versions on same sytem

- Split libs into a subpackage to provide multiple installable versions on same sytem

OBS-URL: https://build.opensuse.org/request/show/517867
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=56
2017-08-25 10:24:55 +00:00
7f9fae1b89 Accepting request 511193 from home:ndas:branches:network
- Do not use obsolete pci_enable_msix for() kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch,
   +0007-igb_uio-switch-to-new-irq-function-for-MSI-X.patch]
- Do not use obsolete pci_enable_msix for() kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch,
   +0007-igb_uio-switch-to-new-irq-function-for-MSI-X.patch]

OBS-URL: https://build.opensuse.org/request/show/511193
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=54
2017-07-19 12:05:28 +00:00
Markos Chandras
7c5499548d Accepting request 511155 from home:ndas:branches:network
- Switch to pci_enable_msix_range() for kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch]

- Switch to pci_enable_msix_range() for kernel > 4.8
  [+0006-kni-fix-ethtool-build-with-kernel-4.11.patch]

OBS-URL: https://build.opensuse.org/request/show/511155
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=53
2017-07-18 09:39:57 +00:00
Markos Chandras
77c801fd6f Accepting request 505232 from home:ndas:branches:network
- Updated to 16.11.2 which provide bug fixes as below(fate#321541):
   * mbuf: fix missing includes in exported header
   * eal: fix debug macro redefinition
   * net/nfp: fix packet/data length conversion
   * net/i40e: fix setup when bulk is disabled
   * pci: fix device registration on FreeBSD
   * net/i40e: ensure vector mode is not used with QinQ
   * nic_uio: fix device binding at boot
   * net/bnx2x: fix transmit queue free threshold
   * net/vmxnet3: fix queue size changes
   * kni: fix build with kernel 4.11
   * kni: fix possible memory leak
   * kni: fix crash caused by freeing mempool
   * net/i40e: fix allocation check
   * net/virtio: fix crash when closing twice
   * net/ixgbevf: set xstats id values
   * net/i40e: fix hash input set on X722
   * eal/linux: fix build with glibc 2.25
   * net/i40e: fix incorrect packet index reference
   * net/thunderx: fix 32-bit build
   * net/thunderx: fix build on FreeBSD
   * net/thunderx: fix deadlock in Rx path
   * net/ixgbe: fix setting MTU on stopped device
   * vfio: fix secondary process start
   * net/virtio-user: fix address on 32-bit system
   * net/virtio: fix MSI-X for modern devices
   * net/virtio: fix link status always down
   * net/ixgbe: fix multi-queue mode check in SRIOV mode
   * net/i40e/base: fix potential out of bound array access
   * vhost: fix false sharing

OBS-URL: https://build.opensuse.org/request/show/505232
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=51
2017-06-21 10:46:55 +00:00
Nirmoy Das
9771d4112e Accepting request 497858 from home:markoschandras:network
- Add upstream patch to fix building against linux kernel 4.11
  [+0005-kni-fix-build-with-kernel-4.11.patch]

- Add upstream patch to fix building against linux kernel 4.11
  [+0005-kni-fix-build-with-kernel-4.11.patch]

OBS-URL: https://build.opensuse.org/request/show/497858
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=49
2017-05-24 07:37:09 +00:00
Nirmoy Das
8ed19c6a7e Accepting request 490996 from home:ndas:branches:network
- sync mailbox definitions with Linux PF driver(bsc#1035993)
  [+0004-net-thunderx-sync-mailbox-definitions-with-Linux-PF-.patch]

- sync mailbox definitions with Linux PF driver(bsc#1035993)
  [+0004-net-thunderx-sync-mailbox-definitions-with-Linux-PF-.patch]

OBS-URL: https://build.opensuse.org/request/show/490996
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=47
2017-04-25 12:30:12 +00:00
Markos Chandras
be0284c3e9 Accepting request 489078 from home:ndas:branches:network
- Enable HAVE_TRANS_START_HELPER for SLE12SP3(bsc#1031705).
  [+0003-kni-define-HAVE_TRANS_START_HELPER-for-SLES12SP3.patch]

- Enable HAVE_TRANS_START_HELPER for SLE12SP3(bsc#1031705).
  [+0003-kni-define-HAVE_TRANS_START_HELPER-for-SLES12SP3.patch]

OBS-URL: https://build.opensuse.org/request/show/489078
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=45
2017-04-18 11:30:08 +00:00
Markos Chandras
728eaafa82 Accepting request 485838 from home:ndas:branches:network
- Fix dpdk KMP build fails(bsc#1031750)
- enable igb_uio kernel module(fate#322394)
- update kernel version for SLES12SP3 4.4.59 for bsc#1031705
  [*0002-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.patch]

- Fix dpdk KMP build fails(bsc#1031750)
- enable igb_uio kernel module(fate#322394)
- update kernel version for SLES12SP3 4.4.59 for bsc#1031705
  [*0002-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.patch]

OBS-URL: https://build.opensuse.org/request/show/485838
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=43
2017-04-05 14:51:28 +00:00
505a7aaab6 Accepting request 484048 from home:ndas:branches:network
- Enable HAVE_VF_VLAN_PROTO for SLE12SP3(bsc#1031705).
  [+0002-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.patch]

- Enable HAVE_VF_VLAN_PROTO for SLE12SP3(bsc#1031705).
  [+0002-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.patch]

OBS-URL: https://build.opensuse.org/request/show/484048
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=42
2017-04-05 11:45:54 +00:00
Markos Chandras
6b496a59ee Accepting request 481460 from home:ndas:branches:network
- Disable dpdk-kmp package for ix86.

- Disable dpdk-kmp package for ix86.

OBS-URL: https://build.opensuse.org/request/show/481460
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=40
2017-03-21 09:55:37 +00:00
Markos Chandras
fc414db1af Accepting request 479084 from home:ndas:branches:network
- Upgrade to LTS release of 16.11 which contains fixes below(fate#321541):
- Add _constraints file to force build dpdk with sse3 enabled x86 machine(bsc#993462).
   +0037-examples-ethtool-fix-build.patch,
   +_constraints]
- Upgrade to LTS release of 16.11 which contains fixes below(fate#321541):
- Add _constraints file to force build dpdk with sse3 enabled x86 machine(bsc#993462).
   +0037-examples-ethtool-fix-build.patch,
   +_constraints]

OBS-URL: https://build.opensuse.org/request/show/479084
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=38
2017-03-13 15:14:52 +00:00
Markos Chandras
ddc9ce00ac Accepting request 476754 from home:ndas:branches:network
- Upgrade to LTS release of 16.11 which contains fixes below:
   * app/test: fix symmetric session free in crypto perf tests
   * app/testpmd: fix check for invalid ports
   * app/testpmd: fix static build link ordering
   * crypto/aesni_gcm: fix IV size in capabilities
   * crypto/aesni_gcm: fix J0 padding bytes
   * crypto/aesni_mb: fix incorrect crypto session
   * crypto/openssl: fix extra bytes written at end of data
   * crypto/openssl: fix indentation in guide
   * crypto/qat: fix IV size in capabilities
   * crypto/qat: fix to avoid buffer overwrite in OOP case
   * cryptodev: fix crash on null dereference
   * cryptodev: fix loop in device query
   * devargs: reset driver name pointer on parsing failure
   * drivers/crypto: fix different auth/cipher keys
   * ethdev: check maximum number of queues for statistics
   * ethdev: fix extended statistics name index
   * ethdev: fix port data mismatched in multiple process model
   * ethdev: fix port lookup if none
   * ethdev: remove invalid function from version map
   * examples/ethtool: fix driver information
   * examples/ethtool: fix querying non-PCI devices
   * examples/ip_pipeline: fix coremask limitation
   * examples/ip_pipeline: fix parsing of pass-through pipeline
   * examples/l2fwd-crypto: fix overflow
   * examples/vhost: fix calculation of mbuf count
   * examples/vhost: fix lcore initialization
   * mempool: fix API documentation
   * mempool: fix stack handler dequeue
   * net/af_packet: fix fd use after free

OBS-URL: https://build.opensuse.org/request/show/476754
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=36
2017-03-06 10:07:56 +00:00
Markos Chandras
d01fcff59d Accepting request 460203 from home:ndas:branches:network
- Fix broken dpdk-pmd/* soft links(bsc#1026804).

- Fix broken dpdk-pmd/* soft links(bsc#1026804).

OBS-URL: https://build.opensuse.org/request/show/460203
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=34
2017-02-24 13:21:15 +00:00
Markos Chandras
719099ac1a Accepting request 458688 from home:ndas:branches:network
- Do not disable cryptodev as EXPREMENTAL tag has been removed.
- Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending 
  on it anymore and its removed from the upstream.

- Do not disable cryptodev as EXPREMENTAL tag has been removed.
- Remove CONFIG_RTE_LIBRTE_MBUF_OFFLOAD as cryptodev is not depending 
  on it anymore and its removed from the upstream.

OBS-URL: https://build.opensuse.org/request/show/458688
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=33
2017-02-20 09:25:09 +00:00
Markos Chandras
9e35d55dbb Accepting request 457472 from home:ndas:branches:network
- Build dpdk-thunderx only for aarch64
- Build dpdk-thunderx only for aarch64

OBS-URL: https://build.opensuse.org/request/show/457472
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=31
2017-02-15 16:11:14 +00:00
Markos Chandras
04530a0ab2 Accepting request 456738 from home:ndas:branches:network
- Enable rte_kni kernel module for dpdk(fate#322394).
  [+preamble]

- Enable rte_kni kernel module for dpdk(fate#322394).
  [+preamble]

OBS-URL: https://build.opensuse.org/request/show/456738
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=30
2017-02-13 11:42:18 +00:00
Markos Chandras
4a22c89237 Accepting request 455753 from home:ndas:branches:network
* Added software parser for packet type.
  * Improved offloads support in mbuf.
  * Added vhost-user dequeue zero copy support.
  * Added vhost-user indirect descriptors support.
  * Added vhost PMD xstats.
  * Added virtio NEON support for ARM.
  * Updated the ixgbe base driver.
  * Added APIs for VF management to the ixgbe PMD.
  * Updated the enic driver.
  * Added openssl PMD.
  * Added support for new gcc -march option.
  Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
  * enic: Fixed several flow director issues.
  * enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
  * enic: Fixed high driver overhead when servicing Rx queues beyond the first.
  * Added software parser for packet type.
  * Improved offloads support in mbuf.
  * Added vhost-user dequeue zero copy support.
  * Added vhost-user indirect descriptors support.
  * Added vhost PMD xstats.
  * Added virtio NEON support for ARM.
  * Updated the ixgbe base driver.
  * Added APIs for VF management to the ixgbe PMD.
  * Updated the enic driver.
  * Added openssl PMD.
  * Added support for new gcc -march option.
  Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
  * enic: Fixed several flow director issues.
  * enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
  * enic: Fixed high driver overhead when servicing Rx queues beyond the first.

OBS-URL: https://build.opensuse.org/request/show/455753
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=29
2017-02-09 13:08:17 +00:00
Nirmoy Das
fb17f4f2a8 Accepting request 454432 from home:ndas:branches:network
- Update to version 16.11(fate#321541). Some of the new features are listed below:
	* Added software parser for packet type.
	* Improved offloads support in mbuf.
	* Added vhost-user dequeue zero copy support.
	* Added vhost-user indirect descriptors support.
	* Added vhost PMD xstats.
	* Added virtio NEON support for ARM.
	* Updated the ixgbe base driver.
	* Added APIs for VF management to the ixgbe PMD.
	* Updated the enic driver.
	* Added openssl PMD.
	* Added support for new gcc -march option.
	Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
- Resolved fixes in the updated versions are :
	    enic: Fixed several flow director issues.
		enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
		enic: Fixed high driver overhead when servicing Rx queues beyond the first.

- Update to version 16.11(fate#321541). Some of the new features are listed below:
	* Added software parser for packet type.
	* Improved offloads support in mbuf.
	* Added vhost-user dequeue zero copy support.
	* Added vhost-user indirect descriptors support.
	* Added vhost PMD xstats.
	* Added virtio NEON support for ARM.
	* Updated the ixgbe base driver.
	* Added APIs for VF management to the ixgbe PMD.
	* Updated the enic driver.
	* Added openssl PMD.
	* Added support for new gcc -march option.

OBS-URL: https://build.opensuse.org/request/show/454432
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=28
2017-02-03 15:13:14 +00:00
Markos Chandras
ca2fe4a402 Accepting request 452112 from home:ndas:branches:network
- Fix possible parallel installation of dpdk subpackages.
- Fix possible parallel installation of dpdk subpackages.

OBS-URL: https://build.opensuse.org/request/show/452112
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=26
2017-01-24 10:01:26 +00:00
Markos Chandras
a80f158d4f Accepting request 451583 from home:ndas:branches:network
- Added gcc-6 as default compiler for CRC/mtune & other optimizations.

- Added gcc-6 as default compiler for CRC/mtune & other optimizations.

OBS-URL: https://build.opensuse.org/request/show/451583
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=25
2017-01-20 11:01:04 +00:00
2db0881ccb Accepting request 449831 from home:ndas:branches:network
- Added support to build code for Thunderx platform(fate#321960).
- Added support to build code for Thunderx platform(fate#321960).

OBS-URL: https://build.opensuse.org/request/show/449831
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=24
2017-01-12 12:20:21 +00:00
Markos Chandras
881a9f4162 Accepting request 448772 from home:ndas:branches:network
- Add pre_checkin.sh to generate the dpdk-thunderx.spec file
- Add pre_checkin.sh to generate the dpdk-thunderx.spec file

OBS-URL: https://build.opensuse.org/request/show/448772
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=23
2017-01-05 09:51:54 +00:00
Nirmoy Das
c300c9f694 Accepting request 448539 from home:ndas:branches:network
OBS-URL: https://build.opensuse.org/request/show/448539
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=22
2017-01-02 16:48:12 +00:00