From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 07/10] drivers/raw: introduce skeleton rawdev driver Date: Wed, 31 Jan 2018 14:20:00 +0100 Message-ID: <2766742.IHp3MJlWRC@xps> 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-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, hemant.agrawal@nxp.com, fiona.trahe@intel.com, rosen.xu@intel.com To: Shreyansh Jain 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) In-Reply-To: <20180131091318.7894-8-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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", \