This patch series contains some fixes and workarounds for some problems found while testing odp-ovs on keystone2 with ODP v0.8.
First two patches are required because of the changes introduced in upstream OVS for PMD netdevs. In the general case that is about the DPDK netdev but ODP is one for odp-ovs in particular. Patches 3 and 4 are workarounds, proper solutions would involve many more changes in OVS, maybe even modifying the API. Ciprian Barbu (5): ofpbuf: init the buffer source before any other operations netdev-odp: add get_numa_id netdev-odp: workaround pmd threads reinitializing ovs-numa: workaround missing numa support for pmd netdevs utilities: remove dependency on kernel module for ODP netdev lib/dpif-netdev.c | 3 +++ lib/netdev-odp.c | 14 ++++++++++---- lib/ofpbuf.c | 4 ++-- lib/ovs-numa.c | 24 +++++++++++++++++++----- utilities/ovs-ctl.in | 10 ++++++---- 5 files changed, 40 insertions(+), 15 deletions(-) -- 1.8.3.2 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
