SHA256
1
0
forked from pool/dpdk

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
This commit is contained in:
Markos Chandras
2017-06-21 10:46:55 +00:00
committed by Git OBS Bridge
parent 012aa9aad9
commit 97a5b5dfba
8 changed files with 146 additions and 105 deletions

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Wed Jun 14 12:55:10 CEST 2017 - ndas@suse.de
- 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
* net/thunderx: fix stats access out of bounds
* net/virtio: disable LSC interrupt if MSIX not enabled
* net/i40e: fix mbuf alloc failed counter
* net: fix stripped VLAN flag for offload emulation
* vfio: fix disabling INTx
* net/igb: fix VF MAC address setting
* net/igb: fix VF MAC address setting
* net/ixgbe: fix VF Rx mode for allmulticast disabled
* net/bonding: fix updating slave link status
* net/virtio-user: fix overflow
* net/i40e: fix TC bitmap of VEB
* net/ixgbe/base: fix build error
* net/ixgbe: fix Rx queue blocking issue
* net/ixgbe: fix all queues drop setting of DCB
* net/ixgbe: fix TC bandwidth setting
more details can be found in
http://dpdk.org/ml/archives/stable/2017-May/001809.html
[- 0005-kni-fix-build-with-kernel-4.11.patch]
- use default gcc which is now gcc7 (bsc#1042372)
[+0005-kni-fix-build-with-gcc-7.1.patch]
-------------------------------------------------------------------
Tue May 23 22:25:38 UTC 2017 - mchandras@suse.de