From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 719934B4B for ; Mon, 15 Jan 2018 02:30:38 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2018 17:30:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,361,1511856000"; d="scan'208";a="19564355" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by FMSMGA003.fm.intel.com with ESMTP; 14 Jan 2018 17:30:37 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 14 Jan 2018 17:30:37 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Mon, 15 Jan 2018 09:30:35 +0800 From: "Lu, Wenzhuo" To: Georgios Katsikas , "olivier.matz@6wind.com" CC: "dev@dpdk.org" , "Adrien Mazarguil (adrien.mazarguil@6wind.com)" Thread-Topic: [dpdk-dev] [PATCH 1/3] app/testpmd: Moved cmdline_flow to librte_cmdline Thread-Index: AQHTi+jB07503Mp+Ik2pfJKFNa6meKN0J4wQ Date: Mon, 15 Jan 2018 01:30:35 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B710648@shsmsx102.ccr.corp.intel.com> References: <1515790887-64502-1-git-send-email-george.dit@gmail.com> In-Reply-To: <1515790887-64502-1-git-send-email-george.dit@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/3] app/testpmd: Moved cmdline_flow to librte_cmdline 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: Mon, 15 Jan 2018 01:30:38 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Georgios Katsikas > Sent: Saturday, January 13, 2018 5:01 AM > To: olivier.matz@6wind.com > Cc: dev@dpdk.org; Georgios Katsikas > Subject: [dpdk-dev] [PATCH 1/3] app/testpmd: Moved cmdline_flow to > librte_cmdline >=20 > Signed-off-by: Georgios Katsikas Looks like a good idea to move this code to the lib. cc Adrien the author of this file, app/test-pmd/cmdline_flow.c.