diff options
author | kn <kn@cvs.openbsd.org> | 2021-01-04 21:21:42 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2021-01-04 21:21:42 +0000 |
commit | 6832771ed932bac0793efedab45b311744e490f5 (patch) | |
tree | 6f947ff4a5bca24df7c49a0d66cf4a303cfba79e /regress | |
parent | 338781c95edbc06af9e20fc7d9ef0af913c2c70b (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 'regress')
0 files changed, 0 insertions, 0 deletions