Date: Tue, 20 Nov 2007 23:23:52 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 129313 for review Message-ID: <200711202323.lAKNNqe2054680@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=129313 Change 129313 by kmacy@kmacy_home:ethng on 2007/11/20 23:23:38 add ifnet_multiqueue variable to indicate that multiqueue is supported Affected files ... .. //depot/projects/ethng/src/sys/net/if.c#6 edit Differences ... ==== //depot/projects/ethng/src/sys/net/if.c#6 (text+ko) ==== @@ -151,6 +151,7 @@ static struct filterops netdev_filtops = { 1, NULL, filt_netdetach, filt_netdev }; +int ifnet_multiqueue = 1; /* * System initialization
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711202323.lAKNNqe2054680>