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

2023-10-16 Thread Ferruh Yigit
On 10/16/2023 3:59 PM, Thomas Monjalon wrote: > 13/10/2023 17:57, 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

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

2023-10-16 Thread Ferruh Yigit
On 10/16/2023 3:59 PM, Thomas Monjalon wrote: > 13/10/2023 17:57, 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

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

2023-10-16 Thread Thomas Monjalon
13/10/2023 17:57, 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 st

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

2023-10-13 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