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, Oct 8, 11:30 PM
Unknown Object (File)
Fri, Oct 3, 11:33 AM
Unknown Object (File)
Wed, Oct 1, 11:04 PM
Unknown Object (File)
Wed, Sep 17, 3:14 AM
Unknown Object (File)
Sep 7 2025, 8:51 PM
Unknown Object (File)
Sep 5 2025, 11:32 AM
Unknown Object (File)
Jul 5 2025, 1:36 AM
Unknown Object (File)
Jul 1 2025, 10:09 PM

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.