Date: Tue, 12 Dec 2006 16:28:59 GMT From: Marko Zec <zec@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 111557 for review Message-ID: <200612121628.kBCGSxNB082325@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111557 Change 111557 by zec@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 /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612121628.kBCGSxNB082325>