From 46ce9dcc36019bba1dbcd721db3a35c9def957ed Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Wed, 18 Apr 2012 20:43:45 +0800 Subject: [PATCH] jme: Don't enable RSS by default It does not seem to be stable enough to be used. --- sys/dev/netif/jme/if_jme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/netif/jme/if_jme.c b/sys/dev/netif/jme/if_jme.c index 62afe79f53..8cf799b048 100644 --- a/sys/dev/netif/jme/if_jme.c +++ b/sys/dev/netif/jme/if_jme.c @@ -236,7 +236,7 @@ static const struct { static int jme_rx_desc_count = JME_RX_DESC_CNT_DEF; static int jme_tx_desc_count = JME_TX_DESC_CNT_DEF; -static int jme_rx_ring_count = 0; +static int jme_rx_ring_count = 1; static int jme_msi_enable = 1; static int jme_msix_enable = 1; -- 2.41.0