[dpdk-dev] [PATCH v6 2/2] ethdev: change queue release callback

Matan Azrad matan at nvidia.com
Sun Oct 3 09:38:21 CEST 2021



From: Xueming(Steven) Li
> Currently, most ethdev callback API use queue ID as parameter, but Rx
> and Tx queue release callback use queue object which is used by Rx and
> Tx burst data plane callback.
> 
> To align with other eth device queue configuration callbacks:
> - queue release callbacks are changed to use queue ID
> - all drivers are adapted
> 
> Signed-off-by: Xueming Li <xuemingl at nvidia.com>
> Reviewed-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
Acked-by: Matan Azrad <matan at nvidia.com>


More information about the dev mailing list