From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hunt Subject: [PATCH v1 6/6] examples/vm_power: add port-list to command line Date: Thu, 7 Jun 2018 08:37:05 +0100 Message-ID: <20180607073705.32895-7-david.hunt@intel.com> References: <20180607073705.32895-1-david.hunt@intel.com> Cc: david.hunt@intel.com To: dev@dpdk.org Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2995C1B405 for ; Thu, 7 Jun 2018 16:39:56 +0200 (CEST) In-Reply-To: <20180607073705.32895-1-david.hunt@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" add in the long form of -p, which is --port-list Signed-off-by: David Hunt --- 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.0