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
This commit is contained in:
parent
ca2fe4a402
commit
fb17f4f2a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6a01417bcd1adf41f2a0d6c73ee95fbe251a0f100550523df15e1fbeb57fcd7
|
||||
size 11351988
|
3
dpdk-16.11.tar.xz
Normal file
3
dpdk-16.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2923017f0da808c09c2722e02fecb071b95f0ff0164d11ea26f170c7048517a
|
||||
size 9048728
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
21
dpdk.changes
21
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user