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:
Markos Chandras 2017-02-09 13:08:17 +00:00 committed by Git OBS Bridge
parent fb17f4f2a8
commit 4a22c89237
2 changed files with 30 additions and 30 deletions

View File

@ -2,22 +2,22 @@
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
* 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.
* 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

View File

@ -2,22 +2,22 @@
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
* 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.
* 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