> -----Original Message-----
> From: Jie Hai <[email protected]>
> Sent: Friday, September 8, 2023 12:29 PM
> To: [email protected]; Dumitrescu, Cristian <[email protected]>;
> Lijun Ou <[email protected]>; Konstantin Ananyev
> <"[email protected]"@huawei.com>;
> Thomas Monjalon <[email protected]>; Ferruh Yigit
> <[email protected]>; Chengwen Feng <[email protected]>
> Cc: [email protected]; [email protected]
> Subject: [PATCH 31/36] net/softnic: fix Rx and Tx queue state
> 
> 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 state in time
> according to the actual situation.
> 
> Fixes: 9ad9ff476cac ("ethdev: add queue state in queried queue information")
> Cc: [email protected]
> 
> Signed-off-by: Jie Hai <[email protected]>
> ---

Acked-by: Cristian Dumitrescu <[email protected]>

Reply via email to