CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/17 00:45:23
Modified files:
sys/sys : mbuf.h
sys/dev/pci : if_mcx.c
sys/net : fq_codel.c if.c if_aggr.c if_gif.c if_gre.c
if_mpip.c if_mpw.c if_trunk.c ifq.c pf.c
Log message:
make ph_flowid in mbufs 16bits by storing whether it's set in csum_flags.
i've been wanting to do this for a while, and now that we've got
stoeplitz and it gives us 16 bits, it seems like the right time.
