Re: [dpdk-dev] [PATCH v3 2/2] ethdev: change queue release callback
From: Andrew Rybchenko <hidden>
Date: 2021-09-17 11:49:41
From: Andrew Rybchenko <hidden>
Date: 2021-09-17 11:49:41
On 9/17/21 12:39 PM, Xueming Li wrote:
Currently, most ethdev callback api use queue ID as parameter, but Rx
api -> API
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 drivers
Empty drivers? If you mean empty callbacks, I think it should belong to the first changeset in the series.
Signed-off-by: Xueming Li <redacted>