summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYuanhan Liu <yliu@fridaylinux.org>2018-06-25 16:21:09 +0300
committerIan Stokes <ian.stokes@intel.com>2018-07-06 10:32:52 +0100
commitc3c722d2c7ee3a315d3520da7e83644fd05a942e (patch)
tree0831089443d253c2018e7997ffc05bc8d3f0484c /NEWS
parent02bb2824e51d195e894975a8d8da0708f9a6f367 (diff)
downloadopenvswitch-c3c722d2c7ee3a315d3520da7e83644fd05a942e.tar.gz
Documentation: document ovs-dpdk flow offload
Add details in the DPDK howto guide on the way to enable the offload along with the supported NICs and flow types. The flow offload is marked as experimental. Signed-off-by: Yuanhan Liu <yliu@fridaylinux.org> Co-authored-by: Shahaf Shuler <shahafs@mellanox.com> Signed-off-by: Shahaf Shuler <shahafs@mellanox.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cd15a332c..74dca1516 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,7 @@ Post-v2.9.0
See Testing topic for the details.
* Add LSC interrupt support for DPDK physical devices.
* Allow init to fail and record DPDK status/version in OVS database.
+ * Add experimental flow hardware offload support
- Userspace datapath:
* Commands ovs-appctl dpif-netdev/pmd-*-show can now work on a single PMD
* Detailed PMD performance metrics available with new command
@@ -110,7 +111,6 @@ v2.9.0 - 19 Feb 2018
* New appctl command 'dpif-netdev/pmd-rxq-rebalance' to rebalance rxq to
pmd assignments.
* Add rxq utilization of pmd to appctl 'dpif-netdev/pmd-rxq-show'.
- * Add support for vHost dequeue zero copy (experimental)
- Userspace datapath:
* Output packet batching support.
- vswitchd: