Re: [PATCH v2] app/testpmd: fix crash in multi-process packet forwarding

2024-02-07 Thread Ferruh Yigit
On 1/30/2024 1:32 AM, Dengdui Huang wrote: > On multi-process scenario, each process creates flows based on the > number of queues. When nbcore is greater than 1, multiple cores may > use the same queue to forward packet, like: > dpdk-testpmd -a BDF --proc-type=auto -- -i --rxq=4 --txq=4 > --nb-cor

[PATCH v2] app/testpmd: fix crash in multi-process packet forwarding

2024-01-29 Thread Dengdui Huang
On multi-process scenario, each process creates flows based on the number of queues. When nbcore is greater than 1, multiple cores may use the same queue to forward packet, like: dpdk-testpmd -a BDF --proc-type=auto -- -i --rxq=4 --txq=4 --nb-cores=2 --num-procs=2 --proc-id=0 testpmd> start mac pac