rte_eal_init() arg '-c' is deprecated in DPDK 25.07.

So we will need to replace converting dpdk-lcore-mask to -c at least for
use of DPDK 25.11. We can do this now by using '--lcores' instead of '-c'.

This also adds compatability for using a core greater than the max
lcore value, similar to commit:
fe53b478f86e ("dpdk: Fix main lcore on systems with many cores.")

vswitch.xml is also updated as the old dpdk-lcore-mask description was
a bit misleading.

Kevin Traynor (2):
  vswitch.xml: Update docs for dpdk-lcore-mask.
  dpdk: Convert dpdk-lcore-mask to DPDK lcore args.

 lib/dpdk.c                  | 76 +++++++++++++++++++++++++++++++++++--
 tests/pmd.at                | 15 --------
 tests/system-dpdk-macros.at | 15 ++++++++
 tests/system-dpdk.at        | 73 +++++++++++++++++++++++++++++++++++
 tests/testsuite.at          |  1 +
 vswitchd/vswitch.xml        | 17 ++++++---
 6 files changed, 173 insertions(+), 24 deletions(-)

-- 
2.51.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to