From a697252c471a20595e98731f1cc4a877861c6b709c06b621cfdd4dc628139d1b Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Thu, 1 Dec 2016 09:24:01 +0000 Subject: [PATCH] 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 --- dpdk-16.07.1.tar.xz | 3 --- dpdk-16.07.2.tar.xz | 3 +++ dpdk.changes | 30 ++++++++++++++++++++++++++++++ dpdk.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 dpdk-16.07.1.tar.xz create mode 100644 dpdk-16.07.2.tar.xz diff --git a/dpdk-16.07.1.tar.xz b/dpdk-16.07.1.tar.xz deleted file mode 100644 index d128f1a..0000000 --- a/dpdk-16.07.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e28c689916fb633398ad1b9b2607c2bec4ba15e27370d6e482d04eb6a04ae280 -size 11348472 diff --git a/dpdk-16.07.2.tar.xz b/dpdk-16.07.2.tar.xz new file mode 100644 index 0000000..1ac3255 --- /dev/null +++ b/dpdk-16.07.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a01417bcd1adf41f2a0d6c73ee95fbe251a0f100550523df15e1fbeb57fcd7 +size 11351988 diff --git a/dpdk.changes b/dpdk.changes index e63973a..39dbd43 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Nov 30 16:51:47 UTC 2016 - mchandras@suse.de + +- 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] + ------------------------------------------------------------------- Thu Nov 24 15:31:27 UTC 2016 - mchandras@suse.de diff --git a/dpdk.spec b/dpdk.spec index af1c4bb..ef96b64 100644 --- a/dpdk.spec +++ b/dpdk.spec @@ -41,7 +41,7 @@ # Add option to build without tools %bcond_without tools Name: dpdk -Version: 16.07.1 +Version: 16.07.2 Release: 0 Summary: Set of libraries and drivers for fast packet processing License: BSD-3-Clause and GPL-2.0 and LGPL-2.1