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 C956CC4167B for ; Fri, 8 Dec 2023 03:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235646AbjLHDaZ (ORCPT ); Thu, 7 Dec 2023 22:30:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235643AbjLHDaV (ORCPT ); Thu, 7 Dec 2023 22:30:21 -0500 Received: from out30-113.freemail.mail.aliyun.com (out30-113.freemail.mail.aliyun.com [115.124.30.113]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C129C1716; Thu, 7 Dec 2023 19:30:23 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046056;MF=guwen@linux.alibaba.com;NM=1;PH=DS;RN=21;SR=0;TI=SMTPD_---0Vy1gZbD_1702006219; Received: from 30.221.129.118(mailfrom:guwen@linux.alibaba.com fp:SMTPD_---0Vy1gZbD_1702006219) by smtp.aliyun-inc.com; Fri, 08 Dec 2023 11:30:21 +0800 Message-ID: <872ce21c-bd6b-e58c-43bb-56f13a0a4e7c@linux.alibaba.com> Date: Fri, 8 Dec 2023 11:30:19 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH net-next v4 0/9] net/smc: implement SMCv2.1 virtual ISM device support To: Jakub Kicinski Cc: wintera@linux.ibm.com, wenjia@linux.ibm.com, hca@linux.ibm.com, gor@linux.ibm.com, agordeev@linux.ibm.com, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, kgraul@linux.ibm.com, jaka@linux.ibm.com, borntraeger@linux.ibm.com, svens@linux.ibm.com, alibuda@linux.alibaba.com, tonylu@linux.alibaba.com, raspl@linux.ibm.com, schnelle@linux.ibm.com, guangguan.wang@linux.alibaba.com, linux-s390@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org References: <1701920994-73705-1-git-send-email-guwen@linux.alibaba.com> <20231207164947.3b338de4@kernel.org> From: Wen Gu In-Reply-To: <20231207164947.3b338de4@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/12/8 08:49, Jakub Kicinski wrote: > On Thu, 7 Dec 2023 11:49:45 +0800 Wen Gu wrote: >> (Note that this patch set depends on an under-reviewing bugfix patch: >> Link: https://lore.kernel.org/netdev/1701882157-87956-1-git-send-email-guwen@linux.alibaba.com/) > > Post as an RFC, please, until the dependencies have converged. Understand, thank you. And I found that the dependency fix has been converged. This patch set will be reposted as a v5.