RE: [PATCH 09/36] net/dpaa: fix Rx and Tx queue state

2023-09-16 Thread Hemant Agrawal
nanyev"@huawei.com>; > Thomas Monjalon ; Chengwen Feng > > Cc: haij...@huawei.com; lihuis...@huawei.com > Subject: [PATCH 09/36] net/dpaa: fix Rx and Tx queue state > Importance: High > > The DPDK framework reports the queue state, which is stored in > dev->da

[PATCH 09/36] net/dpaa: fix Rx and Tx queue state

2023-09-08 Thread Jie Hai
The DPDK framework reports the queue state, which is stored in dev->data->tx_queue_state and dev->data->rx_queue_state. The state is maintained by the driver. Users may determine whether a queue participates in packet forwarding based on the state. Therefore, the driver needs to modify the queue st