Untested so far, just interested in feedback before I add a
corresponding wrapper for libnetmap.
Details
Details
- Reviewers
vmaffione
Diff Detail
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
Comment Actions
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.