summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorRajagopal Kunhappan <Rajagopal.Kunhappan@Sun.COM>2009-03-12 15:24:41 -0700
committerRajagopal Kunhappan <Rajagopal.Kunhappan@Sun.COM>2009-03-12 15:24:41 -0700
commitb9bce07ba60f860d2f740034a05b4b030093323e (patch)
tree288afc849f5873c66e32781f4d360c76f7480615 /usr/src
parent1db3a682ad21e0bcfe7dcb73f5fb3851ddf602b2 (diff)
downloadillumos-gate-b9bce07ba60f860d2f740034a05b4b030093323e.tar.gz
6810771 increase the number of Tx rings for best OOB performance on a link
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/io/mac/mac_datapath_setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/mac/mac_datapath_setup.c b/usr/src/uts/common/io/mac/mac_datapath_setup.c
index 0e231256f0..c3bc06a424 100644
--- a/usr/src/uts/common/io/mac/mac_datapath_setup.c
+++ b/usr/src/uts/common/io/mac/mac_datapath_setup.c
@@ -99,7 +99,7 @@ int mac_soft_ring_poll_thres = 16;
* If no TX rings are available, then MAC client(s) will be assigned the
* default Tx ring. Default Tx ring can be shared among multiple MAC clients.
*/
-uint32_t mac_tx_ring_count = 8;
+uint32_t mac_tx_ring_count = 32;
boolean_t mac_tx_serialize = B_FALSE;
/*