On Thu, Aug 13, 2020 at 03:00:36PM +0800, Utkarsh Kathuria wrote: > Greetings of the day, > My name is Utkarsh Kathuria. I am new to DPDK and trying to run the > application l2fwd. > After I write the command ./examples/l2fwd/build/l2fwd -c 0x4 -n 1 -- -p > 0x3, it shows error cause not enough cores. > Please help me. > Portmask of 0x3 implies two ports, 0 and 1, while coremask of 0x4 only references a single core, core 2. Trying adding some more cores to the coremask, e.g. try -c 0x6.
Adding users mailing list, as that is a better list for questions such as this. /Bruce