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 95F9D106B for ; Tue, 7 Jul 2015 13:33:52 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP; 07 Jul 2015 04:33:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,422,1432623600"; d="scan'208";a="724270149" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga001.jf.intel.com with ESMTP; 07 Jul 2015 04:33:50 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by IRSMSX101.ger.corp.intel.com ([169.254.1.201]) with mapi id 14.03.0224.002; Tue, 7 Jul 2015 12:33:49 +0100 From: "Dumitrescu, Cristian" To: Thomas Monjalon , "Gajdzica, MaciejX T" Thread-Topic: [dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements Thread-Index: AQHQuI8OxLSy/DY970S8K2Wb0W88Yp3P4APQ Date: Tue, 7 Jul 2015 11:33:49 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912632397179@IRSMSX108.ger.corp.intel.com> References: <1436256575-15107-1-git-send-email-maciejx.t.gajdzica@intel.com> <95755673.A8d1Dkkkpx@xps13> In-Reply-To: <95755673.A8d1Dkkkpx@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements 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: Tue, 07 Jul 2015 11:33:53 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, July 7, 2015 9:28 AM > To: Gajdzica, MaciejX T > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 00/11] ip_pipeline: ip_pipeline applica= tion > enhancements >=20 > 2015-07-07 10:09, Maciej Gajdzica: > > Changes in v4: > > - fixed build issue with gcc 5 > > - fixed bugs in flow classification and firewall pipelines > > > > Changes in v5: > > - fixed build issue with clang 3.6 > > > > Changes in v6: > > - fixed build issues with icc 15 > > - fixed build issues with gcc 32bit >=20 > Please, from now, avoid sending patches without having checked build with > GCC 5 32/64-bit, clang and ICC if possible. > Thanks Will do, apologies for all these issues. Thanks, Thomas!