Re: [PATCH v3 1/2] app/testpmd: do not poll stopped queues

2023-07-07 Thread Stephen Hemminger
On Wed, 9 Mar 2022 10:36:15 + Dmitry Kozlyuk wrote: > > Calling Rx/Tx functions on a stopped queue is not supported. > > Do not run packet forwarding for streams that use stopped queues. > > > > Each stream has a read-only "disabled" field, > > so that lcore function can skip such streams. >

RE: [PATCH v3 1/2] app/testpmd: do not poll stopped queues

2022-06-10 Thread Jiang, YuX
; To: Dmitry Kozlyuk > Cc: dev@dpdk.org; sta...@dpdk.org; Matan Azrad ; Li, > Xiaoyun ; Singh, Aman Deep > ; Zhang, Yuying > Subject: Re: [PATCH v3 1/2] app/testpmd: do not poll stopped queues > > 07/03/2022 13:53, Dmitry Kozlyuk: > > Calling Rx/Tx functions on a stopped qu

Re: [PATCH v3 1/2] app/testpmd: do not poll stopped queues

2022-05-25 Thread Thomas Monjalon
07/03/2022 13:53, Dmitry Kozlyuk: > Calling Rx/Tx functions on a stopped queue is not supported. > Do not run packet forwarding for streams that use stopped queues. > > Each stream has a read-only "disabled" field, > so that lcore function can skip such streams. > Forwarding engines can set this f

RE: [PATCH v3 1/2] app/testpmd: do not poll stopped queues

2022-03-09 Thread Dmitry Kozlyuk
> Calling Rx/Tx functions on a stopped queue is not supported. > Do not run packet forwarding for streams that use stopped queues. > > Each stream has a read-only "disabled" field, > so that lcore function can skip such streams. > Forwarding engines can set this field > using a new "stream_init" c