This patch adds multi-process support for testpmd.

The test cmd example as follows:

the primary cmd:

./dpdk-testpmd -a xxx --proc-type=auto -l 0-1 -- -i \

--rxq=4 --txq=4 --num-procs=2 --proc-id=0



the secondary cmd:

./dpdk-testpmd -a xxx --proc-type=auto -l 2-3 -- -i \

--rxq=4 --txq=4 --num-procs=2 --proc-id=1



Signed-off-by: Min Hu (Connor) <[email protected]<mailto:[email protected]>>

Signed-off-by: Lijun Ou <[email protected]<mailto:[email protected]>>

Acked-by: Xiaoyun Li <[email protected]<mailto:[email protected]>>

Acked-by: Ajit Khaparde 
<[email protected]<mailto:[email protected]>>

Reviewed-by: Ferruh Yigit 
<[email protected]<mailto:[email protected]>>

<snip>



Acked-by: Aman Deep Singh 
<[email protected]<mailto:[email protected]>>

Tested-by: Aman Deep Singh 
<[email protected]<mailto:[email protected]>>

Reply via email to