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
This commit is contained in:
parent
59de1e7173
commit
4f52102519
@ -2,22 +2,22 @@
|
|||||||
Thu Feb 2 15:21:14 CET 2017 - ndas@suse.de
|
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:
|
- Update to version 16.11(fate#321541). Some of the new features are listed below:
|
||||||
* Added software parser for packet type.
|
* Added software parser for packet type.
|
||||||
* Improved offloads support in mbuf.
|
* Improved offloads support in mbuf.
|
||||||
* Added vhost-user dequeue zero copy support.
|
* Added vhost-user dequeue zero copy support.
|
||||||
* Added vhost-user indirect descriptors support.
|
* Added vhost-user indirect descriptors support.
|
||||||
* Added vhost PMD xstats.
|
* Added vhost PMD xstats.
|
||||||
* Added virtio NEON support for ARM.
|
* Added virtio NEON support for ARM.
|
||||||
* Updated the ixgbe base driver.
|
* Updated the ixgbe base driver.
|
||||||
* Added APIs for VF management to the ixgbe PMD.
|
* Added APIs for VF management to the ixgbe PMD.
|
||||||
* Updated the enic driver.
|
* Updated the enic driver.
|
||||||
* Added openssl PMD.
|
* Added openssl PMD.
|
||||||
* Added support for new gcc -march option.
|
* Added support for new gcc -march option.
|
||||||
Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
|
Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
|
||||||
- Resolved fixes in the updated versions are :
|
- Resolved fixes in the updated versions are :
|
||||||
enic: Fixed several flow director issues.
|
* enic: Fixed several flow director issues.
|
||||||
enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
|
* enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
|
||||||
enic: Fixed high driver overhead when servicing Rx queues beyond the first.
|
* enic: Fixed high driver overhead when servicing Rx queues beyond the first.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 20 11:01:47 CET 2017 - ndas@suse.de
|
Fri Jan 20 11:01:47 CET 2017 - ndas@suse.de
|
||||||
|
30
dpdk.changes
30
dpdk.changes
@ -2,22 +2,22 @@
|
|||||||
Thu Feb 2 15:21:14 CET 2017 - ndas@suse.de
|
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:
|
- Update to version 16.11(fate#321541). Some of the new features are listed below:
|
||||||
* Added software parser for packet type.
|
* Added software parser for packet type.
|
||||||
* Improved offloads support in mbuf.
|
* Improved offloads support in mbuf.
|
||||||
* Added vhost-user dequeue zero copy support.
|
* Added vhost-user dequeue zero copy support.
|
||||||
* Added vhost-user indirect descriptors support.
|
* Added vhost-user indirect descriptors support.
|
||||||
* Added vhost PMD xstats.
|
* Added vhost PMD xstats.
|
||||||
* Added virtio NEON support for ARM.
|
* Added virtio NEON support for ARM.
|
||||||
* Updated the ixgbe base driver.
|
* Updated the ixgbe base driver.
|
||||||
* Added APIs for VF management to the ixgbe PMD.
|
* Added APIs for VF management to the ixgbe PMD.
|
||||||
* Updated the enic driver.
|
* Updated the enic driver.
|
||||||
* Added openssl PMD.
|
* Added openssl PMD.
|
||||||
* Added support for new gcc -march option.
|
* Added support for new gcc -march option.
|
||||||
Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
|
Detailed changes can be obtained from http://dpdk.org/doc/guides/rel_notes/release_16_11.html
|
||||||
- Resolved fixes in the updated versions are :
|
- Resolved fixes in the updated versions are :
|
||||||
enic: Fixed several flow director issues.
|
* enic: Fixed several flow director issues.
|
||||||
enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
|
* enic: Fixed inadvertent setting of L4 checksum ptype on ICMP packets.
|
||||||
enic: Fixed high driver overhead when servicing Rx queues beyond the first.
|
* enic: Fixed high driver overhead when servicing Rx queues beyond the first.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 20 11:01:47 CET 2017 - ndas@suse.de
|
Fri Jan 20 11:01:47 CET 2017 - ndas@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user