Re: [dpdk-dev] [RFC] ethdev: change queue release callback
From: Andrew Rybchenko <hidden>
Date: 2021-07-28 07:41:00
From: Andrew Rybchenko <hidden>
Date: 2021-07-28 07:41:00
On 7/27/21 6:41 AM, Xueming Li wrote:
To align with other eth device queue configuration callbacks, change RX and TX queue release callback API parameter from queue object to device and queue index. Signed-off-by: Xueming Li <redacted>
In fact, there is no strong reasons to do it, but I think it is a nice cleanup to use (dev + queue index) on control path. Hopefully it will not result in any regressions.