Use CSUM_BITS instead of incorrect copy.
Sponsored by: Nginx, Inc.
This commit is contained in:
parent
fd229b5b75
commit
b1f8b58696
@ -9837,11 +9837,7 @@ bce_dump_mbuf(struct bce_softc *sc, struct mbuf *m)
|
||||
BCE_PRINTF("- m_pkthdr: len = %d, flags = 0x%b, "
|
||||
"csum_flags = %b\n", mp->m_pkthdr.len,
|
||||
mp->m_flags, M_FLAG_PRINTF,
|
||||
mp->m_pkthdr.csum_flags,
|
||||
"\20\1CSUM_IP\2CSUM_TCP\3CSUM_UDP"
|
||||
"\5CSUM_FRAGMENT\6CSUM_TSO\11CSUM_IP_CHECKED"
|
||||
"\12CSUM_IP_VALID\13CSUM_DATA_VALID"
|
||||
"\14CSUM_PSEUDO_HDR");
|
||||
mp->m_pkthdr.csum_flags, CSUM_BITS);
|
||||
}
|
||||
|
||||
if (mp->m_flags & M_EXT) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user