[PATCH 31/36] net/softnic: fix Rx and Tx queue state

Dumitrescu, Cristian cristian.dumitrescu at intel.com
Mon Sep 18 13:24:50 CEST 2023



> -----Original Message-----
> From: Jie Hai <haijie1 at huawei.com>
> Sent: Friday, September 8, 2023 12:29 PM
> To: dev at dpdk.org; Dumitrescu, Cristian <cristian.dumitrescu at intel.com>;
> Lijun Ou <oulijun at huawei.com>; Konstantin Ananyev
> <"konstantin.v.ananyev at yandex.rukonstantin.ananyev"@huawei.com>;
> Thomas Monjalon <thomas at monjalon.net>; Ferruh Yigit
> <ferruh.yigit at intel.com>; Chengwen Feng <fengchengwen at huawei.com>
> Cc: haijie1 at huawei.com; lihuisong at huawei.com
> 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: stable at dpdk.org
> 
> Signed-off-by: Jie Hai <haijie1 at huawei.com>
> ---

Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>



More information about the dev mailing list