diff --git a/dpdk-16.07.2.tar.xz b/dpdk-16.07.2.tar.xz deleted file mode 100644 index 1ac3255..0000000 --- a/dpdk-16.07.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6a01417bcd1adf41f2a0d6c73ee95fbe251a0f100550523df15e1fbeb57fcd7 -size 11351988 diff --git a/dpdk-16.11.tar.xz b/dpdk-16.11.tar.xz new file mode 100644 index 0000000..f7d8422 --- /dev/null +++ b/dpdk-16.11.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2923017f0da808c09c2722e02fecb071b95f0ff0164d11ea26f170c7048517a +size 9048728 diff --git a/dpdk-thunderx.changes b/dpdk-thunderx.changes index 2a9d12b..19ad6e0 100644 --- a/dpdk-thunderx.changes +++ b/dpdk-thunderx.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Feb 2 15:21:14 CET 2017 - ndas@suse.de + +- 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. + ------------------------------------------------------------------- Fri Jan 20 11:01:47 CET 2017 - ndas@suse.de diff --git a/dpdk-thunderx.spec b/dpdk-thunderx.spec index 5ae7e2f..0fe1a64 100644 --- a/dpdk-thunderx.spec +++ b/dpdk-thunderx.spec @@ -43,7 +43,7 @@ # Do NOT edit this auto generated file! Edit dpdk.spec instead # and run 'pre_checkin.sh' before committing Name: dpdk-thunderx -Version: 16.07.2 +Version: 16.11 Release: 0 Summary: Set of libraries and drivers for fast packet processing (thunderx) License: BSD-3-Clause and GPL-2.0 and LGPL-2.1 @@ -127,7 +127,7 @@ as L2 and L3 forwarding. %define pmddir %{_libdir}/dpdk-pmds %prep -%setup -q -n dpdk-stable-%{version} +%setup -q -n dpdk-%{version} %patch1 -p1 -z .enic # This fixes CROSS compilation (broken) in the mk file for ThunderX sed -i '/^CROSS /s/^/#/' mk/machine/thunderx/rte.vars.mk diff --git a/dpdk.changes b/dpdk.changes index 2a9d12b..19ad6e0 100644 --- a/dpdk.changes +++ b/dpdk.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Feb 2 15:21:14 CET 2017 - ndas@suse.de + +- 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. + ------------------------------------------------------------------- Fri Jan 20 11:01:47 CET 2017 - ndas@suse.de diff --git a/dpdk.spec b/dpdk.spec index 727931b..3d46d6f 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.2 +Version: 16.11 Release: 0 Summary: Set of libraries and drivers for fast packet processing License: BSD-3-Clause and GPL-2.0 and LGPL-2.1 @@ -125,7 +125,7 @@ as L2 and L3 forwarding. %define pmddir %{_libdir}/dpdk-pmds %prep -%setup -q -n dpdk-stable-%{version} +%setup -q -n dpdk-%{version} %patch1 -p1 -z .enic # This fixes CROSS compilation (broken) in the mk file for ThunderX sed -i '/^CROSS /s/^/#/' mk/machine/thunderx/rte.vars.mk