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
Unknown Object (File)
Thu, Oct 9, 6:22 AM
Unknown Object (File)
Aug 31 2025, 4:52 AM
Unknown Object (File)
Aug 14 2025, 4:43 PM
Unknown Object (File)
Aug 5 2025, 2:14 AM
Unknown Object (File)
Aug 4 2025, 9:12 AM
Unknown Object (File)
Jul 26 2025, 7:06 PM
Unknown Object (File)
Jul 23 2025, 4:33 AM
Unknown Object (File)
Jul 20 2025, 2:40 AM
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.