> > In -current mbufs can be tagged (see m_tag* in sys/mbuf.h); this'll let you > > do what you want. I've been slow to MFC them to -stable because there are > > some issues with copying packet headers that I want to resolve first. > > > > I thought about m_ext too. I agree that the m_tag looks better. However, how > do you plan to solve this copy of packets ? >
Not sure what you mean, but the tags associated with a packet should be propagated when packets are copied. The current code doesn't do this right. The changes to do this are waiting on a bug fix. Sam To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message