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 838EEA2EFC for ; Mon, 16 Sep 2019 17:47:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 766A71C02F; Mon, 16 Sep 2019 17:47:33 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id CD06B1C02F; Mon, 16 Sep 2019 17:47:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 6655B2148D; Mon, 16 Sep 2019 11:47:30 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 16 Sep 2019 11:47:30 -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=CsjAj0bFWgJabyQQFIl/hMZ/7iirchWIxAh3mFMvmWs=; b=Ml8p9GlqvYmG m/trFPmLfCYC4tqW5mIzzkDxN2LKnZgKKH5igfnAikgZziwsws2bfpFPN7bgZoc+ ggCcuy7e9d6ina/1jYbEGgZZ+zfOdqegixhzt1ZDZ85KfmcL35HIBCAEQ3r5dOPa +YcbL/Tp07ohshLIT8EKi2yiIl2qCoI= 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=CsjAj0bFWgJabyQQFIl/hMZ/7iirchWIxAh3mFMvm Ws=; b=yfBHGbO3dWHskZ6U7CjImUxwYzycZ+qgqh6HDblMCtHMYBU3Yqc0P9oxx xcqbTKTI8tH2LJ33M8wyeS/NDV5gRPwtuNErKtg+J+5PeF5mf0vFod/tARdCyawy J5xC8fggiULviDaunMkxAn6n+B2Jt3xzLweYc/WhbtZLEygq3YJzk9Dn3t1NNL+F dXEXVNjVe5QPnyRgzJdQC545oMW63Cc9j1e3WykTzWtnnYPkrwXs05tS0YF1XQ8H f/qTyhUQ/xuUgCepvGBKQrxodinOb9265LDjhxg1EgHxUkf3xRNTq6gpTlHYwXRd I7f5pwv2Cg01xmaGHF1LxYOMOt+3A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudefgdelfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkfgjfhgggfgtsehtufertd dttddvnecuhfhrohhmpefvhhhomhgrshcuofhonhhjrghlohhnuceothhhohhmrghssehm ohhnjhgrlhhonhdrnhgvtheqnecukfhppeejjedrudefgedrvddtfedrudekgeenucfrrg hrrghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvthenucev lhhushhtvghrufhiiigvpedt 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 C06A18005B; Mon, 16 Sep 2019 11:47:29 -0400 (EDT) From: Thomas Monjalon To: dev@dpdk.org Cc: stable@dpdk.org Date: Mon, 16 Sep 2019 17:47:27 +0200 Message-ID: <2506720.AHr6KnTIEk@xps> In-Reply-To: <20190914091658.10685-1-thomas@monjalon.net> References: <20190914091658.10685-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] devtools: test nfb and AF_XDP build with make 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" 14/09/2019 11:16, Thomas Monjalon: > The nfb PMD is disabled by default because of its dependency > on netcope-common package. > The variable DPDK_DEP_NFB was introduced but not used to notify > the dependency availability in the build test script. > > The AF_XDP PMD is disabled by default because of its dependency > on libbpf on Linux. > An option was missing to notify the dependency availability > in the build test script. > > Fixes: 6435f9a0ac22 ("net/nfb: add new netcope driver") > Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") > Cc: stable@dpdk.org > > Signed-off-by: Thomas Monjalon Applied