Re: [dpdk-dev] [PATCH v3 2/2] ethdev: change queue release callback
From: Xueming(Steven) Li <hidden>
Date: 2021-09-17 14:32:00
From: Xueming(Steven) Li <hidden>
Date: 2021-09-17 14:32:00
On Fri, 2021-09-17 at 14:49 +0300, Andrew Rybchenko wrote:
On 9/17/21 12:39 PM, Xueming Li wrote:quoted
Currently, most ethdev callback api use queue ID as parameter, but Rxapi -> APIquoted
and Tx queue release callback use queue object which is used in Rx and Tx burst data plane callback. To align with other eth device queue configuration callbacks: - queue release callbacks are changed to used queue ID - all drivers are adapted - empty drivers are removed in some driversEmpty drivers? If you mean empty callbacks, I think it should belong to the first changeset in the series.
Thanks, updated in v4, please check.
quoted
Signed-off-by: Xueming Li <redacted>