RE: [PATCH 10/36] net/dpaa2: fix Rx and Tx queue state

2023-09-16 Thread Hemant Agrawal
quot;@huawei.com>; > Chengwen Feng ; Ferruh Yigit > ; Lijun Ou > Cc: haij...@huawei.com; lihuis...@huawei.com > Subject: [PATCH 10/36] net/dpaa2: fix Rx and Tx queue state > Importance: High > > The DPDK framework reports the queue state, which is stored in > dev->da

[PATCH 10/36] net/dpaa2: 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