Re: [PATCH 00/36] fix Rx and Tx queue state

2023-10-17 Thread Thomas Monjalon
16/10/2023 13:51, Ferruh Yigit: > On 9/8/2023 12:28 PM, 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 p

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-10-16 Thread Ferruh Yigit
On 10/16/2023 12:51 PM, Ferruh Yigit wrote: > On 9/8/2023 12:28 PM, 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 participa

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-10-16 Thread Ferruh Yigit
On 9/8/2023 12:28 PM, 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, > for

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-09-28 Thread Ferruh Yigit
On 9/22/2023 7:41 AM, David Marchand wrote: > Hello, > > On Fri, Sep 22, 2023 at 4:41 AM Jie Hai wrote: >> On 2023/9/19 0:54, Ferruh Yigit wrote: >>> On 9/8/2023 12:50 PM, David Marchand wrote: On Fri, Sep 8, 2023 at 1:32 PM Jie Hai wrote: > > The DPDK framework reports the queue st

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-09-26 Thread Jie Hai
On 2023/9/22 14:41, David Marchand wrote: Hello, On Fri, Sep 22, 2023 at 4:41 AM Jie Hai wrote: On 2023/9/19 0:54, Ferruh Yigit wrote: On 9/8/2023 12:50 PM, David Marchand wrote: On Fri, Sep 8, 2023 at 1:32 PM Jie Hai wrote: The DPDK framework reports the queue state, which is stored in d

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-09-21 Thread David Marchand
Hello, On Fri, Sep 22, 2023 at 4:41 AM Jie Hai wrote: > On 2023/9/19 0:54, Ferruh Yigit wrote: > > On 9/8/2023 12:50 PM, David Marchand wrote: > >> On Fri, Sep 8, 2023 at 1:32 PM Jie Hai wrote: > >>> > >>> The DPDK framework reports the queue state, which is stored in > >>> dev->data->tx_queue_s

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-09-21 Thread Jie Hai
On 2023/9/19 0:54, Ferruh Yigit wrote: On 9/8/2023 12:50 PM, David Marchand wrote: On Fri, Sep 8, 2023 at 1:32 PM 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. Use

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-09-18 Thread Ferruh Yigit
On 9/8/2023 12:50 PM, David Marchand wrote: > On Fri, Sep 8, 2023 at 1:32 PM 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 qu

Re: [PATCH 00/36] fix Rx and Tx queue state

2023-09-08 Thread David Marchand
On Fri, Sep 8, 2023 at 1:32 PM 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

[PATCH 00/36] 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, for example, [1] 5028f207a4fa ("app/testpmd: fix