created | 2021-11-29T14:21:50Z |
---|---|
begin | 2021-11-22T10:47:55Z |
end | 2021-11-22T10:54:36Z |
path | src/sys |
commits | 1 |
date | 2021-11-22T10:54:36Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwx.c | log | diff | annotate |
src/sys/dev/pci/if_iwxvar.h | log | diff | annotate | |
message |
Let iwx(4) use per-Tx-queue interface timers to ensure that the interface watchdog will trigger a device timeout if a particular Tx queue gets stuck while other Tx queues keep working. The Linux driver is using a similar workaround for "stuck queues". Tested by myself and jmc@ |