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 6F40CA2EFC for ; Mon, 16 Sep 2019 17:46:52 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4164A1C038; Mon, 16 Sep 2019 17:46:52 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id BF56C1C02F; Mon, 16 Sep 2019 17:46:48 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 454F62207A; Mon, 16 Sep 2019 11:46:48 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 16 Sep 2019 11:46:48 -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=ltKMSqxqFOFuPDy6nyBNiD3AftGG3qKuztu+FDa8d/o=; b=WbTNBH9HiMOz ODVpJFjowtm1VKIJ/Vep0/MHP67tUFvt8uw4PA8gPb0NS0BB2SbwOoAy9M3v1VBa +6u10xAoxI03sHW7hXlqmO3PigLEyiPkzhpsQOPIdxIAID0/D3RRUfFKq/MAxQ+D yr4QNs31wzV2s2BKECV44I1rLOqQr4Q= 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=fm3; bh=ltKMSqxqFOFuPDy6nyBNiD3AftGG3qKuztu+FDa8d /o=; b=Q2Qgbva6k8sl3yZfUSjDXpKoWpSYDCzrHYuN1sq1cOH3/dC4JB/uQe/yG yRqInxevl78D1laPS1J8LcFdpQfSD3NroprvHJT/vO3822Q/Blp2sZaEk8ARaOHd XHGTReMJ86rKf/R1aH1pYYTV/XadjXCP7LPmuaGBaJGe7gCXG1N/zATeWlx9YNKB umzgPmwH47XwpEnljS33U8D5BS/3dpygv9t7lj4ijKmjXBYjFbz/d2Fpv8km2sEQ WN2XjmsdgxhQKelkcyGsbU2mEVnqHyqnOzIgEgTrXJr405X583YWluiIXC8fEU0+ Ws5cH65bw8+1x03uyik73I6WXOsvg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudefgdelfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthhqredttddtjeenucfhrhhomhepvfhhohhmrghs 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 C0FB080062; Mon, 16 Sep 2019 11:46:46 -0400 (EDT) From: Thomas Monjalon To: Jan =?utf-8?B?UmVtZcWh?= Cc: stable@dpdk.org, bruce.richardson@intel.com, Rastislav Cernay , dev@dpdk.org Date: Mon, 16 Sep 2019 17:46:44 +0200 Message-ID: <5988101.q4BDnb81Y2@xps> In-Reply-To: References: <20190914093700.11451-1-thomas@monjalon.net> <20190914093700.11451-2-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH 1/2] net/nfb: fix dependency check 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" 15/09/2019 14:04, Jan Reme=C5=A1: > On Sat, Sep 14, 2019 at 11:37 AM Thomas Monjalon wr= ote: > > > > The library libnfb is part of netcope-common which provides > > a pkg-config file: netcope-common.pc. > > Looking for this .pc file - with dependency() - is preferred > > than looking for the library - with cc.find_library(). > > > > If the library is not installed in a standard path, > > it can be found thanks to PKG_CONFIG_PATH variable. > > The previous solution required to use CFLAGS and LDFLAGS > > environment variables. > > > > Fixes: 6435f9a0ac22 ("net/nfb: add new netcope driver") > > Cc: stable@dpdk.org > > > > Signed-off-by: Thomas Monjalon > Acked-by: Jan Remes Series applied