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 5D03DC4167B for ; Mon, 11 Dec 2023 10:10:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234811AbjLKKJ4 (ORCPT ); Mon, 11 Dec 2023 05:09:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234814AbjLKKJp (ORCPT ); Mon, 11 Dec 2023 05:09:45 -0500 Received: from out30-119.freemail.mail.aliyun.com (out30-119.freemail.mail.aliyun.com [115.124.30.119]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B855107; Mon, 11 Dec 2023 02:09:51 -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=ay29a033018046060;MF=guwen@linux.alibaba.com;NM=1;PH=DS;RN=21;SR=0;TI=SMTPD_---0VyFRZUV_1702289387; Received: from 30.221.130.53(mailfrom:guwen@linux.alibaba.com fp:SMTPD_---0VyFRZUV_1702289387) by smtp.aliyun-inc.com; Mon, 11 Dec 2023 18:09:49 +0800 Message-ID: <1c14f769-8da2-fdac-cec2-a59ab69284ad@linux.alibaba.com> Date: Mon, 11 Dec 2023 18:09:45 +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 v5 7/9] net/smc: support extended GID in SMC-D lgr netlink attribute To: Alexandra Winter , wenjia@linux.ibm.com, hca@linux.ibm.com, gor@linux.ibm.com, agordeev@linux.ibm.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, kgraul@linux.ibm.com, jaka@linux.ibm.com Cc: 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: <1702021259-41504-1-git-send-email-guwen@linux.alibaba.com> <1702021259-41504-8-git-send-email-guwen@linux.alibaba.com> <8b651c68-c51d-49a9-9df0-58e9110fa47d@linux.ibm.com> From: Wen Gu In-Reply-To: <8b651c68-c51d-49a9-9df0-58e9110fa47d@linux.ibm.com> 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/11 17:39, Alexandra Winter wrote: > > > On 08.12.23 08:40, Wen Gu wrote: >> Virtual ISM devices introduced in SMCv2.1 requires a 128 bit extended >> GID vs. the existing ISM 64bit GID. So the 2nd 64 bit of extended GID >> should be included in SMC-D linkgroup netlink attribute as well. >> >> Signed-off-by: Wen Gu >> --- > > This patch did not apply cleanly. > Please always base patches on the current net-next Strange.. I can apply them cleanly with the latest net-next (6e944cc68633 ("Merge branch 'rswitch-jumbo-frames'")). Could you please try again? Thanks.