Hello Patrick, > sudo build/app/testpmd -b 0000:03:00.0 -b 0000:03:00.1 -c<coremask> -n3 > -- --nb-cores=<ncores> --nb-ports=2 --rxd=2048 --rxd=2048 --mbcache=512 > --burst=512 --rxd=<nqueues> --txq=<nqueues>
I guess it's a typo, but just in case, I think you mean "rxq" instead of "rxd" at the end of the command line? You can check that all is properly configured by using the interactive mode of testpmd, and display the configuration with the following commands: show config rxtx show config cores show config fwd ... Regards, Olivier