mbox

[v2,0/2] add API and use it to fix a bug

Message ID 20230522130947.345390-1-huangdengdui@huawei.com (mailing list archive)
Headers

Message

Dengdui Huang May 22, 2023, 1:09 p.m. UTC
  add API to check queue ID validity and use it to fix a bug

Dengdui Huang (2):
  ethdev: add API to check queue ID validity
  app/testpmd: fix segment fault with invalid queue id

 app/test-pmd/cmdline.c                 | 23 +++++++++++-----
 doc/guides/rel_notes/release_23_07.rst |  5 ++++
 lib/ethdev/rte_ethdev.c                | 30 +++++++++++++++++++++
 lib/ethdev/rte_ethdev.h                | 36 ++++++++++++++++++++++++++
 lib/ethdev/version.map                 |  4 +++
 5 files changed, 91 insertions(+), 7 deletions(-)