summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d
diff options
context:
space:
mode:
authorkn <kn@cvs.openbsd.org>2021-01-04 21:21:42 +0000
committerkn <kn@cvs.openbsd.org>2021-01-04 21:21:42 +0000
commit6832771ed932bac0793efedab45b311744e490f5 (patch)
tree6f947ff4a5bca24df7c49a0d66cf4a303cfba79e /usr.sbin/route6d
parent338781c95edbc06af9e20fc7d9ef0af913c2c70b (diff)
Process pppoe(4) packets directly, do not queue through netis
Less scheduling, lock contention and queues. Previously, if_netisr() handled the net lock around those calls, now if_input_process() does it before calling ether_input(), so no need to add or remove NET_*LOCK() anywhere. OK mvs claudio
Diffstat (limited to 'usr.sbin/route6d')
0 files changed, 0 insertions, 0 deletions