This series add a commom API to check queue id and use it to fix a bug. v2->v3 update API name and use the internal function eth_dev_validate_tx_queue() to check queue id
v1->v2 add a commom API to check queue id Dengdui Huang (2): ethdev: add API to check if queue is available app/testpmd: fix segment fault with invalid queue ID app/test-pmd/cmdline.c | 23 +++++++++++----- doc/guides/rel_notes/release_23_07.rst | 6 +++++ lib/ethdev/rte_ethdev.c | 22 ++++++++++++++++ lib/ethdev/rte_ethdev.h | 36 ++++++++++++++++++++++++++ lib/ethdev/version.map | 4 +++ 5 files changed, 84 insertions(+), 7 deletions(-) -- 2.33.0