[dpdk-dev] [PATCH v3 2/2] ethdev: change queue release callback
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Fri Sep 17 13:49:37 CEST 2021
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 <xuemingl at nvidia.com>
More information about the dev
mailing list