CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2014/10/03 07:10:15

Modified files:
        sys/dev/pci    : if_myx.c 

Log message:
in rxeof, instead of taking the biglock on every packet to call bpf
and ether_input, queue all the mbufs onto an mbuf_list on the stack
and then take the biglock once outside the loop.

Reply via email to