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
F172793915: D56014.diff
Mon, Sep 21, 1:22 AM
Unknown Object (File)
Fri, Sep 18, 11:11 AM
Unknown Object (File)
Wed, Sep 16, 6:46 AM
Unknown Object (File)
Thu, Sep 10, 2:00 PM
Unknown Object (File)
Thu, Sep 3, 5:27 PM
Unknown Object (File)
Thu, Sep 3, 12:11 PM
Unknown Object (File)
Wed, Sep 2, 6:44 AM
Unknown Object (File)
Wed, Sep 2, 2:53 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.