Page MenuHomeFreeBSD

rge: make rx_process_limit a sysctl tunable
ClosedPublic

Authored by chris.longros_gmail.com on Mar 21 2026, 10:11 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jul 15, 7:14 AM
Unknown Object (File)
Wed, Jul 15, 7:14 AM
Unknown Object (File)
Sat, Jul 4, 6:07 PM
Unknown Object (File)
Fri, Jul 3, 9:44 AM
Unknown Object (File)
Jun 12 2026, 10:23 AM
Unknown Object (File)
Jun 9 2026, 7:35 AM
Unknown Object (File)
May 20 2026, 5:09 PM
Unknown Object (File)
May 18 2026, 10:19 AM
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.Mar 21 2026, 7:30 PM
This revision was automatically updated to reflect the committed changes.