summaryrefslogtreecommitdiffstats
path: root/sys/dev/bce
diff options
context:
space:
mode:
authorandre <andre@FreeBSD.org>2012-11-27 19:31:49 +0000
committerandre <andre@FreeBSD.org>2012-11-27 19:31:49 +0000
commitcd840ea089c3546a5cd705044efba4e7ec8621e7 (patch)
treeda7bee092c59e24104ada1cb0bc5808ffab3eacf /sys/dev/bce
parent8f5ba051dc5efdc3f379bbfc3acf53cd1e11e5f3 (diff)
downloadFreeBSD-src-cd840ea089c3546a5cd705044efba4e7ec8621e7.zip
FreeBSD-src-cd840ea089c3546a5cd705044efba4e7ec8621e7.tar.gz
Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.
Checksumming the IP header of fragments is no different from doing normal IP headers. Discussed with: yongari MFC after: 1 week
Diffstat (limited to 'sys/dev/bce')
-rw-r--r--sys/dev/bce/if_bce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c
index 41a1fad..1fb583f 100644
--- a/sys/dev/bce/if_bce.c
+++ b/sys/dev/bce/if_bce.c
@@ -9880,7 +9880,7 @@ bce_dump_mbuf(struct bce_softc *sc, struct mbuf *m)
"\15M_FIRSTFRAG\16M_LASTFRAG\21M_VLANTAG"
"\22M_PROMISC\23M_NOFREE",
mp->m_pkthdr.csum_flags,
- "\20\1CSUM_IP\2CSUM_TCP\3CSUM_UDP\4CSUM_IP_FRAGS"
+ "\20\1CSUM_IP\2CSUM_TCP\3CSUM_UDP"
"\5CSUM_FRAGMENT\6CSUM_TSO\11CSUM_IP_CHECKED"
"\12CSUM_IP_VALID\13CSUM_DATA_VALID"
"\14CSUM_PSEUDO_HDR");
OpenPOWER on IntegriCloud