Hi DPDK Community,
I am facing an issue where CPU affinity is not working as expected in RHEL8 with DPDK 20.05, while it works fine in RHEL7.
Problem Statement:
· When running my
program with numactl -C4,5 ./testRTE on
RHEL7, the worker threads correctly bind to the assigned cores.
· However, on
RHEL8, the worker threads always bind to core 1, ignoring the specified CPU set.
Environment Details:
Sample Program: Attached
Observations:
Questions:
Any insights or suggestions would be greatly appreciated.
Thanks,
Rashi Agarwal.