From patchwork Sat Sep 14 09:36:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 59245 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2C3201D406; Sat, 14 Sep 2019 11:37:16 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 8DBEB1D37E for ; Sat, 14 Sep 2019 11:37:14 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 24FB621368; Sat, 14 Sep 2019 05:37:14 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 14 Sep 2019 05:37:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=mesmtp; bh=SrRwo9jtDO3iiymcnW+QYvn GD8CxS9tITQzxavv6Np8=; b=cv4ZDdz8M/XQO1ntaeyiNJzjhLPhMzZshzu+5vU neKXkzbXHR+TQ5yp6Xx4KMeF59LGgphrQqB/p6hC9U5tVPUs9GIUCjBAktoCYFj5 Cc3I7Rjh8cMvL3/V/z9MG6ZAQPQ8+IuwyhVTVRIFFUo2J5zjJqcj2ToWD9XKOzvj 3zM4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=SrRwo9jtDO3iiymcn W+QYvnGD8CxS9tITQzxavv6Np8=; b=WrCSctCldp48/ucTZrTg3VxHUoJoqFgYB KCcbGE2CdYi1yAE+JH/rtjykB4/SzURaJlhsLNXuNMtAABonbeyhFcDmQ0ZX+uhB NgMxaFoue9JIG4cMeN6fHQKsdibZHlOoWTFOOH0Jq5DEYDOAlq1R4vX78YNhp+Fu DHh2E8eCudCFH07MLPQ59uKxzhg6qoKqU796BLDSVq9HWiRx545SreEfr1oJYBDG jqfIplU6e4GbjQK1bk8HzvvJ36gKHXu2ELheYqq+0lBAWkCUrPjq5h3TR/kwEoFZ AtJoFzdpMS2XrXO10VnqjLCh6VYSMhEildgZOeQhTxUxzm/nFZi/w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrtdelgddukecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertd dtnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehmohhn jhgrlhhonhdrnhgvtheqnecuffhomhgrihhnpehnvghttghophgvrdgtohhmnecukfhppe ejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhm rghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 15539D60057; Sat, 14 Sep 2019 05:37:13 -0400 (EDT) From: Thomas Monjalon To: bruce.richardson@intel.com Cc: dev@dpdk.org Date: Sat, 14 Sep 2019 11:36:58 +0200 Message-Id: <20190914093700.11451-1-thomas@monjalon.net> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/2] use pkg-config to find Netcope dependencies 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" The libraries required for Netcope PMDs can be found in https://www.netcope.com/en/company/community-support/dpdk-libsze2 These libraries are compatible with pkg-config, which is a better solution than directly looking for libraries and includes. These patches are using exclusively pkg-config with meson. Thomas Monjalon (2): net/nfb: fix dependency check net/szedata2: fix dependency check drivers/net/nfb/meson.build | 9 ++------- drivers/net/szedata2/meson.build | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-)