As discussed on icb, we disables this here for a stable ix(4) in the 7.5
release to avoid buggy behavior.
ok claudio@, deraadt@
-/* $OpenBSD: if_ix.c,v 1.210 2024/03/07 14:49:47 claudio Exp $ */
+/* $OpenBSD: if_ix.c,v 1.211 2024/03/07 17:09:02 jan Exp $ */
/******************************************************************************
ifp->if_capabilities |= IFCAP_TSOv4 | IFCAP_TSOv6;
if (sc->hw.mac.type != ixgbe_mac_82598EB) {
+#ifndef __sparc64__
ifp->if_xflags |= IFXF_LRO;
+#endif
ifp->if_capabilities |= IFCAP_LRO;
}