[dpdk-dev] [PATCH v8 3/6] app/testpmd: new parameter to enable shared Rx queue

2021-10-18 Thread Xueming Li
Adds "--rxq-share=X" parameter to enable shared RxQ, share if device supports, otherwise fallback to standard RxQ. Share group number grows per X ports. X defaults to MAX, implies all ports join share group 1. Queue ID is mapped equally with shared Rx queue ID. Forwarding engine "shared-rxq" shou

[dpdk-dev] [PATCH v8 3/6] app/testpmd: new parameter to enable shared Rx queue

2021-10-18 Thread Xueming Li
Adds "--rxq-share=X" parameter to enable shared RxQ, share if device supports, otherwise fallback to standard RxQ. Share group number grows per X ports. X defaults to MAX, implies all ports join share group 1. Queue ID is mapped equally with shared Rx queue ID. Forwarding engine "shared-rxq" shou