Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305695 Details for
Bug 334411
Watchdog timeout e1000 (7.3.20-k2-NAPI)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Intel patch to decrease the size of the ring descriptors and increase their numbers to compensate
e1000-7.3.20-TXD.patch (text/plain), 1.38 KB, created by
Frank Hirtz
on 2008-05-16 14:58:07 UTC
(
hide
)
Description:
Intel patch to decrease the size of the ring descriptors and increase their numbers to compensate
Filename:
MIME Type:
Creator:
Frank Hirtz
Created:
2008-05-16 14:58:07 UTC
Size:
1.38 KB
patch
obsolete
>diff -Naur src/e1000.h src2/e1000.h >--- src/e1000.h 2006-11-27 12:31:38.000000000 -0800 >+++ src2/e1000.h 2008-05-07 04:56:56.000000000 -0700 >@@ -105,13 +105,13 @@ > #define E1000_MAX_INTR 10 > > /* TX/RX descriptor defines */ >-#define E1000_DEFAULT_TXD 256 >-#define E1000_MAX_TXD 256 >+#define E1000_DEFAULT_TXD 4096 >+#define E1000_MAX_TXD 4096 > #define E1000_MIN_TXD 80 > #define E1000_MAX_82544_TXD 4096 > >-#define E1000_DEFAULT_RXD 256 >-#define E1000_MAX_RXD 256 >+#define E1000_DEFAULT_RXD 1024 >+#define E1000_MAX_RXD 1024 > #define E1000_MIN_RXD 80 > #define E1000_MAX_82544_RXD 4096 > >diff -Naur src/e1000_main.c src2/e1000_main.c >--- src/e1000_main.c 2006-11-27 12:31:38.000000000 -0800 >+++ src2/e1000_main.c 2008-05-07 04:58:33.000000000 -0700 >@@ -48,7 +48,7 @@ > #else > #define DRIVERNAPI "-NAPI" > #endif >-#define DRV_VERSION "7.3.20"DRIVERNAPI >+#define DRV_VERSION "7.3.20.a"DRIVERNAPI > char e1000_driver_version[] = DRV_VERSION; > static char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation."; > >@@ -3089,7 +3089,7 @@ > return FALSE; > } > >-#define E1000_MAX_TXD_PWR 12 >+#define E1000_MAX_TXD_PWR 9 > #define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR) > > static int
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 334411
:
304888
| 305695 |
323789
|
327776