Re: [EXT] [PATCH 27/36] net/octeontx: fix Rx and Tx queue state

2023-11-02 Thread Jie Hai
om: Jie Hai Sent: Friday, September 8, 2023 4:59 PM To: dev@dpdk.org; Harman Kalra ; Chengwen Feng ; Lijun Ou ; Thomas Monjalon ; Ferruh Yigit ; Konstantin Ananyev <"konstantin.v.ananyev@yandex.rukonstantin.ananyev"@huawei.com> Cc: haij...@huawei.com; lihuis...@huawei.com Subject: [EX

RE: [EXT] [PATCH 27/36] net/octeontx: fix Rx and Tx queue state

2023-11-02 Thread Harman Kalra
r 8, 2023 4:59 PM > To: dev@dpdk.org; Harman Kalra ; Chengwen Feng > ; Lijun Ou ; Thomas > Monjalon ; Ferruh Yigit ; > Konstantin Ananyev > <"konstantin.v.ananyev@yandex.rukonstantin.ananyev"@huawei.com> > Cc: haij...@huawei.com; lihuis...@huawei.com > Subject: [

[PATCH 27/36] net/octeontx: 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