CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/10/08 05:36:15

Modified files:
        sys/sys        : mbuf.h 
        share/man/man9 : mbuf.9 

Log message:
steal some padding in mbuf pkthdrs to store a flow id.

the flowid roughly identifies a flow or connection that the mbuf
is a part of, and can be used instead of hashing contents of the
packet (like src+dst mac and ip addresses) to decide which path a
packet should take.

ok mpi@ mikeb@ sthen@

Reply via email to