Re: [dpdk-dev] [PATCH v11 7/7] app/testpmd: add forwarding engine for shared Rx queue

2021-10-20 Thread Xueming(Steven) Li
On Wed, 2021-10-20 at 21:20 +0200, Thomas Monjalon wrote: > 20/10/2021 09:53, Xueming Li: > > To support shared Rx queue, this patch introduces dedicate forwarding > > engine. The engine groups received packets by mbuf->port into sub-group, > > updates stream statistics and simply frees packets. >

Re: [dpdk-dev] [PATCH v11 7/7] app/testpmd: add forwarding engine for shared Rx queue

2021-10-20 Thread Li, Xiaoyun
it Khaparde > ; Li, Xiaoyun > Subject: Re: [dpdk-dev] [PATCH v11 7/7] app/testpmd: add forwarding engine > for shared Rx queue > > 20/10/2021 09:53, Xueming Li: > > To support shared Rx queue, this patch introduces dedicate forwarding > > engine. The engine groups rece

Re: [dpdk-dev] [PATCH v11 7/7] app/testpmd: add forwarding engine for shared Rx queue

2021-10-20 Thread Thomas Monjalon
20/10/2021 09:53, Xueming Li: > To support shared Rx queue, this patch introduces dedicate forwarding > engine. The engine groups received packets by mbuf->port into sub-group, > updates stream statistics and simply frees packets. Given this engine is mentioned in previous commits, shouldn't it be

[dpdk-dev] [PATCH v11 7/7] app/testpmd: add forwarding engine for shared Rx queue

2021-10-20 Thread Xueming Li
To support shared Rx queue, this patch introduces dedicate forwarding engine. The engine groups received packets by mbuf->port into sub-group, updates stream statistics and simply frees packets. Signed-off-by: Xueming Li --- app/test-pmd/meson.build| 1 + app/test-pmd/share