[dpdk-dev] [PATCH v3 6/9] examples/vm_power: add port-list to command line

David Hunt david.hunt at intel.com
Tue Jun 26 11:23:14 CEST 2018


add in the long form of -p, which is --port-list

Signed-off-by: David Hunt <david.hunt at intel.com>
Acked-by: Radu Nicolau <radu.nicolau at intel.com>
---
 examples/vm_power_manager/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/vm_power_manager/main.c b/examples/vm_power_manager/main.c
index 4c6b5a990..4088861f1 100644
--- a/examples/vm_power_manager/main.c
+++ b/examples/vm_power_manager/main.c
@@ -147,6 +147,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;
-- 
2.17.1



More information about the dev mailing list