ix(4): allocate less memory for tx buffers
authorjan <jan@openbsd.org>
Mon, 10 Jul 2023 19:36:54 +0000 (19:36 +0000)
committerjan <jan@openbsd.org>
Mon, 10 Jul 2023 19:36:54 +0000 (19:36 +0000)
commit40336254e8d345d7c915f9161674e61646a68517
treed59abd2dd6cd5b67acc8defea9138717ca463e51
parente8c98450c5f82dd05ec3c3018b975281ffb5c864
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@
sys/dev/pci/if_ix.c