From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0669BCCA483 for ; Tue, 12 Jul 2022 19:39:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230113AbiGLTju (ORCPT ); Tue, 12 Jul 2022 15:39:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233831AbiGLTjg (ORCPT ); Tue, 12 Jul 2022 15:39:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9DDDE116F91; Tue, 12 Jul 2022 12:15:44 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BD5F56190D; Tue, 12 Jul 2022 19:15:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 82903C3411C; Tue, 12 Jul 2022 19:15:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657653343; bh=3yTTQie8DtqaKd9ZTir5dp14zJdkYiaLfviztCz9+RQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yeWzGgcr8jpZCWqITFCrhwgC4z9CJogZRt79kuF0CddGmHpyrBkPOi/O1Zoh1Y6o/ /IB0gcX7uZilkDK9R3iOJ4xalbd34j+EsGnAz3YXdUjkuZzydcvr8LZWbCqv2RdvV4 L1lFkAlpOlGATnF+JXWK5DEIjU+Isyk9MG8mheQc= Date: Tue, 12 Jul 2022 21:14:59 +0200 From: Greg KH To: longli@microsoft.com Cc: "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , Dexuan Cui , "David S. Miller" , Jakub Kicinski , Paolo Abeni , Jason Gunthorpe , Leon Romanovsky , edumazet@google.com, shiraz.saleem@intel.com, Ajay Sharma , linux-hyperv@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org Subject: Re: [Patch v4 12/12] RDMA/mana_ib: Add a driver for Microsoft Azure Network Adapter Message-ID: References: <1655345240-26411-1-git-send-email-longli@linuxonhyperv.com> <1655345240-26411-13-git-send-email-longli@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1655345240-26411-13-git-send-email-longli@linuxonhyperv.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 15, 2022 at 07:07:20PM -0700, longli@linuxonhyperv.com wrote: > --- /dev/null > +++ b/drivers/infiniband/hw/mana/cq.c > @@ -0,0 +1,80 @@ > +// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB Why perpetuate this mess that the OpenIB people created? I thought that no new drivers were going to be added with this, why does this one need to have it as well if it is new? thanks, greg k-h