Previous: http://openvswitch.org/pipermail/dev/2016-July/076715.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 ovsrcu_index type provided in the following patch: http://openvswitch.org/pipermail/dev/2016-August/077097.html Should you wish to test or apply this patch, please apply the RCU patch first. v5: - rebase with OVS master - un-rebase(?) with vHost User PMD patch - use new RCU index mechanism on vid 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 Ciara Loftus (1): netdev-dpdk: Add support for DPDK 16.07 .travis/linux-build.sh | 2 +- INSTALL.DPDK-ADVANCED.md | 8 +- INSTALL.DPDK.md | 20 ++--- NEWS | 1 + lib/netdev-dpdk.c | 223 +++++++++++++++++++++++++---------------------- 5 files changed, 133 insertions(+), 121 deletions(-) -- 2.4.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev