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 C4EABE72 for ; Wed, 30 Sep 2015 18:34:13 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 30 Sep 2015 09:34:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,613,1437462000"; d="scan'208";a="816362430" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 30 Sep 2015 09:34:13 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.216]) by IRSMSX103.ger.corp.intel.com ([169.254.3.168]) with mapi id 14.03.0248.002; Wed, 30 Sep 2015 17:34:11 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 1/1] ip_pipeline: added dynamic pipeline reconfiguration Thread-Index: AQHQ+5z+4BpvFqvYikmAKvFkHii+bZ5VRDRA Date: Wed, 30 Sep 2015 16:34:10 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D89126478DBE62@IRSMSX108.ger.corp.intel.com> References: <1443630350-31373-1-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1443630350-31373-1-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 v2 1/1] ip_pipeline: added dynamic pipeline reconfiguration X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2015 16:34:14 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Wednesday, September 30, 2015 5:26 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 1/1] ip_pipeline: added dynamic pipeline > reconfiguration >=20 > Up till now pipeline was bound to thread selected in the initial config. > This patch allows binding pipeline to other threads at runtime using CLI > commands. >=20 > Signed-off-by: Maciej Gajdzica > --- Acked-by: Cristian Dumitrescu