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 E5373C433FE for ; Wed, 9 Nov 2022 20:06:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229918AbiKIUGQ (ORCPT ); Wed, 9 Nov 2022 15:06:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229561AbiKIUGM (ORCPT ); Wed, 9 Nov 2022 15:06:12 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3B4132AE01; Wed, 9 Nov 2022 12:06:11 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 65EA261CBC; Wed, 9 Nov 2022 20:05:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D8D9C433C1; Wed, 9 Nov 2022 20:05:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668024345; bh=xZohr6o3BWdR/p5arbr7q/NlJj+eiGC11WAguEGvpjU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KD/L4bUdixF4cqnEotX8YK/3mqBbmD5jRdaZEtceniyAUVn7ZmZViRZMiYMTbAnKz K3t//QKYqhwo05XQtjgGETluumPH8pPWpbMlhxJtvONFV34ahk9CfUeeJtG3BULLOp TtJ/wr30vgQpTQ/Je0f7EgBj5bjizxg8H+TBL5OJYcTu6KtC5WkjBvi116ntvvh+6N pqp0Zw7pZt5gi94a0+TaZnCLY6039LkGVKnkjtQgP6Wr5Z9y4TM878iDdNmTMyyVJw DscRACKJLoIRv0NNw7gKLP9ecdVVifMFCHB4HvxGeI+KanfAnstzaMwVScVuXLf6O3 mq8sm0o7Jz2kA== Date: Wed, 9 Nov 2022 12:05:44 -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: <20221109120544.135f2ee2@kernel.org> In-Reply-To: References: <1667502990-2559-1-git-send-email-longli@linuxonhyperv.com> <20221108150529.764b5ab8@kernel.org> 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 Wed, 9 Nov 2022 20:48:40 +0200 Leon Romanovsky wrote: > Please pull, I collected everything from ML and created shared branch. > > The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc: > > Linux 6.1-rc4 (2022-11-06 15:07:11 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git/ mana-shared-6.2 > > for you to fetch changes up to 1e6e19c6e1c100be3d6511345842702a24c155b9: > > net: mana: Define data structures for protection domain and memory registration (2022-11-09 20:41:17 +0200) It's not on a common base with net-next. Could you rebase on something that's at or below git merge-base ?