summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_igb.c
diff options
context:
space:
mode:
authorsbruno <sbruno@FreeBSD.org>2013-04-03 21:55:19 +0000
committersbruno <sbruno@FreeBSD.org>2013-04-03 21:55:19 +0000
commit2ca30a8c108d4e822c53fb9365399f844e2f944c (patch)
treea100cb05454695a304f9579af44e6ae688d97503 /sys/dev/e1000/if_igb.c
parent20a2c3e0967d22c7dcb946bcc528adf4f3c2800f (diff)
downloadFreeBSD-src-2ca30a8c108d4e822c53fb9365399f844e2f944c.zip
FreeBSD-src-2ca30a8c108d4e822c53fb9365399f844e2f944c.tar.gz
Update man page for igb(4) with a little bit of information about
hw.igb.num_queues for those so inclined. PR: kern/177384 Submitted by: hiren.panchasara@gmail.com Reviewed by: sbruno@ Approved by: jfv@ Obtained from: Yahoo! Inc. MFC after: 2 weeks
Diffstat (limited to 'sys/dev/e1000/if_igb.c')
-rw-r--r--sys/dev/e1000/if_igb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/e1000/if_igb.c b/sys/dev/e1000/if_igb.c
index 03c5123..51fbbd4 100644
--- a/sys/dev/e1000/if_igb.c
+++ b/sys/dev/e1000/if_igb.c
@@ -375,7 +375,8 @@ SYSCTL_INT(_hw_igb, OID_AUTO, header_split, CTLFLAG_RDTUN, &igb_header_split, 0,
/*
** This will autoconfigure based on
-** the number of CPUs if left at 0.
+** the number of CPUs and max supported MSI-X messages
+** if left at 0.
*/
static int igb_num_queues = 0;
TUNABLE_INT("hw.igb.num_queues", &igb_num_queues);
OpenPOWER on IntegriCloud