summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCiara Loftus <ciara.loftus@intel.com>2016-08-03 13:29:24 +0100
committerDaniele Di Proietto <diproiettod@vmware.com>2016-08-03 18:09:37 -0700
commit0a0f39df1d5ae80bb905cffa8a011356e4193d9a (patch)
treec6dd301e4364ef7714f0d53a925f2e8d7af33013 /NEWS
parente9217f5a404b19c4ecc59a5a25c953d4bc698b76 (diff)
downloadopenvswitch-0a0f39df1d5ae80bb905cffa8a011356e4193d9a.tar.gz
netdev-dpdk: Add support for DPDK 16.07
This commit introduces support for DPDK 16.07 and consequently breaks compatibility with DPDK 16.04. DPDK 16.07 introduces some changes to various APIs. These have been updated in OVS, including: * xstats API: changes to structure of xstats * vhost API: replace virtio-net references with 'vid' Signed-off-by: Ciara Loftus <ciara.loftus@intel.com> Tested-by: Maxime Coquelin <maxime.coquelin@redhat.com> Tested-by: Robert Wojciechowicz <robertx.wojciechowicz@intel.com> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 822150535..c2ed71da7 100644
--- a/NEWS
+++ b/NEWS
@@ -68,6 +68,7 @@ Post-v2.5.0
is enabled in DPDK.
* Basic connection tracking for the userspace datapath (no ALG,
fragmentation or NAT support yet)
+ * Support for DPDK 16.07
- Increase number of registers to 16.
- ovs-benchmark: This utility has been removed due to lack of use and
bitrot.