Re: [dpdk-dev] [PATCH v7 0/2] ethdev: change queue release callback

2021-10-06 Thread Ferruh Yigit
On 10/6/2021 12:18 PM, Xueming Li wrote: This patch is a preparation of shared Rx queue feature[1]. Rxq object could be shared among ports of a share group, a shared rxq object can't tell which port it belongs to. This is the motativation to clean up queue release callback API to use queue ID. v

[dpdk-dev] [PATCH v7 0/2] ethdev: change queue release callback

2021-10-06 Thread Xueming Li
This patch is a preparation of shared Rx queue feature[1]. Rxq object could be shared among ports of a share group, a shared rxq object can't tell which port it belongs to. This is the motativation to clean up queue release callback API to use queue ID. v2: included new NFP PMD driver v3: - commit