CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/04/04 06:50:07
Modified files: sys/dev/pci : if_ice.c Log message: enable MSI-X interrupts for ice(4) Tx queues I missed doing this because the FreeBSD driver doesn't enable them, even though it contains code to enable them. Fixes ice(4) getting stuck in OACTIVE if traffic is sent while no return traffic is received, e.g. when doing UDP-only Tx tests. Issue reported by bluhm@