SHA256
1
0
forked from pool/dpdk
Commit Graph

59 Commits

Author SHA256 Message Date
Dominique Leuenberger
723bdd9601 Accepting request 522138 from 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
      * Added generic flow API (rte_flow)
      * Added APIs for MACsec offload support to the ixgbe PMD
      * Added Solarflare libefx-based network PMD.
      * Added support for Mellanox ConnectX-5 adapters (mlx5)
      * Added ARMv8 crypto PMD
      * Added crypto performance test application
   * more details can be found in
     http://dpdk.org/doc/guides/rel_notes/release_17_08.html
     http://dpdk.org/doc/guides/rel_notes/release_17_05.html
     http://dpdk.org/doc/guides/rel_notes/release_17_02.html
    [-0002-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.patch                                                                                                                                            
    -0003-kni-define-HAVE_TRANS_START_HELPER-for-SLES12SP3.patch                                                                                                                                       
    -0004-net-thunderx-sync-mailbox-definitions-with-Linux-PF-.patch                                                                                                                                   
    -0005-kni-fix-build-with-gcc-7.1.patch                                                                                                                                                             
    -0006-kni-fix-ethtool-build-with-kernel-4.11.patch                                                                                                                                                 
    -0007-igb_uio-switch-to-new-irq-function-for-MSI-X.patch]
- Use updated patch to enable HAVE_TRANS_START_HELPER for SLE12SP3(bsc#1031705).
  [+ 0002-kni-fix-build-on-SLE12-SP3.patch]
- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version
- Split libs into a subpackage to provide multiple installable versions on same sytem
- 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
      * Added generic flow API (rte_flow)
      * Added APIs for MACsec offload support to the ixgbe PMD
      * Added Solarflare libefx-based network PMD.
      * Added support for Mellanox ConnectX-5 adapters (mlx5)
      * Added ARMv8 crypto PMD
      * Added crypto performance test application
   * more details can be found in
     http://dpdk.org/doc/guides/rel_notes/release_17_08.html
     http://dpdk.org/doc/guides/rel_notes/release_17_05.html
     http://dpdk.org/doc/guides/rel_notes/release_17_02.html
    [-0002-kni-define-HAVE_VF_VLAN_PROTO-for-SLES12SP3.patch                                                                                                                                            
    -0003-kni-define-HAVE_TRANS_START_HELPER-for-SLES12SP3.patch                                                                                                                                       
    -0004-net-thunderx-sync-mailbox-definitions-with-Linux-PF-.patch                                                                                                                                   
    -0005-kni-fix-build-with-gcc-7.1.patch                                                                                                                                                             
    -0006-kni-fix-ethtool-build-with-kernel-4.11.patch                                                                                                                                                 
    -0007-igb_uio-switch-to-new-irq-function-for-MSI-X.patch]
- Use updated patch to enable HAVE_TRANS_START_HELPER for SLE12SP3(bsc#1031705).
  [+ 0002-kni-fix-build-on-SLE12-SP3.patch]
- Enabled CONFIG_RTE_MAJOR_ABI: libs SONAME equal the DPDK release version
- Split libs into a subpackage to provide multiple installable versions on same sytem

OBS-URL: https://build.opensuse.org/request/show/522138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=19
2017-09-13 20:30:16 +00:00
Markos Chandras
117750050d 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
f30006c414 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
66ed248d25 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
Dominique Leuenberger
0aa3b297c3 Accepting request 511401 from network
1

OBS-URL: https://build.opensuse.org/request/show/511401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=18
2017-07-21 20:49:06 +00:00
f690468140 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
b2c344dce4 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
Dominique Leuenberger
03b0fb0da0 Accepting request 505253 from network
1

OBS-URL: https://build.opensuse.org/request/show/505253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=17
2017-06-22 08:40:06 +00:00
Markos Chandras
97a5b5dfba 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
Dominique Leuenberger
7fd574bbe2 Accepting request 497885 from network
1

OBS-URL: https://build.opensuse.org/request/show/497885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=16
2017-05-24 14:51:28 +00:00
Nirmoy Das
012aa9aad9 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
Dominique Leuenberger
0372bbb4b9 Accepting request 491001 from network
1

OBS-URL: https://build.opensuse.org/request/show/491001
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=15
2017-04-28 07:13:28 +00:00
Nirmoy Das
b62efd3af8 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
Dominique Leuenberger
5742e463e4 Accepting request 489079 from network
1

OBS-URL: https://build.opensuse.org/request/show/489079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=14
2017-04-20 18:58:48 +00:00
Markos Chandras
24d384e762 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
Yuchen Lin
d076a985d2 Accepting request 485850 from network
1

OBS-URL: https://build.opensuse.org/request/show/485850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=13
2017-04-11 07:46:05 +00:00
Markos Chandras
76f4489889 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
bd246ac340 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
Dominique Leuenberger
e0767551eb Accepting request 481702 from network
1

OBS-URL: https://build.opensuse.org/request/show/481702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=12
2017-03-24 01:22:12 +00:00
Markos Chandras
7e5f136cc7 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
Dominique Leuenberger
9e3e8a6c7d Accepting request 479085 from network
1

OBS-URL: https://build.opensuse.org/request/show/479085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=11
2017-03-17 14:06:29 +00:00
Markos Chandras
ae924d58e2 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
Dominique Leuenberger
f74712fec2 Accepting request 477127 from network
1

OBS-URL: https://build.opensuse.org/request/show/477127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=10
2017-03-13 14:33:04 +00:00
Markos Chandras
ca967862f3 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
Dominique Leuenberger
69e5e0d6c0 Accepting request 460208 from network
1

OBS-URL: https://build.opensuse.org/request/show/460208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=9
2017-03-02 18:29:44 +00:00
Markos Chandras
a96c423d07 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
c4b4cf42b8 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
Dominique Leuenberger
cfdadb8fe5 Accepting request 457474 from network
1

OBS-URL: https://build.opensuse.org/request/show/457474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=8
2017-02-16 16:07:07 +00:00
Markos Chandras
7c93a673ab 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
8086eb4bdc 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
4f52102519 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
59de1e7173 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
Dominique Leuenberger
b7dee9df9d Accepting request 452114 from network
1

OBS-URL: https://build.opensuse.org/request/show/452114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=7
2017-01-30 09:47:45 +00:00
Markos Chandras
fe796e1570 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
cc118bc923 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
4ff3c542ae 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
b800097b2e 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
c9bcc2c493 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
Nirmoy Das
6ed4cea857 Accepting request 448521 from home:mvarlese:branches:network
- Added dependency on gcc6 to build for aarch64 (armv8a) successfully

- Added support to build code for Thunderx platform:
  * New patch (0001-rte-vars-fix-for-thunderx.patch) to fix DPDK cross-compile environment 
- Introduced new dpdk-thunderx.spec file:
  * Removed architectures not supporting Thunderx platform (e.g. x86)
  * Added dependency on gcc v5.0 for armv8a-crc

- Update to version 16.07.2. Some of the fixes are listed below:
  * ethdev: prevent duplicate event callback
  * hash: fix bucket size usage

OBS-URL: https://build.opensuse.org/request/show/448521
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=21
2017-01-02 15:27:54 +00:00
Dominique Leuenberger
6b777e9646 Accepting request 443000 from network
1

OBS-URL: https://build.opensuse.org/request/show/443000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=6
2016-12-02 15:43:32 +00:00
Markos Chandras
a697252c47 Accepting request 442938 from home:markoschandras:network
- Update to version 16.07.2. Some of the fixes are listed below:
  * ethdev: prevent duplicate event callback
  * hash: fix bucket size usage
  * hash: fix unlimited cuckoo path
  * lpm: fix freeing memory
  * lpm: fix freeing unused sub-table on rule delete
  * mempool: fix leak if populate fails
  * mempool: fix search of maximum contiguous pages
  * pci: fix probing error if no driver found
  * net/bnx2x: fix maximum PF queues
  * net/bnxt: fix bit shift size
  * net/bnxt: fix crash when closing
  * net/enic: fix Rx queue index when not using Rx scatter
  * net/enic: fix crash on MTU update or Rx queue reconfigure
  * net/enic: fix crash with removed flow director filters
  * net/enic: fix max packet length check
  * net/enic: fix multi-queue Rx performance
  * net/enic: revert truncated packets counter fix
  * net/fm10k: fix VF Tx queue initialization
  * net/i40e: fix Rx hang when disable LLDP
  * net/ixgbe: fix VF registers
  * net/thunderx: fix Tx checksum handling
  * [The list of changes is rather long so please consult the following
    resources for the complete list of new features, bugfixes and other
    changes in this release:
    - http://dpdk.org/doc/guides-16.07/rel_notes/release_16_07.html#id2]

OBS-URL: https://build.opensuse.org/request/show/442938
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=19
2016-12-01 09:24:01 +00:00
Dominique Leuenberger
d2fe3e4ac5 Accepting request 442333 from network
1

OBS-URL: https://build.opensuse.org/request/show/442333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=5
2016-11-29 11:49:03 +00:00
Markos Chandras
4ba9dc95a0 Accepting request 441965 from home:markoschandras:network
- Update to version 16.07.1. Some of the fixes are listed below:
  * contigmem: zero all pages during mmap
  * crypto/null: fix key size increment value
  * hash: fix false zero signature key hit lookup
  * mem: fix crash on hugepage mapping error
  * mbuf: fix error handling on pool creation
  * net/e1000: fix returned number of available Rx descriptors
  * net/enic: fix freeing memory for descriptor ring
  * net/i40e: fix dropping packets with ethertype 0x88A8
  * net/i40e: fix mbuf leak during Rx queue release
  * net/i40e: fix null pointer dereferences when using VMDq+RSS
  * net/ixgbe/base: fix possible corruption of shadow RAM
  * net/ixgbe: fix VF reset to apply to correct VF
  * net/virtio_user: fix error management during init
  * [The list of changes is rather long so please consult the following
    resources for the complete list of new features, bugfixes and other
    changes in this release:
    - http://dpdk.org/doc/guides-16.07/rel_notes/release_16_07.html#fixes-in-16-07-01-stable-release]

OBS-URL: https://build.opensuse.org/request/show/441965
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=17
2016-11-28 09:58:46 +00:00
Dominique Leuenberger
d0977a0710 Accepting request 433604 from network
1

OBS-URL: https://build.opensuse.org/request/show/433604
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=4
2016-10-13 09:30:08 +00:00
Markos Chandras
f5183b10c1 Accepting request 433598 from home:ndas:branches:network
- Drop code for generating our own linker script.
  * Commit 948fd64befc3 (" mk: replace the combined library with a
    linker script") added upstream support for building and installing
    a linker script so we drop our code from the spec file which
    generated a much larger and possibly broken linker script resulting
    to linking issues (boo#1002534)

- Update to version 16.07. Some of the new features are listed below:
  
  * Removed the mempool cache memory if caching is not being used.
  * Added mempool external cache for non-EAL thread.
  * Changed the memory allocation scheme in the mempool library.
  * Added a new driver for Broadcom NetXtreme-C devices.
  * Added a new driver for ThunderX nicvf devices.
  * Added mailbox interrupt support for ixgbe and igb VFs.
  * Updated the ixgbe base driver.
  * Updated the i40e base driver.
  * Updated the enic driver.
  * Updated the mlx5 driver.
  * Added support for virtio on IBM POWER8.
  * Added support for Virtio in containers.
  * Added vhost-user client mode.
  * Added NSH packet recognition in i40e.
  * Added AES-CTR support to AESNI MB PMD.
  * Added AES counter mode support for Intel QuickAssist devices.
  * Added KASUMI SW PMD.
  * Added multi-writer support for RTE Hash with Intel TSX.
  * Improved IP Pipeline Application.
  * Added keepalive enhancements.
  * Added packet capture framework.

OBS-URL: https://build.opensuse.org/request/show/433598
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=15
2016-10-06 14:10:19 +00:00
Dominique Leuenberger
99083edb59 Accepting request 417973 from network
1

OBS-URL: https://build.opensuse.org/request/show/417973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=3
2016-08-09 20:15:52 +00:00
Nirmoy Das
f5030c82d2 Accepting request 417972 from home:ndas:branches:network
- Add _constraints file to force build dpdk with sse3 enabled x86 machine.
- Enable compilation for  ppc64le with the help of Rüdiger(ro@suse.de).
- Enable example package for aarch64 using Rüdiger(ro@suse.de) changes.
- Do not enable PMD_RING on ppc64le (missing rte_eth_from_rings).
- Disable examples that need LPM which is disabled on non-x86.
  [+0036-examples-fix-build-dependencies.patch,
   +0037-examples-ethtool-fix-build.patch]

OBS-URL: https://build.opensuse.org/request/show/417972
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=13
2016-08-09 10:58:13 +00:00
Dominique Leuenberger
4cccbdd134 Accepting request 407879 from network
1

OBS-URL: https://build.opensuse.org/request/show/407879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=2
2016-07-14 07:49:31 +00:00
000c38a217 Accepting request 407870 from home:ndas:branches:network
- Added support for aarch64 compilation. 
  [+0035-PAGE_SIZE-constant-is-not-defined-on-ARM-since-multi.patch]
- Disabled aarch64 dpdk-examples package for the time being as it 
  contains lots of Intel specific code.
- Added proper "Group" field for the subpackages .

OBS-URL: https://build.opensuse.org/request/show/407870
OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=11
2016-07-12 09:27:16 +00:00
Dominique Leuenberger
8de6c30512 Accepting request 404214 from network
New package

OBS-URL: https://build.opensuse.org/request/show/404214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dpdk?expand=0&rev=1
2016-06-25 00:23:13 +00:00