Page MenuHomeFreeBSD

netmap: Fix a queue length check in the generic port rx path
ClosedPublic

Authored by markj on Jan 15 2023, 5:03 PM.
Tags
None
Referenced Files
F116095057: D38062.diff
Fri, May 2, 12:07 PM
Unknown Object (File)
Fri, Apr 25, 10:14 AM
Unknown Object (File)
Tue, Apr 22, 8:35 AM
Unknown Object (File)
Sat, Apr 19, 2:20 AM
Unknown Object (File)
Feb 24 2025, 3:26 AM
Unknown Object (File)
Feb 24 2025, 3:04 AM
Unknown Object (File)
Feb 24 2025, 2:04 AM
Unknown Object (File)
Jan 31 2025, 10:11 PM
Subscribers

Details

Summary

The check is ok by default, since the default value of
netmap_generic_ringsize is 1024. But we should check against the
configured "ring" size.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49114
Build 46003: arc lint + arc unit