Page MenuHomeFreeBSD

netmap: Add an option to specify the NUMA affinity of a registered port
Needs ReviewPublic

Authored by markj on Oct 10 2024, 2:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 25, 1:42 AM
Unknown Object (File)
Tue, Mar 24, 7:51 PM
Unknown Object (File)
Sat, Mar 21, 4:43 PM
Unknown Object (File)
Sat, Mar 21, 1:59 AM
Unknown Object (File)
Fri, Mar 20, 7:25 PM
Unknown Object (File)
Thu, Mar 19, 6:15 AM
Unknown Object (File)
Feb 27 2026, 6:38 AM
Unknown Object (File)
Feb 18 2026, 9:30 AM

Details

Reviewers
vmaffione
Summary

Untested so far, just interested in feedback before I add a
corresponding wrapper for libnetmap.

Diff Detail

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

Event Timeline

markj requested review of this revision.Oct 10 2024, 2:39 PM

Looks good, but maybe I would use more evocative names such as:

`
netmap_get_local_allocator()
netmap_get_na_local_allocator()
`

in contrast with the "global" allocator.
It's not necessary that the names start with netmap_mem, since there are more functions that do not start with that.