CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2016/09/03 03:55:44

Modified files:
        sys/net        : if.c if_var.h 

Log message:
Use per-ifp tasks to process incoming packets.

Reduce the number of if_get/if_put from one per packet to one per ring
since we now know that all the packets are coming from the same interface.

Improve forwarding performances by 10Kpps in Hrvoje Popovski's test setup.

ok bluhm@, henning@, dlg@

Reply via email to