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.
v2:
included new NFP PMD driver
v3:
- commit message update
- split allowing empty queue release callback to another patch
v4:
- use helper funtction to release a single queue
- move driver empty callback cleanup to first patch
v5:
- fix release callback parameter name
v6:
- some minor fixes thanks Ferruh's comments
- add device lookup macro for hns3
v7:
- changed hns3 driver to use wrapper
[1]
https://mails.dpdk.org/archives/dev/2021-July/215575.html
Xueming Li (2):
ethdev: make queue release callback optional
ethdev: change queue release callback
Series applied to dpdk-next-net/main, thanks.