From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com
 [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id C50D05921
 for <dev@dpdk.org>; Thu,  9 Jul 2015 17:28:15 +0200 (CEST)
Received: by wiga1 with SMTP id a1so316245047wig.0
 for <dev@dpdk.org>; Thu, 09 Jul 2015 08:28:15 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=HtfEnZxZRiEvg4tEg+fNQ74x8ifrky2ogOvy3FaYRG4=;
 b=I0qXyBpPYGXwYjsAANOawB/J7hUPVp+pURn0O0rIaL+qHFxA4iWW2xwdpH47RkDAwr
 565Nc0mYl4dZO3Vhstk4rAzzMlxmBQD/x9Fqlp67RYwD+kH97VXC4Yh71CnFbtI48FMx
 YggBl3Jyz6FrNlv1OXuVJwlMCX0gcwYqOYT1iNIHV98KgUv10sT9dAaqWPHh6grNkJBq
 7VBIeLiYHrDvuH4qwqvv09M6VLIHIZTKk7Ndsr0rvldbh5qx92u4o1WNmHm4sAIDSbD6
 AhCtNpsbOCLiqZ1XM+SSx5AP+5zLFrbJ4ph4Jbc9yIzNw50gP7s9TJAda8wmiOtzdnMP
 Nzeg==
X-Gm-Message-State: ALoCoQkrW8PR+wWkz0kAZAs8cCD8Cn+xuuPgML/s50dGlGZoDW+I10MtIKs4A+aqhUqE9QnpbdFv
X-Received: by 10.194.236.199 with SMTP id uw7mr34015237wjc.92.1436455695668; 
 Thu, 09 Jul 2015 08:28:15 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id x5sm8795711wif.21.2015.07.09.08.28.14
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Thu, 09 Jul 2015 08:28:14 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Gajdzica, MaciejX T" <maciejx.t.gajdzica@intel.com>
Date: Thu, 09 Jul 2015 17:27:08 +0200
Message-ID: <4489906.fpYgdILxup@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912632396D96@IRSMSX108.ger.corp.intel.com>
References: <1436256575-15107-1-git-send-email-maciejx.t.gajdzica@intel.com>
 <3EB4FA525960D640B5BDFFD6A3D8912632396D96@IRSMSX108.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 09 Jul 2015 15:28:16 -0000

2015-07-07 09:23, Dumitrescu, Cristian:
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica
> > Changes in v6:
> > - fixed build issues with icc 15
> > - fixed build issues with gcc 32bit
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>

Applied, thanks