Re: [dpdk-dev] [RFC] ethdev: change queue release callback
From: Singh, Aman Deep <hidden>
Date: 2021-08-09 14:40:27
From: Singh, Aman Deep <hidden>
Date: 2021-08-09 14:40:27
Hi Xueming, On 7/28/2021 1:10 PM, Andrew Rybchenko wrote:
On 7/27/21 6:41 AM, Xueming Li wrote:quoted
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.
Combined there are 100+ API's for Rx/Tx queue_release that need to be modified for it. I believe all regression possibilities here will be caught, in compilation phase itself.