Re: [PATCH] ethdev: clarify device queue state after start and stop

2023-10-13 Thread Ferruh Yigit
On 10/12/2023 10:33 AM, David Marchand wrote: > Hello Ferruh, > > On Thu, Sep 28, 2023 at 10:59 PM Ferruh Yigit wrote: >> >> Drivers start/stop device queues on port start/stop, but not all drivers >> update queue state accordingly. >> >> This becomes more visible if a specific queue stopped expl

Re: [PATCH] ethdev: clarify device queue state after start and stop

2023-10-12 Thread David Marchand
Hello Ferruh, On Thu, Sep 28, 2023 at 10:59 PM Ferruh Yigit wrote: > > Drivers start/stop device queues on port start/stop, but not all drivers > update queue state accordingly. > > This becomes more visible if a specific queue stopped explicitly and > port stopped/started later, in this case alt

[PATCH] ethdev: clarify device queue state after start and stop

2023-09-28 Thread Ferruh Yigit
Drivers start/stop device queues on port start/stop, but not all drivers update queue state accordingly. This becomes more visible if a specific queue stopped explicitly and port stopped/started later, in this case although all queues are started, the state of that specific queue is stopped and it