[dpdk-dev] [PATCH v12 4/7] app/testpmd: new parameter to enable shared Rx queue
Thomas Monjalon
thomas at monjalon.net
Thu Oct 21 11:20:34 CEST 2021
21/10/2021 07:08, Xueming Li:
> Adds "--rxq-share=X" parameter to enable shared RxQ.
>
> Rx queue is shared if device supports, otherwise fallback to standard
> RxQ.
>
> Shared Rx queues are grouped per X ports. X defaults to UINT32_MAX,
> implies all ports join share group 1. Queue ID is mapped equally with
> shared Rx queue ID.
>
> Signed-off-by: Xueming Li <xuemingl at nvidia.com>
Acked-by: Thomas Monjalon <thomas at monjalon.net>
More information about the dev
mailing list