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, Jul 17, 8:33 PM
Unknown Object (File)
Sun, Jul 5, 4:37 AM
Unknown Object (File)
Thu, Jul 2, 7:06 PM
Unknown Object (File)
Fri, Jun 26, 8:11 PM
Unknown Object (File)
Jun 20 2026, 12:20 AM
Unknown Object (File)
Jun 7 2026, 3:15 PM
Unknown Object (File)
Jun 4 2026, 3:04 PM
Unknown Object (File)
Jun 4 2026, 6:25 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.