Re: [PATCH] wifi: ath10k: poll service ready message before failing

2024-02-28 Thread Jeff Johnson
On 2/28/2024 10:46 AM, James Prestwood wrote: > This does appear to have fixed it! For reference this was my test: > >  for i in $(seq 1 10); do sudo ip link set wlan0 down; sudo ip link > set wlan0 up; echo $?; done > > I never saw the up command fail, and after a while I noticed one of th

Re: [PATCH] wifi: ath10k: poll service ready message before failing

2024-02-28 Thread James Prestwood
Hi Baochen, On 2/21/24 6:18 PM, Baochen Qiang wrote: On 2/21/2024 8:38 PM, James Prestwood wrote: Hi Baochen, On 2/20/24 7:17 PM, Baochen Qiang wrote: Currently host relies on CE interrupts to get notified that the service ready message is ready. This results in timeout issue if the interru

Re: [PATCH] wifi: ath10k: poll service ready message before failing

2024-02-26 Thread Kalle Valo
Baochen Qiang writes: > Currently host relies on CE interrupts to get notified that > the service ready message is ready. This results in timeout > issue if the interrupt is not fired, due to some unknown > reasons. See below logs: > > [76321.937866] ath10k_pci :02:00.0: wmi service ready eve

Re: [PATCH] wifi: ath10k: poll service ready message before failing

2024-02-21 Thread Baochen Qiang
On 2/21/2024 8:38 PM, James Prestwood wrote: Hi Baochen, On 2/20/24 7:17 PM, Baochen Qiang wrote: Currently host relies on CE interrupts to get notified that the service ready message is ready. This results in timeout issue if the interrupt is not fired, due to some unknown reasons. See belo

Re: [PATCH] wifi: ath10k: poll service ready message before failing

2024-02-21 Thread James Prestwood
Hi Baochen, On 2/20/24 7:17 PM, Baochen Qiang wrote: Currently host relies on CE interrupts to get notified that the service ready message is ready. This results in timeout issue if the interrupt is not fired, due to some unknown reasons. See below logs: [76321.937866] ath10k_pci :02:00.0:

[PATCH] wifi: ath10k: poll service ready message before failing

2024-02-20 Thread Baochen Qiang
Currently host relies on CE interrupts to get notified that the service ready message is ready. This results in timeout issue if the interrupt is not fired, due to some unknown reasons. See below logs: [76321.937866] ath10k_pci :02:00.0: wmi service ready event not received ... [76322.016738]