Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp632167pxf; Thu, 8 Apr 2021 09:47:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx201k7QgJVh1pBYEg+FBzXYqaHmG0Eub13BpibrtsDuzOAG/1d4Z6aycM1VHdNzQcxjTHG X-Received: by 2002:a50:ed08:: with SMTP id j8mr12951107eds.351.1617900425345; Thu, 08 Apr 2021 09:47:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617900425; cv=none; d=google.com; s=arc-20160816; b=bhvGhS/iza0a2346EE9aBxRgwr7OWrsm2Q5maDDGJFogmCNq+xLEZEZPY4tTEPnGHD hBh4uXy3v5vdRpnSgxp3hg7ZtlQz6pVWsNkkjEvKs0ShWAoor3yvYEudYfCu69BYvVc0 YqlWhDHacEEG8lZ44xfXDVxDoLMsbvVNqrrqc+TOyyKzRSA+xR7rI3arv8NSLS6ZrMXr KG16V85v+EdgI5Eu7tW2j041JK0L7P9bQA52OjG1lNy1YFXZBjcRick8fZ5OHzoYFoNz m4EkluJhP0eORg2XGWIybXwKamJbWgozLFHJoTdT9nePY4Jj1sdc3PUB7fQCn85vjbyQ oOVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=S4PdTXI7P/ZjtGbOIWJ2b2cZIkE/llrpwzi/sUyunqA=; b=i1dbsLbj6il27CFXh6mT4ZuUXTLsSZtSc+ykihiiCvex/nUvX2/9D6dVpSb9a/WKuG MDANuQT7B0Xa87w1dd/NyX77JGepUxhVLQs3OqcOfZz32irART+/xgCsnxizx6Xmx8wQ bGUGEj9cl1duAGEu4mMnt+ObhOry/JsSkDIvQ2t5/j9bWj4T2kCHNDhKaCQUGT9cSjaD WtPJQe9C2ClmDgBS6XUfL7w/H8nDdg2M6TYfB09XjjZ0C3dAfAxr3kJPr2AmNfRUnDM2 nP3Qi6/VnXDlH10nT7HMyk5AVug5fQN3NPBRwM2iCNJIRZ5RuNA01plIZG+vAuIikyTM vZFg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u24si6697665ejb.629.2021.04.08.09.46.41; Thu, 08 Apr 2021 09:47:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231480AbhDHQpT (ORCPT + 99 others); Thu, 8 Apr 2021 12:45:19 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:40804 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232269AbhDHQpS (ORCPT ); Thu, 8 Apr 2021 12:45:18 -0400 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1lUXm2-00FYeU-QG; Thu, 08 Apr 2021 18:44:54 +0200 Date: Thu, 8 Apr 2021 18:44:54 +0200 From: Andrew Lunn To: Haiyang Zhang Cc: Randy Dunlap , Dexuan Cui , "davem@davemloft.net" , "kuba@kernel.org" , KY Srinivasan , Stephen Hemminger , "wei.liu@kernel.org" , Wei Liu , "netdev@vger.kernel.org" , "leon@kernel.org" , "bernd@petrovitsch.priv.at" , "linux-kernel@vger.kernel.org" , "linux-hyperv@vger.kernel.org" Subject: Re: [PATCH v2 net-next] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) Message-ID: References: <20210408091543.22369-1-decui@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > > diff --git a/drivers/net/ethernet/microsoft/Kconfig > > b/drivers/net/ethernet/microsoft/Kconfig > > > new file mode 100644 > > > index 000000000000..12ef6b581566 > > > --- /dev/null > > > +++ b/drivers/net/ethernet/microsoft/Kconfig > > > @@ -0,0 +1,30 @@ > > > +# > > > +# Microsoft Azure network device configuration > > > +# > > > + > > > +config NET_VENDOR_MICROSOFT > > > + bool "Microsoft Azure Network Device" > > > > Seems to me that should be generalized, more like: > > > > bool "Microsoft Network Devices" > This device is planned for Azure cloud at this time. > We will update the wording if things change. This section is about the Vendor. Broadcom, Marvell, natsemi, toshiba, etc. Microsoft is the Vendor here and all Microsoft Ethernet drivers belong here. It does not matter what platform they are for. Andrew