CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/30 09:41:28
Modified files:
sys/arch/octeon/dev: cn30xxpipreg.h if_cnmac.c if_cnmacvar.h
sys/arch/octeon/include: octeonvar.h
Log message:
Fill the packet data pool with standard mbuf clusters instead of
driver-specific memory blocks. This lets the cnmac(4) RX path run
without an mbuf ext_free callback.
ok uebayasi@
