> -----Original Message-----
> From: Xueming Li <xuemi...@nvidia.com>
> Sent: Thursday, October 21, 2021 13:09
> To: dev@dpdk.org; Zhang, Yuying <yuying.zh...@intel.com>; Li, Xiaoyun
> <xiaoyun...@intel.com>
> Cc: xuemi...@nvidia.com; Jerin Jacob <jerinjac...@gmail.com>; Yigit, Ferruh
> <ferruh.yi...@intel.com>; Andrew Rybchenko
> <andrew.rybche...@oktetlabs.ru>; Viacheslav Ovsiienko
> <viachesl...@nvidia.com>; Thomas Monjalon <tho...@monjalon.net>; Lior
> Margalit <lmarga...@nvidia.com>; Ananyev, Konstantin
> <konstantin.anan...@intel.com>; Ajit Khaparde
> <ajit.khapa...@broadcom.com>
> Subject: [PATCH v12 6/7] app/testpmd: force shared Rx queue polled on same
> core
>
> Shared Rx queue must be polled on same core. This patch checks and stops
> forwarding if shared RxQ being scheduled on multiple cores.
>
> It's suggested to use same number of Rx queues and polling cores.
>
> Signed-off-by: Xueming Li <xuemi...@nvidia.com>
> ---
> app/test-pmd/config.c | 105
> +++++++++++++++++++++++++++++++++++++++++
> app/test-pmd/testpmd.c | 5 +-
> app/test-pmd/testpmd.h | 2 +
> 3 files changed, 111 insertions(+), 1 deletion(-)
>
Acked-by: Xiaoyun Li <xiaoyun...@intel.com>