FreeBSD Bugzilla – Attachment 144724 Details for
Bug 191898
[ixgbe] Wrong sysctl description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Typo fix
patch.txt (text/plain), 552 bytes, created by
vsjcfm
on 2014-07-16 10:45:15 UTC
(
hide
)
Description:
Typo fix
Filename:
MIME Type:
Creator:
vsjcfm
Created:
2014-07-16 10:45:15 UTC
Size:
552 bytes
patch
obsolete
>Index: /usr/src/sys/dev/ixgbe/ixgbe.c >=================================================================== >--- /usr/src/sys/dev/ixgbe/ixgbe.c (revision 268734) >+++ /usr/src/sys/dev/ixgbe/ixgbe.c (working copy) >@@ -306,7 +306,7 @@ > static int ixgbe_txd = PERFORM_TXD; > TUNABLE_INT("hw.ixgbe.txd", &ixgbe_txd); > SYSCTL_INT(_hw_ix, OID_AUTO, txd, CTLFLAG_RDTUN, &ixgbe_txd, 0, >- "Number of receive descriptors per queue"); >+ "Number of transmit descriptors per queue"); > > /* Number of RX descriptors per ring */ > static int ixgbe_rxd = PERFORM_RXD;
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 191898
: 144724