Re: [PATCH v3] app/test-pmd: fix not polling all queues without deferred starting

2023-06-09 Thread Jie Hai
On 2023/6/8 2:12, Ferruh Yigit wrote: On 5/29/2023 3:26 AM, Jie Hai wrote: Each stream has a read-only "disabled" field that control if this stream should be used to forward. This field depends on states of Rx/Tx queues, please see commit 3c4426db54fc ("app/testpmd: do not poll stopped queues"

Re: [PATCH v3] app/test-pmd: fix not polling all queues without deferred starting

2023-06-07 Thread Ferruh Yigit
On 5/29/2023 3:26 AM, Jie Hai wrote: > > Each stream has a read-only "disabled" field that control if this > stream should be used to forward. This field depends on states > of Rx/Tx queues, please see > commit 3c4426db54fc ("app/testpmd: do not poll stopped queues"). > > Currently, the testpmd

Re: [PATCH v3] app/test-pmd: fix not polling all queues without deferred starting

2023-06-07 Thread Ferruh Yigit
On 6/7/2023 8:04 AM, Jie Hai wrote: > On 2023/6/6 22:45, Ferruh Yigit wrote: >> On 5/29/2023 3:26 AM, Jie Hai wrote: >> >>> >>> Each stream has a read-only "disabled" field that control if this >>> stream should be used to forward. This field depends on states >>> of Rx/Tx queues, please see >>> co

Re: [PATCH v3] app/test-pmd: fix not polling all queues without deferred starting

2023-06-07 Thread Jie Hai
On 2023/6/6 22:45, Ferruh Yigit wrote: On 5/29/2023 3:26 AM, Jie Hai wrote: Each stream has a read-only "disabled" field that control if this stream should be used to forward. This field depends on states of Rx/Tx queues, please see commit 3c4426db54fc ("app/testpmd: do not poll stopped queues

Re: [PATCH v3] app/test-pmd: fix not polling all queues without deferred starting

2023-06-06 Thread Ferruh Yigit
On 5/29/2023 3:26 AM, Jie Hai wrote: > > Each stream has a read-only "disabled" field that control if this > stream should be used to forward. This field depends on states > of Rx/Tx queues, please see > commit 3c4426db54fc ("app/testpmd: do not poll stopped queues"). > > Currently, the testpmd

[PATCH v3] app/test-pmd: fix not polling all queues without deferred starting

2023-05-28 Thread Jie Hai
Each stream has a read-only "disabled" field that control if this stream should be used to forward. This field depends on states of Rx/Tx queues, please see commit 3c4426db54fc ("app/testpmd: do not poll stopped queues"). Currently, the testpmd and DPDK frameworks maintain queue state separately.