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

Ferruh Yigit ferruh.yigit at intel.com
Wed Oct 6 19:20:00 CEST 2021


On 10/6/2021 12:18 PM, Xueming Li wrote:
> 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: Ajit Khaparde<ajit.khaparde at broadcom.com>
> Acked-by: Somnath Kotur<somnath.kotur at broadcom.com>

Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the dev mailing list