From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 76E83A0526; Mon, 20 Jan 2020 22:55:37 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5EBF11C032; Mon, 20 Jan 2020 22:55:36 +0100 (CET) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id AD2E41C029 for ; Mon, 20 Jan 2020 22:55:34 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 00C8421F83; Mon, 20 Jan 2020 16:55:34 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 20 Jan 2020 16:55:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=URG8CEa33ZyHwJ8zrmrs4p+NLL92UeW1keUq8brNsfM=; b=YI1Ygdp5N8dw e5PsNaepVoLzrdMKS/4MNTXthbnF5mcguL5Elhyh1kbKG4gEBEI/Rw0CKPy2AQCl uqufwqly1893vmL6d4wc2S53eLp7VUFG4geO63T+tAflbCyCIB23cNGd+9Ta2UFi VcxsRSSkExzu1mTq8IV9KyoKzMSBAkQ= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=URG8CEa33ZyHwJ8zrmrs4p+NLL92UeW1keUq8brNs fM=; b=vbXnbjgtG5JtlD/xARya7JEFA7F5Db9+lEkO1vwligVwWBDqhfB4UpDmH O+Aix5lxKifDcwILBcFNimpQ+9TRWBhLPLcMDV9Tmwz9BUoKCkazfyWNG0EKp7oX yzN/gqdBuTDlEXIw/UaKa/8Ui4Hevm/RVWnt4gaYLU9v7pH1Ki/r+qzyzQcJbdte YiWoDa83tBLurUjls9BkEKtBzNVVO9whrvBLZdSVCfKCPYcV4LciWIZbyYKgVQpY 1ZxoJiMOrJrhW2TZHeVjv7rjR0YHXlfbcahKwdCCVwWlIuWqP0pXxEySNDDm/1H9 4xJqzrePFX59KtR+TRepC+dDRV/lQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeigdeludcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2A50980063; Mon, 20 Jan 2020 16:55:32 -0500 (EST) From: Thomas Monjalon To: jerinj@marvell.com Cc: dev@dpdk.org, Olivier Matz , gavin.hu@arm.com, matan@mellanox.com Date: Mon, 20 Jan 2020 22:55:29 +0100 Message-ID: <10673740.jrtcCam0TZ@xps> In-Reply-To: <20191226162454.GK22738@platinum> References: <20191208113413.2179329-1-jerinj@marvell.com> <20191219112507.3142025-3-jerinj@marvell.com> <20191226162454.GK22738@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 3/3] mbuf: use structure marker typedef in eal 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 26/12/2019 17:24, Olivier Matz: > On Thu, Dec 19, 2019 at 04:55:07PM +0530, jerinj@marvell.com wrote: > > From: Jerin Jacob > > > > Use new marker typedef available in EAL and remove private marker > > typedef. > > > > Signed-off-by: Jerin Jacob > > Acked-by: Olivier Matz Series applied, thanks Note: I reverted the use of RTE_STD_C11 to __extension__ (as in your v1) which seems more correct (and allow pedantic mlx PMDs to build).