CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/11/02 11:29:16
Modified files:
sys/arch/octeon/dev: if_cnmac.c if_cnmacvar.h octciu.c
sys/arch/octeon/include: intr.h octeonvar.h
Log message:
Assign each cnmac(4) port its own input work group, and assign
the interrupt processing of each work group to one of the available
CPUs. This enables some parallelism in the early stages of packet Rx.
