From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3E1731B562 for ; Wed, 11 Jul 2018 15:47:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jul 2018 06:47:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,338,1526367600"; d="scan'208";a="66043409" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 11 Jul 2018 06:47:21 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX104.ger.corp.intel.com ([169.254.5.225]) with mapi id 14.03.0319.002; Wed, 11 Jul 2018 14:47:20 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] examples/ip_pipeline: remove CLI command dependency on pipeline thread Thread-Index: AQHUGI6wu1Txf12wyUW6aHVqJInkS6SKCgvQ Date: Wed, 11 Jul 2018 13:47:19 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891268E7726A7@IRSMSX107.ger.corp.intel.com> References: <20180710204339.151148-1-jasvinder.singh@intel.com> In-Reply-To: <20180710204339.151148-1-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: remove CLI command dependency on pipeline thread 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: Wed, 11 Jul 2018 13:47:23 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Tuesday, July 10, 2018 9:44 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: remove CLI command dependency > on pipeline thread >=20 >=20 Applied on next-pipeline tree, thanks!