CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/08 08:24:32
Modified files:
sys/arch/octeon/dev: if_cnmac.c if_cnmacvar.h
Log message:
Remove the sc_soft_req_cnt field because the number of tx requests is
already tracked in sc_sendq. Replace the sc_flush logic with a simple
Fetch-and-Add store that avoids an unnecessary IOBDMA transaction.
ok uebayasi@
