FreeBSD Bugzilla – Attachment 180203 Details for
Bug 213257
Crash in IGB driver with ALTQ
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add ALTQ_IGB kernel config option
ALTQ_IGB.diff (text/plain), 1.09 KB, created by
freebsd
on 2017-02-21 20:01:43 UTC
(
hide
)
Description:
Add ALTQ_IGB kernel config option
Filename:
MIME Type:
Creator:
freebsd
Created:
2017-02-21 20:01:43 UTC
Size:
1.09 KB
patch
obsolete
>Index: sys/conf/NOTES >=================================================================== >--- sys/conf/NOTES (revision 314050) >+++ sys/conf/NOTES (working copy) >@@ -728,6 +728,7 @@ > options ALTQ_CDNR # Traffic conditioner > options ALTQ_PRIQ # Priority Queueing > options ALTQ_NOPCC # Required if the TSC is unusable >+options ALTQ_IGB # Enable ALTQ on igb(4) devices > options ALTQ_DEBUG > > # netgraph(4). Enable the base netgraph code with the NETGRAPH option. >Index: sys/conf/options >=================================================================== >--- sys/conf/options (revision 314050) >+++ sys/conf/options (working copy) >@@ -397,6 +397,7 @@ > ALTQ_DEBUG opt_altq.h > ALTQ_HFSC opt_altq.h > ALTQ_FAIRQ opt_altq.h >+ALTQ_IGB opt_altq.h > ALTQ_NOPCC opt_altq.h > ALTQ_PRIQ opt_altq.h > ALTQ_RED opt_altq.h >Index: sys/dev/e1000/if_igb.h >=================================================================== >--- sys/dev/e1000/if_igb.h (revision 314050) >+++ sys/dev/e1000/if_igb.h (working copy) >@@ -35,7 +35,7 @@ > #ifndef _IF_IGB_H_ > #define _IF_IGB_H_ > >-#ifdef ALTQ >+#ifdef ALTQ_IGB > #define IGB_LEGACY_TX > #endif >
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 213257
:
175525
| 180203