Currently, OVS Userspace strictly pins PMD threads to specific cores. In high-demand environments where customers fully utilize their CPUs, having cores locked at 100% solely for PMD reduces the system's ability to handle other workloads efficiently.
Add an option to remove pmd pinning. Salem Sol (1): dpif-netdev: Add pmd-no-pin option for PMD affinity. lib/dpif-netdev.c | 29 ++++++++++++++++++++++++++--- vswitchd/vswitch.xml | 14 ++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) -- 2.43.7 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
