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 5480DA3295 for ; Wed, 23 Oct 2019 16:01:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3FE461C1E5; Wed, 23 Oct 2019 16:01:39 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id B92661C1E5; Wed, 23 Oct 2019 16:01:38 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0C3D120D2D; Wed, 23 Oct 2019 10:01:37 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 23 Oct 2019 10:01:37 -0400 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=FfX/R+BX2iYRjrSh2y78wylYHO1Cz9SoBqdKKdiA9gI=; b=ZTjdZqHu8DdP 9fAEbOFd3ZuIBBonM77hNF6HzmRqis3Gx2GztS7AmXPCwwEp9C0ZR10KtY6grW/h DfBJcBxQqAnfbwSxIQ5XyydUvfeKxUE7KNkNdgLrkc4KSpvp70zhT1MJ8t+cyGRR wLhUigOnJGiI8TIE9htq19HZ8Z5up8A= 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=FfX/R+BX2iYRjrSh2y78wylYHO1Cz9SoBqdKKdiA9 gI=; b=HFwgMUz2RjvCTD9ISTDl187ZEzOXje9AfRzMBqmQDOfBkh9IahnetE4Ic AQNlvS2Z8YCOSjVu5MqJYrikxaV7vGnCjYw6SBIYKCKvze1KcpYyc73M5ioVxHfT vb7VFk4pSf1q9VRqG21DsJZNAEDAPorMr3E4XpyGX3qvCE1oBP3PbAXp+PUI/R7V uleRUtvA2mUfIXHjETnwXBOOIoG66V0y2Qn7LGn6tBzqW39sA/+7oRHHfoPke5Tg drDavtze6bsomS7gILahddm/h/aBRJGhXmJ2idj97bgjFrg6nSMDkrkfRGeVgbem U77CueixpFf6NwOg/Xk6f5l9r+YFg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrkeelgdejvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 94EBCD6005E; Wed, 23 Oct 2019 10:01:35 -0400 (EDT) From: Thomas Monjalon To: Ciara Power Cc: ferruh.yigit@intel.com, arybchenko@solarflare.com, dev@dpdk.org, olivier.matz@6wind.com, stable@dpdk.org Date: Wed, 23 Oct 2019 16:01:34 +0200 Message-ID: <1705631.EIreq0Hp37@xps> In-Reply-To: <20191023125300.45569-1-ciara.power@intel.com> References: <20191023125300.45569-1-ciara.power@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [PATCH] ethdev: fix include for ether header file X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 23/10/2019 14:53, Ciara Power: > The include for rte_ether.h in each of these files should not use > quotes, as the header file is not in the librte_ethdev directory. These > are now updated to use <> symbols, to search directories pre-designated > by the compiler. > > Fixes: 57668ed7bc08 ("net: move ethernet definitions to the net library") > Cc: olivier.matz@6wind.com > Cc: stable@dpdk.org > > Signed-off-by: Ciara Power > --- > lib/librte_ethdev/rte_eth_ctrl.h | 2 +- > lib/librte_ethdev/rte_ethdev.c | 2 +- > lib/librte_ethdev/rte_ethdev.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) Good change. Acked-by: Thomas Monjalon I'm curious, is it triggering any compilation issue?