From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9AC641B764 for ; Wed, 31 Jan 2018 14:20:48 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 17A8820CA2; Wed, 31 Jan 2018 08:20:48 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 08:20:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=rPX8ywGFtZ7lOHmyfwHgbxERdh 6CGf/L12pGBiwvQUA=; b=Lsb+sHAw7ZMDbP20Hs6UvktdKPvWr6sl3lpox93h4U jl5ug3V3EledoCq+HcFxO3izHIdyZN6Zh1hCXgJyhaXKFqzi5Jhe5KP+Ntm0uvBb 8IYYq9/rYPsZxfLgCQsEe1HKV2f3eYDuDOBJUVpDgtdNzhMfC4oaxucT9+sGDd3Z E= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=rPX8yw GFtZ7lOHmyfwHgbxERdh6CGf/L12pGBiwvQUA=; b=K8uUQoz3+TJPS9MCNIde+V Xf5IEw9g9KNikvTh//U7jqjuty+meuQxH73kJGOzVYz6rEQp+Y2fWr+BvErIw7FQ h4RQ99taTwuIHwLPdLTVVeAkYI9N0EFAAcvML1qe3t2hJL0Z4G2f0j3prfUBcnMX 5Exlo/qjB5ruwB9842/v6Yliv5LpxLG40DkHZcsVH0zbRhF2MyeaZMBDEZaKdcQ8 KNmepZIFV6NvWm01nmgKlM9K/q8d652DvSXsZRkQuJJP2Z1duqNOIGx7ypQuhF/r JFRyiHiVxgKXefasCdOISSB3kj6o8Rm6+O96qp8txGriMHntSJjWQLbhuycXtRoQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B64717E4FA; Wed, 31 Jan 2018 08:20:47 -0500 (EST) From: Thomas Monjalon To: Shreyansh Jain Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com, rosen.xu@intel.com Date: Wed, 31 Jan 2018 14:20:00 +0100 Message-ID: <2766742.IHp3MJlWRC@xps> In-Reply-To: <20180131091318.7894-8-shreyansh.jain@nxp.com> References: <20180130145710.24757-1-shreyansh.jain@nxp.com> <20180131091318.7894-1-shreyansh.jain@nxp.com> <20180131091318.7894-8-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v4 07/10] drivers/raw: introduce skeleton rawdev driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2018 13:20:48 -0000 31/01/2018 10:13, Shreyansh Jain: > Skeleton rawdevice driver, on the lines of eventdev skeleton, is for > showcasing the rawdev library. This driver implements some of the > operations of the library based on which a test module can be > developed. >=20 > Design of skeleton involves a virtual device which is plugged into > VDEV bus on initialization. >=20 > Also, enable compilation of rawdev skeleton driver. >=20 > Signed-off-by: Shreyansh Jain > --- It does not compile on 32-bit: drivers/raw/skeleton_rawdev/skeleton_rawdev.h:13:51: error: format =E2=80=98%lu=E2=80=99 expects argument of type =E2=80=98long unsign= ed int=E2=80=99, but argument 6 has type =E2=80=98uint64_t {aka long long u= nsigned int}=E2=80=99 [-Werror=3Dformat=3D] rte_log(RTE_LOG_ ## level, skeleton_pmd_logtype, "%s(): " fmt "\n", \