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)
Feb 29 2024, 3:38 AM
Unknown Object (File)
Jan 30 2024, 12:47 AM
Unknown Object (File)
Jan 11 2024, 9:51 PM
Unknown Object (File)
Nov 24 2023, 9:23 PM
Unknown Object (File)
Nov 22 2023, 6:14 PM
Unknown Object (File)
Nov 22 2023, 2:01 PM
Unknown Object (File)
Nov 22 2023, 1:25 PM
Unknown Object (File)
Nov 14 2023, 7:51 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.