CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/10 13:36:54
Modified files:
sys/dev/pci : if_ix.c
Log message:
ix(4): allocate less memory for tx buffers
TSO packets are limited to MAXMCLBYTES (64k). Thus, we don't need to
allocate IXGBE_TSO_SIZE (256k) per packet for the transmit buffers.
tested by bluhm
ok bluhm@
