Re: [PATCH 30/36] net/sfc: fix Rx and Tx queue state

2023-09-11 Thread Jie Hai
On 2023/9/8 20:01, Andrew Rybchenko wrote: On 9/8/23 14:28, Jie Hai wrote: 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 for

Re: [PATCH 30/36] net/sfc: fix Rx and Tx queue state

2023-09-08 Thread Andrew Rybchenko
On 9/8/23 14:28, Jie Hai wrote: 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 d

[PATCH 30/36] net/sfc: 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