From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dumitrescu, Cristian" Subject: Re: [PATCH v6 00/11] ip_pipeline: ip_pipeline application enhancements 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: Thomas Monjalon , "Gajdzica, MaciejX T" 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) In-Reply-To: <95755673.A8d1Dkkkpx@xps13> Content-Language: en-US List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----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!