PERFORCE change 163045 for review

Marko Zec zec at FreeBSD.org
Fri May 29 20:29:26 UTC 2009


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

Change 163045 by zec at zec_tpx32 on 2009/05/29 20:28:55

	Postpone the introduction of M_XVNET flag for later.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/sys/mbuf.h#10 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/sys/mbuf.h#10 (text+ko) ====

@@ -200,7 +200,6 @@
 #define	M_PROTO7	0x00100000 /* protocol-specific */
 #define	M_PROTO8	0x00200000 /* protocol-specific */
 #define	M_FLOWID	0x00400000 /* flowid is valid */
-#define	M_XVNET		0x00800000 /* mbuf crossed from one vnet to another */
 /*
  * For RELENG_{6,7} steal these flags for limited multiple routing table
  * support. In RELENG_8 and beyond, use just one flag and a tag.
@@ -220,7 +219,7 @@
  */
 #define	M_COPYFLAGS \
     (M_PKTHDR|M_EOR|M_RDONLY|M_PROTOFLAGS|M_SKIP_FIREWALL|M_BCAST|M_MCAST|\
-     M_FRAG|M_FIRSTFRAG|M_LASTFRAG|M_VLANTAG|M_PROMISC|M_FIB|M_XVNET)
+     M_FRAG|M_FIRSTFRAG|M_LASTFRAG|M_VLANTAG|M_PROMISC|M_FIB)
 
 /*
  * External buffer types: identify ext_buf type.


More information about the p4-projects mailing list