CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2026/09/17 09:00:12

Modified files:
        sys/dev/pci    : if_icevar.h 

Log message:
ice(4): reduced max. tso segs to 64

With many ice(4) interfaces and many CPU cores we will run out of devbuf
memory fast.  In worst cases tests, not more than 57 segs where used.
Thus, we reduce the max. no. of segs per tso packet to support a larger
number of interfaces interfaces.

ok stsp@

Reply via email to