CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/07 22:02:14
Modified files:
share/man/man9 : Makefile
sys/net : if.c if.h if_var.h
sys/sys : sockio.h
Added files:
share/man/man9 : if_rxr_init.9
Log message:
introduce the if_rxr api. it is intended to pull the rx ring accounting
out of the mbuf layer, and break the assumption that an interface will
only have a single ring per mbuf cluster size.
mpi@ is ok with moving this forward
