Is there any PR on this? It will be nice to be able to specify additional DPDK parameters. For example, I need to change the txq_inline parameter to see if it will help with PCI back pressure, similar to what I can do with testpmd below by passing txq_inline with the -w option.
./testpmd -c 0x1ff -n 4 -w 0000:08:00.0,txq_inline=128 -w
0000:08:00.1,txq_inline=128 --socket-mem=2048,0 -- --port-numa-
config=0,0,1,0 --socket-num=0 --burst=64 --txd=1024 --rxd=256 --
mbcache=512 --rxq=4 --txq=4 --nb-cores=8 -I
So my current conclusion is I need to recompile Trex and add this parameters in update_dpdk_args. Any other way to do this?