Systems such as the IBM POWER9 do not allocate contiguous NUMA nodes, nor does the DPDK framework require that they be contiguous. This patchset enables OVS support for systems with non-contiguous NUMA nodes and adds additional tests using the "--dummy-numa" parameter to verify the functionality.
David Christensen (2): dpdk: support non-contiguous NUMA nodes for IBM POWER systems dpdk: add non-contiguous NUMA node support to auto tests lib/dpdk.c | 27 ++++++--- lib/ovs-numa.c | 12 +--- lib/ovs-numa.h | 1 + tests/dpif-netdev.at | 64 +++++++++++--------- tests/ofproto-dpif.at | 100 ++++++++++++++++++-------------- tests/pmd.at | 132 ++++++++++++++++++++++-------------------- 6 files changed, 186 insertions(+), 150 deletions(-) -- 2.27.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
