Re: [PATCH] ethdev: prohibit polling of a stopped queue

2022-05-25 Thread Thomas Monjalon
25/04/2022 10:30, Thomas Monjalon: > 10/04/2022 23:35, Dmitry Kozlyuk: > > Whether it is allowed to call Rx/Tx functions for a stopped queue > > was undocumented. Some PMDs make this behavior a no-op > > either by explicitly checking the queue state > > or by the way how their routines are implemen

Re: [PATCH] ethdev: prohibit polling of a stopped queue

2022-04-25 Thread Thomas Monjalon
10/04/2022 23:35, Dmitry Kozlyuk: > Whether it is allowed to call Rx/Tx functions for a stopped queue > was undocumented. Some PMDs make this behavior a no-op > either by explicitly checking the queue state > or by the way how their routines are implemented or HW works. > > No-op behavior may be c

Re: [PATCH] ethdev: prohibit polling of a stopped queue

2022-04-11 Thread Tyler Retzlaff
On Mon, Apr 11, 2022 at 12:35:50AM +0300, Dmitry Kozlyuk wrote: > Whether it is allowed to call Rx/Tx functions for a stopped queue > was undocumented. Some PMDs make this behavior a no-op > either by explicitly checking the queue state > or by the way how their routines are implemented or HW works

[PATCH] ethdev: prohibit polling of a stopped queue

2022-04-10 Thread Dmitry Kozlyuk
Whether it is allowed to call Rx/Tx functions for a stopped queue was undocumented. Some PMDs make this behavior a no-op either by explicitly checking the queue state or by the way how their routines are implemented or HW works. No-op behavior may be convenient for application developers. But it a