FreeBSD Bugzilla – Attachment 197235 Details for
Bug 231476
igb I210 can not turn on TSO6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add ICAP_TSO6 capability for igb
igb-ifcap-tso6.patch (text/plain), 639 bytes, created by
Stephen Hurd
on 2018-09-19 15:57:31 UTC
(
hide
)
Description:
Add ICAP_TSO6 capability for igb
Filename:
MIME Type:
Creator:
Stephen Hurd
Created:
2018-09-19 15:57:31 UTC
Size:
639 bytes
patch
obsolete
>Index: sys/dev/e1000/if_em.c >=================================================================== >--- sys/dev/e1000/if_em.c (revision 338686) >+++ sys/dev/e1000/if_em.c (working copy) >@@ -709,7 +709,8 @@ > #define IGB_CAPS \ > IFCAP_HWCSUM | IFCAP_VLAN_MTU | IFCAP_VLAN_HWTAGGING | \ > IFCAP_VLAN_HWCSUM | IFCAP_WOL | IFCAP_VLAN_HWFILTER | IFCAP_TSO4 | \ >- IFCAP_LRO | IFCAP_VLAN_HWTSO | IFCAP_JUMBO_MTU | IFCAP_HWCSUM_IPV6; >+ IFCAP_LRO | IFCAP_VLAN_HWTSO | IFCAP_JUMBO_MTU | IFCAP_HWCSUM_IPV6 |\ >+ IFCAP_TSO6; > > /********************************************************************* > * Device initialization routine
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231476
: 197235