From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id BF28E5F13 for ; Fri, 30 Mar 2018 14:44:37 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Mar 2018 05:44:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,381,1517904000"; d="scan'208";a="43522128" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga001.jf.intel.com with ESMTP; 30 Mar 2018 05:44:35 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by irsmsx105.ger.corp.intel.com ([169.254.7.216]) with mapi id 14.03.0319.002; Fri, 30 Mar 2018 13:44:34 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "Zhang, Roy Fan" , "Laatz, Kevin" , "Pattan, Reshma" Thread-Topic: [PATCH v4 00/49] ip_pipeline: refactoring Thread-Index: AQHTx4xMZZIqStype06+kwZBPxfW3aPouivQ Date: Fri, 30 Mar 2018 12:44:33 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB382DB@IRSMSX108.ger.corp.intel.com> References: <20180316175906.159198-2-jasvinder.singh@intel.com> <20180329183208.103844-1-jasvinder.singh@intel.com> In-Reply-To: <20180329183208.103844-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 v4 00/49] ip_pipeline: refactoring 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: Fri, 30 Mar 2018 12:44:38 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Thursday, March 29, 2018 7:31 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v4 00/49] ip_pipeline: refactoring >=20 > Refactored the IP pipeline application. As result, the code base > size (lines of code) reduces by ~60%. >=20 > v4: Applied to next-pipeline tree, thanks!