From 4bd623e29b3b8c6b5b106c67d7635f7a8d420a14 Mon Sep 17 00:00:00 2001 From: gallatin Date: Mon, 11 Jun 2007 18:26:25 +0000 Subject: Back out the previous commit which added an M_LRO mbuf flag to defeat the mtu check in ether_input. Mbuf flags are too scarce. Discussed with: sam --- sys/dev/mxge/mxge_lro.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/mxge') diff --git a/sys/dev/mxge/mxge_lro.c b/sys/dev/mxge/mxge_lro.c index 78e1220..7080588 100644 --- a/sys/dev/mxge/mxge_lro.c +++ b/sys/dev/mxge/mxge_lro.c @@ -99,7 +99,6 @@ mxge_lro_flush(mxge_softc_t *mgp, struct lro_entry *lro) CSUM_IP_VALID | CSUM_DATA_VALID | CSUM_PSEUDO_HDR; lro->m_head->m_pkthdr.csum_data = 0xffff; lro->m_head->m_pkthdr.len = lro->len; - lro->m_head->m_flags |= M_LRO; /* incorporate the latest ack into the tcp header */ tcp = (struct tcphdr *) (ip + 1); -- cgit v1.1