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 7ED2BDE0 for ; Sat, 1 Apr 2017 09:58:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491033498; x=1522569498; h=from:to:cc:subject:date:message-id:in-reply-to: references; bh=qAa+C0RYK+Wb2SFCeSbCyBgkZw5HRoWy1J3ace/fP4w=; b=xnc14xJNiK8TlMS4+0eI/p278Pc2qsXWC3C2LT/CwHxUIURAPZSwOdVZ zvPww+GGHNePAuZKSRuXo5jTUI5eBA==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Apr 2017 00:58:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,256,1486454400"; d="scan'208";a="83407462" Received: from unknown (HELO dpdk9.sh.intel.com) ([10.239.129.31]) by fmsmga006.fm.intel.com with ESMTP; 01 Apr 2017 00:58:15 -0700 From: Beilei Xing To: jingjing.wu@intel.com Cc: dev@dpdk.org Date: Sat, 1 Apr 2017 15:57:06 +0800 Message-Id: <1491033428-68635-1-git-send-email-beilei.xing@intel.com> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1491029789-41143-1-git-send-email-beilei.xing@intel.com> References: <1491029789-41143-1-git-send-email-beilei.xing@intel.com> Subject: [dpdk-dev] [PATCH v2 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 07:58:19 -0000 This patch set changes CLI for ddp to align with other CLIs. v2 changes: Change structure name and function name. 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 | 84 +++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) -- 2.5.5