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
F151181176: D56014.id.diff
Mon, Apr 6, 3:44 PM
Unknown Object (File)
Mon, Apr 6, 10:32 AM
Unknown Object (File)
Sun, Apr 5, 7:08 PM
Unknown Object (File)
Sat, Apr 4, 2:26 AM
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
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 Passed
Unit
No Test Coverage
Build Status
Buildable 71622
Build 68505: arc lint + arc unit

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.