Page MenuHomeFreeBSD

rge: make rx_process_limit a sysctl tunable
ClosedPublic

Authored by chris.longros_gmail.com on Sat, Mar 21, 10:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 30, 8:08 PM
Unknown Object (File)
Mon, Mar 30, 6:04 PM
Unknown Object (File)
Sun, Mar 29, 9:57 AM
Unknown Object (File)
Sat, Mar 28, 4:12 PM
Unknown Object (File)
Sat, Mar 28, 4:27 AM
Unknown Object (File)
Fri, Mar 27, 11:42 PM
Unknown Object (File)
Fri, Mar 27, 10:01 AM
Unknown Object (File)
Wed, Mar 25, 10:17 PM
Subscribers

Details

Summary

The number of packets processed per interrupt was hardcoded to 16.
Add a per-interface sysctl dev.rge.%d.rx_process_limit tunable so
users can adjust this value at runtime.

Signed-off-by: Christos Longros <chris.longros@gmail.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee added a reviewer: manpages.

Ok from manpages. No comment on the source change, but I appreciate including robust and concise documentation with the proposed change!

This revision is now accepted and ready to land.Sat, Mar 21, 7:30 PM
This revision was automatically updated to reflect the committed changes.