Re: [PATCH v5 0/2] add Rx/Tx queue ID check API and use it to fix a bug

2023-06-06 Thread Ferruh Yigit
On 6/5/2023 3:27 AM, Dengdui Huang wrote: > This series add a commom API to check queue id > and use it to fix a bug. > > v4->v5 > update document order and correcting typos > > v3->v4 > update API name and uptate description in the API documentation > > v2->v3 > update API name and use the inte

[PATCH v5 0/2] add Rx/Tx queue ID check API and use it to fix a bug

2023-06-04 Thread Dengdui Huang
This series add a commom API to check queue id and use it to fix a bug. v4->v5 update document order and correcting typos v3->v4 update API name and uptate description in the API documentation v2->v3 update API name and use the internal function eth_dev_validate_tx_queue() to check queue id v1-