From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0B4D3A00C4; Fri, 1 Jul 2022 18:49:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1C0340E03; Fri, 1 Jul 2022 18:49:08 +0200 (CEST) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mails.dpdk.org (Postfix) with ESMTP id 49CFA40A7D for ; Fri, 1 Jul 2022 18:49:07 +0200 (CEST) Received: by mail-pf1-f181.google.com with SMTP id y141so2946153pfb.7 for ; Fri, 01 Jul 2022 09:49:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fIGANRU/KAxMYN3Tid05dYG4+Cw6JxbenwMJbm7DsHM=; b=TeOp2Mh+Mmk+2MnlO9l8SQxafo4S88PstOnMu9EWKzcaYbv05M5I0c69du6zEC5H5c Vr+ubxTTSfdmIxlQ6mXp/ye8mhjdSBFEan27RrkvMMqn6owtptf4PI1l8Bjo6+K92Eit euXgX1DqL1akjqmnx15Szm4PwC0liK2reEYiV+o2kff5m8fnb41VEqr73obzx9eO+zB8 HO6PDB1DDMtItYbH/NWhZnSKBJxAXNl90E05VK/s87cAGSPYO1nnN87J+liZP2ceQINK L73MlcHP++NyxvJ7mfzhmytvqFM1lm86XsvOrZutbGMeA1MQ7xOWhB/1ohA9hII9iKfl nizA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fIGANRU/KAxMYN3Tid05dYG4+Cw6JxbenwMJbm7DsHM=; b=AEBwD0Y1gm/BIyOPPxm70j3lu56cUzo8DHha2acBqxYYRWMODko3wVr2se85gvLPGJ mnhfIcxKyTWtzRDxJ6emEsuvKVxFccF9Zgsait0WHprcNzeifazVUZ5l2HNk/GQmcjft 1Y3DAmGTZt5fdrHlGlABqjZwcWqiJ5w0Fg9aZdSg2A8JLRYESMF3K/A2qteLMmz8dAjD aYYXQVCauCcnOjISiBvZhg5ZPAeoOL7vXd+K3uaaf6vL/gVzVab9fl/I7Dk6TXR9yoya HQouAd+qagfifFFlKBKPdgczeI363JECwq22j7DCFBClq6yFpIDW9tOJaBKfD/BL3gES 4vUw== X-Gm-Message-State: AJIora/HwE9w5ZrucGpUGqlBHd8dl8cfZiZdIjS0akKMAUIRSTQuYjm8 YhzlgkxUSInEVWAU1dvew219HA== X-Google-Smtp-Source: AGRyM1sjpwWEDWY7H49MoqM5+eYYAPjdoiYj3+c/N+8E9+aulXdZIdhAyhjPbrdd+//69inDlF6KhQ== X-Received: by 2002:a05:6a00:1687:b0:518:6c6b:6a9a with SMTP id k7-20020a056a00168700b005186c6b6a9amr21417556pfc.81.1656694146545; Fri, 01 Jul 2022 09:49:06 -0700 (PDT) Received: from hermes.local (204-195-112-199.wavecable.com. [204.195.112.199]) by smtp.gmail.com with ESMTPSA id k21-20020a6568d5000000b0040d5abae51esm15572567pgt.91.2022.07.01.09.49.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Jul 2022 09:49:06 -0700 (PDT) Date: Fri, 1 Jul 2022 09:49:04 -0700 From: Stephen Hemminger To: longli@linuxonhyperv.com Cc: longli@microsoft.com, Ferruh Yigit , dev@dpdk.org, Ajay Sharma , Stephen Hemminger Subject: Re: [PATCH 01/17] net/mana: add basic driver, build environment and doc Message-ID: <20220701094904.2766a1c1@hermes.local> In-Reply-To: <1656666167-26035-2-git-send-email-longli@linuxonhyperv.com> References: <1656666167-26035-1-git-send-email-longli@linuxonhyperv.com> <1656666167-26035-2-git-send-email-longli@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, 1 Jul 2022 02:02:31 -0700 longli@linuxonhyperv.com wrote: > diff --git a/drivers/net/mana/meson.build b/drivers/net/mana/meson.build > new file mode 100644 > index 0000000000..7ab34c253c > --- /dev/null > +++ b/drivers/net/mana/meson.build > @@ -0,0 +1,34 @@ > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2022 Microsoft Corporation > + > +if is_windows > + build = false > + reason = 'not supported on Windows' > + subdir_done() > +endif Since the driver is listed as only supported on x86, probably best to enforce that in meson build as well.