Re: [dpdk-dev] [PATCH v3 2/8] ethdev: new API to aggregate shared Rx queue group

2021-09-26 Thread Ajit Khaparde
On Fri, Sep 17, 2021 at 1:02 AM Xueming Li wrote: > > This patch introduces new api to aggreated ports among same shared Rx s/aggregated/aggregate > queue group. Only queues with specified share group is aggregated. s/is/are > Rx burst and device close are expected to be supported by new device

[dpdk-dev] [PATCH v3 2/8] ethdev: new API to aggregate shared Rx queue group

2021-09-17 Thread Xueming Li
This patch introduces new api to aggreated ports among same shared Rx queue group. Only queues with specified share group is aggregated. Rx burst and device close are expected to be supported by new device. Signed-off-by: Xueming Li --- lib/ethdev/ethdev_driver.h | 23 ++- l