PERFORCE change 129313 for review

Kip Macy kmacy at FreeBSD.org
Tue Nov 20 15:23:53 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=129313

Change 129313 by kmacy at 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


More information about the p4-projects mailing list