On Fri, 2021-09-17 at 14:49 +0300, Andrew Rybchenko wrote: > 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.
Thanks, updated in v4, please check. > > > > > Signed-off-by: Xueming Li <xuemi...@nvidia.com> > >