From b9bce07ba60f860d2f740034a05b4b030093323e Mon Sep 17 00:00:00 2001 From: Rajagopal Kunhappan Date: Thu, 12 Mar 2009 15:24:41 -0700 Subject: 6810771 increase the number of Tx rings for best OOB performance on a link --- usr/src/uts/common/io/mac/mac_datapath_setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/src') 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; /* -- cgit v1.2.3