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)
Fri, Jun 26, 8:11 PM
Unknown Object (File)
Sat, Jun 20, 12:20 AM
Unknown Object (File)
Sun, Jun 7, 3:15 PM
Unknown Object (File)
Thu, Jun 4, 3:04 PM
Unknown Object (File)
Thu, Jun 4, 6:25 AM
Unknown Object (File)
May 15 2026, 8:30 AM
Unknown Object (File)
May 14 2026, 5:11 PM
Unknown Object (File)
May 12 2026, 8: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.