From: David Hunt Date: Fri, 13 Jul 2018 14:22:59 +0000 (+0100) Subject: examples/vm_power: add --port-list option X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6e26957782ef80009409192346724bc624f432eb;p=dpdk.git examples/vm_power: add --port-list option add in the long form of -p, which is --port-list Signed-off-by: David Hunt Acked-by: Radu Nicolau --- diff --git a/examples/vm_power_manager/main.c b/examples/vm_power_manager/main.c index aef97b9aeb..f9990f1536 100644 --- a/examples/vm_power_manager/main.c +++ b/examples/vm_power_manager/main.c @@ -145,6 +145,7 @@ parse_args(int argc, char **argv) { "mac-updating", no_argument, 0, 1}, { "no-mac-updating", no_argument, 0, 0}, { "core-list", optional_argument, 0, 'l'}, + { "port-list", optional_argument, 0, 'p'}, {NULL, 0, 0, 0} }; argvopt = argv;