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 D984BA10DA for ; Fri, 2 Aug 2019 22:43:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BA2E01C2EE; Fri, 2 Aug 2019 22:43:57 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 7998A1C2E7; Fri, 2 Aug 2019 22:43:54 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 19B4920355; Fri, 2 Aug 2019 16:43:54 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 02 Aug 2019 16:43:54 -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=8aZhj8bXztfLPNNW9DNKiUlR8m/Q040+TGnfmCLm8H4=; b=Ffxc1uCMpS4s pcZIpPGR3FR0X/ZxRQM8qD+BxAROwGVWOM9qm3sv/9kePK2hSoeCq+TOJ+km9Xvm oH8W8BYvkV9/lKMR9T4ueyXlU9S3N61/ffmEeCBGBi83e/ArWPUDKSR6JVpnJzxo c939mS0Aqk27G0iQwcloX0gvAOnwqM0= 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=8aZhj8bXztfLPNNW9DNKiUlR8m/Q040+TGnfmCLm8 H4=; b=abNjjumqw/l92g6u0VtcQc1z16Q23Ukk3ZwV60E3MQuWrL0CpyWvigKAW L9HxnMEQhmb2BfQyZQsLPEfqRdI4OdvUyDl/s/P5iuiihFTbue1mXLDWEC3gRLaD XFaYKChpoRfFPg/GPemFeoLnIJZoLzZhHvELNlpXVBScKkSyAljlaYY96ANyXk+T fPDDR5jtVZcA+POdyHuNXY9d49htk/Ht4w6VK93ohvIPqkbpXwdICXOrf8FPXnQy SWAVmrBSbWdi48apuznVi8hQ1PDmQBFAhg/kelnQulhBFM6O7S6ffipeJGXfte44 dK4vWD1NnyUTe+sH5bPA829SZJS+A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrleelgdduvdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 186ED380075; Fri, 2 Aug 2019 16:43:53 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, bruce.richardson@intel.com, stable@dpdk.org Date: Fri, 02 Aug 2019 22:43:52 +0200 Message-ID: <2941342.nj2Vif2B29@xps> In-Reply-To: <1564559734-24392-1-git-send-email-david.marchand@redhat.com> References: <1564559734-24392-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] test: remove link to ixgbe/i40e drivers in meson 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" 31/07/2019 09:55, David Marchand: > The tests do not depend on ixgbe or i40e drivers, just remove this > explicit link that likely comes from a copy/paste from testpmd. > > Fixes: b5dc795a8a55 ("test: build app with meson as dpdk-test") > Cc: stable@dpdk.org > > Signed-off-by: David Marchand Applied, thanks