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 B458FA2F18 for ; Thu, 3 Oct 2019 10:18:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 036871BFF1; Thu, 3 Oct 2019 10:18:30 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 776001BFEE for ; Thu, 3 Oct 2019 10:18:28 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D18028A1C85; Thu, 3 Oct 2019 08:18:27 +0000 (UTC) Received: from dmarchan.remote.csb (ovpn-204-157.brq.redhat.com [10.40.204.157]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9315619C6A; Thu, 3 Oct 2019 08:18:26 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: jerinj@marvell.com, ndabilpuram@marvell.com, kirankumark@marvell.com Date: Thu, 3 Oct 2019 10:18:19 +0200 Message-Id: <1570090699-28778-1-git-send-email-david.marchand@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.2 (mx1.redhat.com [10.5.110.69]); Thu, 03 Oct 2019 08:18:27 +0000 (UTC) Subject: [dpdk-dev] [PATCH] net: re-add qede to meson 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" qede has been dropped from the drivers/net meson. Add it again. Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure") Signed-off-by: David Marchand --- drivers/net/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/meson.build b/drivers/net/meson.build index 513f19b..0170f01 100644 --- a/drivers/net/meson.build +++ b/drivers/net/meson.build @@ -37,6 +37,7 @@ drivers = ['af_packet', 'octeontx', 'octeontx2', 'pcap', + 'qede', 'ring', 'sfc', 'softnic', -- 1.8.3.1