CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2023/05/18 02:22:37
Modified files: sys/dev/pci : if_ix.c ixgbe.h ixgbe_type.h sys/netinet : tcp_var.h Log message: Use TSO offloading in ix(4). With a lot of tweaks, improvements and testing from bluhm. Thanks to Hrvoje Popovski from the University of Zagreb for his great testing effort to make this happen. ok bluhm