You should pick a lcore that is on the same socket as the NIC (socket 0). It appears that lcore 1 is on socket 1. Please use the cpu_layout.py script in the DPDK tools directory to determine which lcores to use.
From: users <[email protected]> on behalf of Danushka Menikkumbura <[email protected]> Date: Friday, April 2, 2021 at 11:37 AM To: [email protected] <[email protected]> Subject: [dpdk-users] Pktgen port mapping error Hello, When I run pktget using the command line: sudo pktgen -l 0-1 -n 3 -- -P -m 1.0 I get the following error: PANIC in pktgen_main_rxtx_loop(): *** port 0 on socket ID 0 has different socket ID on lcore 1 socket ID 1 I have just one port on my machine. Please help me understand what I might be missing here. Thanks, Danushka
