summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarybchik <arybchik@FreeBSD.org>2015-03-25 13:15:47 +0000
committerarybchik <arybchik@FreeBSD.org>2015-03-25 13:15:47 +0000
commite601483ad6fc9b1299cd92d3eb5d74c30c676cd2 (patch)
tree4ffc491ddced9a455dbb930ed8d448bcd7542e70
parent972b15c05bea48b1bc013937857148c51da0c635 (diff)
downloadFreeBSD-src-e601483ad6fc9b1299cd92d3eb5d74c30c676cd2.zip
FreeBSD-src-e601483ad6fc9b1299cd92d3eb5d74c30c676cd2.tar.gz
MFC: 279266
sfxge: correct limit for number of Rx queues Sponsored by: Solarflare Communications, Inc. Approved by: gnn (mentor)
-rw-r--r--sys/dev/sfxge/common/efx_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h
index 937906e..e7c2231 100644
--- a/sys/dev/sfxge/common/efx_impl.h
+++ b/sys/dev/sfxge/common/efx_impl.h
@@ -204,7 +204,7 @@ typedef struct efx_nic_ops_s {
# define EFX_TXQ_LIMIT_TARGET 259
#endif
#ifndef EFX_RXQ_LIMIT_TARGET
-# define EFX_RXQ_LIMIT_TARGET 768
+# define EFX_RXQ_LIMIT_TARGET 512
#endif
#ifndef EFX_TXQ_DC_SIZE
#define EFX_TXQ_DC_SIZE 1 /* 16 descriptors */
OpenPOWER on IntegriCloud