From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <maciejx.t.gajdzica@intel.com>
Received: from mga11.intel.com (mga11.intel.com [192.55.52.93])
 by dpdk.org (Postfix) with ESMTP id 01DA91DB1
 for <dev@dpdk.org>; Thu,  2 Jul 2015 12:28:04 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga102.fm.intel.com with ESMTP; 02 Jul 2015 03:28:05 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.15,391,1432623600"; d="scan'208";a="721649916"
Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157])
 by orsmga001.jf.intel.com with ESMTP; 02 Jul 2015 03:28:03 -0700
Received: from irsmsx102.ger.corp.intel.com ([169.254.2.117]) by
 IRSMSX103.ger.corp.intel.com ([169.254.3.216]) with mapi id 14.03.0224.002;
 Thu, 2 Jul 2015 11:28:02 +0100
From: "Gajdzica, MaciejX T" <maciejx.t.gajdzica@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>, "Singh, Jasvinder"
 <jasvinder.singh@intel.com>
Thread-Topic: [dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks
Thread-Index: AQHQsnp+AtUuR46Wekij96pe14H8GJ3H6huAgAAUPDA=
Date: Thu, 2 Jul 2015 10:28:01 +0000
Message-ID: <9CC680510C0AC140A846FED2EF7F962813849F31@IRSMSX102.ger.corp.intel.com>
References: <1435588741-11515-1-git-send-email-maciejx.t.gajdzica@intel.com>
 <1435588741-11515-3-git-send-email-maciejx.t.gajdzica@intel.com>
 <1479145.ghucTpzEe9@xps13>
In-Reply-To: <1479145.ghucTpzEe9@xps13>
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
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks
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, 02 Jul 2015 10:28:05 -0000

Hi Thomas

For me it compiles. Could you provide build log?

Best Regards
Maciek

> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Thursday, July 02, 2015 12:15 PM
> To: Gajdzica, MaciejX T; Singh, Jasvinder
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks
>=20
> 2015-06-29 16:38, Maciej Gajdzica:
> > From: Jasvinder Singh <jasvinder.singh@intel.com>
> >
> > After loading configuration from a file, data integrity is checked.
> >
> > Signed-off-by: Jasvinder Singh <jasvinder.singh@intel.com>
> > ---
> >  examples/ip_pipeline/Makefile       |    1 +
> >  examples/ip_pipeline/config_check.c |  396
> +++++++++++++++++++++++++++++++++++
> >  examples/ip_pipeline/main.c         |    2 +
> >  3 files changed, 399 insertions(+)
>=20
> This patch cannot compile.