Page MenuHomeFreeBSD

netmap: add man page for the vale-ctl program
ClosedPublic

Authored by vmaffione on Oct 24 2018, 9:49 AM.
Tags
None
Referenced Files
F153258112: D17683.id49549.diff
Mon, Apr 20, 2:46 AM
Unknown Object (File)
Sun, Apr 19, 12:40 PM
Unknown Object (File)
Mon, Apr 6, 10:19 PM
Unknown Object (File)
Wed, Mar 25, 9:56 AM
Unknown Object (File)
Mar 20 2026, 6:55 PM
Unknown Object (File)
Mar 8 2026, 5:46 PM
Unknown Object (File)
Mar 3 2026, 1:47 AM
Unknown Object (File)
Mar 1 2026, 3:39 PM
Subscribers

Details

Summary

Added man page for vale-ctl program.
Small fixes to vale-ctl, including the support for -m option (to specify the netmap memory allocator id).

Test Plan

Man page tested with igor and mandoc -Tlint.
vale-ctl tested on local machine.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

0mp added inline comments.
vale-ctl.c
268 ↗(On Diff #49549)

BTW, is there a reason why the options are not in order?

vmaffione added inline comments.
vale-ctl.c
268 ↗(On Diff #49549)

You mean alphabetical order?

vale-ctl.c
268 ↗(On Diff #49549)

Yes.

I guess that it is not really something to be fixed in this revision but I just wanted to ask. :)

Sure, no problems. I don't think it's a good idea to sort them alphabetically, because right now they are laid out in such a way to have semantically related operations close to each other.
For instance -d, -a and -h are detach/attach/attach-with-host, -n and -r are "create" and "remove", etc.

Please commit with Approved by: gnn

This revision is now accepted and ready to land.Oct 24 2018, 3:33 PM
This revision was automatically updated to reflect the committed changes.