From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <cristian.dumitrescu@intel.com>
Received: from mga09.intel.com (mga09.intel.com [134.134.136.24])
 by dpdk.org (Postfix) with ESMTP id B46091CADC
 for <dev@dpdk.org>; Thu,  5 Apr 2018 13:00:13 +0200 (CEST)
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga008.jf.intel.com ([10.7.209.65])
 by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 05 Apr 2018 04:00:12 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.48,410,1517904000"; d="scan'208";a="31231232"
Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25])
 by orsmga008.jf.intel.com with ESMTP; 05 Apr 2018 04:00:11 -0700
Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by
 irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS)
 id 14.3.319.2; Thu, 5 Apr 2018 12:00:11 +0100
Received: from irsmsx108.ger.corp.intel.com ([169.254.11.155]) by
 IRSMSX156.ger.corp.intel.com ([169.254.3.229]) with mapi id 14.03.0319.002;
 Thu, 5 Apr 2018 12:00:11 +0100
From: "Dumitrescu, Cristian" <cristian.dumitrescu@intel.com>
To: Thomas Monjalon <thomas@monjalon.net>
CC: "dev@dpdk.org" <dev@dpdk.org>, "Singh, Jasvinder"
 <jasvinder.singh@intel.com>
Thread-Topic: [dpdk-dev] [pull-request] next-pipeline 18.05 PRE-RC1
Thread-Index: AQHTyCUSUU5JOxxf/Eyh7JSNDtJsa6PwMv0AgABBAxCAAM3lgIAAyAlQ
Date: Thu, 5 Apr 2018 11:00:10 +0000
Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BB3B4B3@IRSMSX108.ger.corp.intel.com>
References: <1522413935-118517-1-git-send-email-cristian.dumitrescu@intel.com>
 <4804393.3nlcFQs5t0@xps>
 <3EB4FA525960D640B5BDFFD6A3D891267BB3A65B@IRSMSX108.ger.corp.intel.com>
 <12703751.zyF59OW4Sh@xps>
In-Reply-To: <12703751.zyF59OW4Sh@xps>
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.182]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [pull-request] next-pipeline 18.05 PRE-RC1
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://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: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Apr 2018 11:00:14 -0000



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas@monjalon.net]
> Sent: Thursday, April 5, 2018 1:03 AM
> To: Dumitrescu, Cristian <cristian.dumitrescu@intel.com>
> Cc: dev@dpdk.org; Singh, Jasvinder <jasvinder.singh@intel.com>
> Subject: Re: [dpdk-dev] [pull-request] next-pipeline 18.05 PRE-RC1
>=20
> > > Hi,
> > >
> > > 30/03/2018 14:45, Cristian Dumitrescu:
> > > >   http://dpdk.org/git/next/dpdk-next-pipeline
> > >
> > > I saw 2 issues:
> > > 	- table_index is wrongly placed in doxygen index
> > > 	- compilation error with clang: status_data is used uninitialized
> > >
> >
> > Hi Thomas,
> >
> > All the above issues are fixed now, are you OK to resume the pull reque=
st
> now?
>=20
> Sorry, one more compilation error:
>=20
> error: incompatible pointer types
>       passing 'uint8_t *' (aka 'unsigned char *') to parameter of type 'u=
int32_t
> *'
>       (aka 'unsigned int *') [-Werror,-Wincompatible-pointer-types]
>         if (parser_read_uint32(&p.tc_ov_weight, tokens[10]) !=3D 0) {
>                                ^~~~~~~~~~~~~~~
>=20
>=20

Fixed, sorry about this.