PERFORCE change 111557 for review

Marko Zec zec at FreeBSD.org
Tue Dec 12 08:29:01 PST 2006


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

Change 111557 by zec at zec_tca51 on 2006/12/12 16:28:01

	Don't print out warnings about vnet stacking when moving
	Ethernet frames from one vnet to another.
	
	XXX / TODO: we should probably somehow ensure that if vnet
	stacking has occured, we never dispatch the protocol handler
	directly, even if net.isr.direct == 1.

Affected files ...

.. //depot/projects/vimage/src/sys/net/if_ethersubr.c#4 edit

Differences ...

==== //depot/projects/vimage/src/sys/net/if_ethersubr.c#4 (text+ko) ====

@@ -548,7 +548,7 @@
 	}
 #endif
 
-	CURVNETB_SET(ifp->if_vnetb);
+	CURVNETB_SET_QUIET(ifp->if_vnetb);
 
 #ifdef MAC
 	/*


More information about the p4-projects mailing list