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)
Mon, Apr 20, 9:51 PM
Unknown Object (File)
Mon, Apr 20, 8:39 PM
Unknown Object (File)
Mon, Apr 20, 6:19 AM
Unknown Object (File)
Sun, Apr 19, 11:50 AM
Unknown Object (File)
Wed, Apr 15, 12:02 PM
Unknown Object (File)
Wed, Apr 15, 12:30 AM
Unknown Object (File)
Fri, Apr 10, 4:20 PM
Unknown Object (File)
Wed, Apr 8, 9:57 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 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.Mar 21 2026, 7:30 PM
This revision was automatically updated to reflect the committed changes.