CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/25 03:40:53
Modified files:
sys/dev/pci : if_ice.c
Log message:
don't reset the rx queue tail pointer in ice_setup_rx_ctx()
We already have mbufs on the ring at this point. Resetting the tail
pointer here was causing "no descriptor" errors during Rx.
