FreeBSD Bugzilla – Attachment 161607 Details for
Bug 203476
[net] [igb] not optimal checksum processing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch for if_igb.h
patch.txt (text/plain), 496 bytes, created by
dmitry2004
on 2015-10-01 16:52:55 UTC
(
hide
)
Description:
Patch for if_igb.h
Filename:
MIME Type:
Creator:
dmitry2004
Created:
2015-10-01 16:52:55 UTC
Size:
496 bytes
patch
obsolete
>--- sys/dev/e1000/if_igb.h.orig 2014-10-12 13:20:23.000000000 +0600 >+++ sys/dev/e1000/if_igb.h 2015-10-01 21:16:03.119032826 +0500 >@@ -237,9 +237,9 @@ > > /* Offload bits in mbuf flag */ > #if __FreeBSD_version >= 800000 >-#define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP|CSUM_SCTP) >+#define CSUM_OFFLOAD (CSUM_TCP|CSUM_UDP|CSUM_SCTP) > #else >-#define CSUM_OFFLOAD (CSUM_IP|CSUM_TCP|CSUM_UDP) >+#define CSUM_OFFLOAD (CSUM_TCP|CSUM_UDP) > #endif > > /* Define the starting Interrupt rate per Queue */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 203476
: 161607