Previous:
http://openvswitch.org/pipermail/dev/2016-July/075891.html

This RFC patch provides support for the DPDK 16.07 release which was
released 28th July. The reason for the RFC is that this patch depends
on support for the vHost User PMD found in the following patch-set:

http://openvswitch.org/pipermail/dev/2016-July/076710.html

Should you wish to test or apply this patch, please apply the PMD
patchset first.

v4:
- rebased with DPDK v16.07
- rebased with OVS master
- rebased with vHost User PMD patch

v3:
- rebase with DPDK rc3
- rebase with OVS master
- fixed style issues
- fixed & simplified xstats frees
- use xcalloc & free instead of rte_mzalloc & rte_free for xstats
- remove libnuma include
- fixed & simplified vHost NUMA set
- added flag to indicate device reconfigured at least once
- re-add call to rcu synchronise in destroy_device
- define IF_NAME_SZ and use instead of PATH_MAX
- added NEWS entry

v2:
- rebase with DPDK rc2
- rebase with OVS master
- fix vhost cuse compilation

 .travis/linux-build.sh   |   2 +-
 INSTALL.DPDK-ADVANCED.md |   6 +--
 INSTALL.DPDK.md          |  20 +++++-----
 NEWS                     |   1 +
 lib/netdev-dpdk.c        | 101 +++++++++++++++++++++++++----------------------
 5 files changed, 69 insertions(+), 61 deletions(-)

-- 
2.4.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to