[dpdk-dev] [PATCH v3 2/2] ethdev: change queue release callback
Xueming(Steven) Li
xuemingl at nvidia.com
Fri Sep 17 16:31:57 CEST 2021
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 <xuemingl at nvidia.com>
>
>
More information about the dev
mailing list