From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id CF5D52BE1 for ; Sat, 1 Apr 2017 08:57:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491029854; x=1522565854; h=from:to:cc:subject:date:message-id; bh=3QKLwmaH/YDMHg7NRBDsrPkl0z23upy3xepMYdlc1do=; b=New5hg0TgQ5ezzdxricgzbUjJYrElExYFpb2muI+l3m6Gpl9sX6XegPK yXQwgTwlauzn0e4Bk8H/WZMv9F68iA==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 23:57:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,256,1486454400"; d="scan'208";a="83396356" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by fmsmga006.fm.intel.com with ESMTP; 31 Mar 2017 23:57:31 -0700 From: Beilei Xing To: jingjing.wu@intel.com Cc: dev@dpdk.org Date: Sat, 1 Apr 2017 14:56:27 +0800 Message-Id: <1491029789-41143-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 Subject: [dpdk-dev] [PATCH 0/2] change command line for ddp X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Apr 2017 06:57:34 -0000 This patch set changes CLI for ddp to align with other CLIs. Beilei Xing (2): app/testpmd: change command line of loading profile app/testpmd: change command line of getting profile info app/test-pmd/cmdline.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) -- 2.5.5