CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/03 04:19:45
Modified files:
sys/kern : uipc_domain.c
sys/sys : sysctl.h
sys/net : ifq.c
Log message:
add the kernel side of net.link.ifrxq.pressure_return and pressure_drop
these values are used as the backpressure thresholds in the interface
rx q processing code. theyre being exposed as tunables to userland
while we are figuring out what the best values for them are.
ok visa@ deraadt@
