CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/11/25 05:43:16

Modified files:
        sys/dev/pci    : if_ice.c 

Log message:
ice(4) rx dma maps don't need to be larger than one mbuf

Previous code was needlessly allocating hardmtu-sized dma maps.
Each map corresponds to one mbuf, and the device will use up to
5 of them when jumbo frames are received.

Reply via email to