CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/01/04 06:56:45

Modified files:
        sys/net        : if.c 

Log message:
Remove kernel lock from pppoe(4) input path

"struct pppoe_softc" documents no member being protected by the kernel lock
(alone);  further review of the code paths starting from pppoeintr() shows
no sleeping points which must be avoided in the softnet thread.

Everything is fine as is to run without the big lock, so remove it.

Tests sthen
Feedback mpi mvs
OK mvs claudio

Reply via email to