Re: [PATCH v2 1/8] lib/ethdev: update Rx and Tx queue status

2023-10-16 Thread Ferruh Yigit
On 10/7/2023 9:36 AM, Jie Hai wrote: > On 2023/9/28 21:15, Ferruh Yigit wrote: >> On 9/28/2023 8:42 AM, Jie Hai wrote: >>> The DPDK framework reports the queue status, which is stored in >>> 'dev->data->tx_queue_state' and 'dev->data->rx_queue_state'.The >>> state is currently maintained by the dri

Re: [PATCH v2 1/8] lib/ethdev: update Rx and Tx queue status

2023-10-07 Thread Jie Hai
On 2023/9/28 21:15, Ferruh Yigit wrote: On 9/28/2023 8:42 AM, Jie Hai wrote: The DPDK framework reports the queue status, which is stored in 'dev->data->tx_queue_state' and 'dev->data->rx_queue_state'.The state is currently maintained by the drivers. Users may determine whether a queue participa

Re: [PATCH v2 1/8] lib/ethdev: update Rx and Tx queue status

2023-09-28 Thread Ferruh Yigit
On 9/28/2023 8:42 AM, Jie Hai wrote: > The DPDK framework reports the queue status, which is stored in > 'dev->data->tx_queue_state' and 'dev->data->rx_queue_state'.The > state is currently maintained by the drivers. Users may determine > whether a queue participates in packet forwarding based on t

Re: [PATCH v2 1/8] lib/ethdev: update Rx and Tx queue status

2023-09-28 Thread lihuisong (C)
在 2023/9/28 15:42, Jie Hai 写道: The DPDK framework reports the queue status, which is stored in 'dev->data->tx_queue_state' and 'dev->data->rx_queue_state'.The state is currently maintained by the drivers. Users may determine whether a queue participates in packet forwarding based on the state.