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

Modified files:
        sys/net        : if_trunk.c 

Log message:
if the mbuf has a valid flowid, use it instead of using siphash24
and a bunch of header fields we have to parse the mbuf for.

siphash24 is about 20% of the cost of sending a udp packet on a
trunk interface with tcpbench on my box. if there's a flowid set
we get all that back.

ok mpi@ mikeb@ sthen@

Reply via email to