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 A73F9C4332F for ; Tue, 8 Nov 2022 23:05:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230102AbiKHXFj (ORCPT ); Tue, 8 Nov 2022 18:05:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50412 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229951AbiKHXFe (ORCPT ); Tue, 8 Nov 2022 18:05:34 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BE61464A24; Tue, 8 Nov 2022 15:05:33 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 6DF80B81CAB; Tue, 8 Nov 2022 23:05:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B438C433B5; Tue, 8 Nov 2022 23:05:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667948731; bh=RBLgHBB0Z3W4Iw18n+o0/QOG1f2tnCKMfYYaH7jkj5w=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dlEmXrcMPbRbe/ejLgWCGuZYEdN5+BzhVdEgBqTnyEFcJZEC3qBZKrz9TSUcsJtWp ohTRXgXqws+b0TPDebnTHVR2HS5qbPIA4pZw6wQvtiZYa4cR4OQliZneH4ISeQx9S/ 7lcdiMi9DhUxUoBgSqpXH9PBOeki/JsJEWECl76yZWI2/wOsHdZxFdjtIAINFvVVhQ qAYN1XBb+Jbu6s0AqqFtDX7Xxx1rcCcBxHw7bmShnWLy4D+a0eFMTdLbO+yPdIdttB pg6DGnEYo5/U8h3zpITxXE7Gj/u/TPGSTI9fIAGK80NK6SavCJm2qo+bN63z+oMWFy ctoevZsKQPbRw== Date: Tue, 8 Nov 2022 15:05:29 -0800 From: Jakub Kicinski To: Leon Romanovsky Cc: "David S. Miller" , Paolo Abeni , edumazet@google.com, longli@microsoft.com, "K. Y. Srinivasan" , Haiyang Zhang , Stephen Hemminger , Wei Liu , Dexuan Cui , Jason Gunthorpe , 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 v10 00/12] Introduce Microsoft Azure Network Adapter (MANA) RDMA driver Message-ID: <20221108150529.764b5ab8@kernel.org> In-Reply-To: References: <1667502990-2559-1-git-send-email-longli@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Tue, 8 Nov 2022 21:14:51 +0200 Leon Romanovsky wrote: > Can you please ACK/comment on eth part of this series? And how should > we proceed? Should we take this driver through shared branch or apply > directly to RDMA tree? LGTM. Is it possible to get patches 1-11 thry a shared branch and then you can apply 12 directly to RDMA? That seems optimal to me.