On Sun, Oct 3, 2021 at 12:38 AM Matan Azrad <[email protected]> wrote:
> > > 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 <[email protected]> > > Reviewed-by: Andrew Rybchenko <[email protected]> > Acked-by: Matan Azrad <[email protected]> > Acked-by: Ajit Khaparde <[email protected]>

