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, May 20, 5:09 PM
Unknown Object (File)
Mon, May 18, 10:19 AM
Unknown Object (File)
Mon, May 18, 10:11 AM
Unknown Object (File)
Wed, May 13, 4:08 AM
Unknown Object (File)
Tue, May 12, 4:11 PM
Unknown Object (File)
Tue, May 12, 2:34 PM
Unknown Object (File)
Sun, May 10, 3:24 PM
Unknown Object (File)
Sun, May 10, 3: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.Mar 21 2026, 7:30 PM
This revision was automatically updated to reflect the committed changes.