Dear DPDK users;
I am trying to make a design that will improve performance. Therefore, I will give the main cores the -c parameter. For example $ ./build/my_application -c 1-10 -n 4 In the main core, I will run my application with the DPDK. I will exclude the helper cores from the main core jobs and perform other operations in the helper cores. Is this method appropriate or is there a better method? Thanks in advance. Burcu
