CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2025/06/20 03:32:04
Modified files: sys/dev/pci : if_ice.c Log message: Do not call ifq_restart() if no space has been made on the Tx ring. Better fix for the issue where ice(4) gets stuck in OACTIVE. Same fix as committed to vmx(4) by yasuoka@ ok yasuoka@