[PATCH v3 0/2] add Rx/Tx queue ID check API and use it to fix a bug
Dengdui Huang
huangdengdui at huawei.com
Thu May 25 09:03:00 CEST 2023
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
More information about the dev
mailing list