OpenBSD cvs log

created 2021-01-10T13:11:21Z
begin 2021-01-04T12:48:27Z
end 2021-01-04T13:56:45Z
path src/sys
commits 1

date 2021-01-04T13:56:45Z
author kn
files src/sys/net/if.c log diff annotate
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