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 DC2A7C433F5 for ; Thu, 26 May 2022 14:56:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245034AbiEZO4U (ORCPT ); Thu, 26 May 2022 10:56:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33642 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237168AbiEZO4T (ORCPT ); Thu, 26 May 2022 10:56:19 -0400 Received: from hr2.samba.org (hr2.samba.org [IPv6:2a01:4f8:192:486::2:0]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C25D64FD for ; Thu, 26 May 2022 07:56:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=samba.org; s=42; h=From:Cc:To:Date:Message-ID; bh=VJIo6r9khQkeAorydudTrqQA7Ba6buZW3NocEkFYuYE=; b=iNV1C3AE0RE1km98Z5TcJ5RIzc +iErRgzSx7hfaPJiFH5aVPiBprVlg9/xiupSB0RuvUGaAcGY5DuYPhpTA9Bv4QxBQUB5q9ULYZqDD UyxOJxUVW7pUYfXS/liq5YIp6dQkRcTT2ggA88+2BlkzaoNIrPls1ROupCvwniviUAsRLVXpuGj0W 5EK9Axq3vLfyNBGOFAPhLRbCMxzLMzONftELaEdkJie1lIPjfnZgzATMur73MGtskc3/xkQsRFavM oV80/80pYceGR6VDYAJW0pv+7zFd3rxXyUJWtSw5mmfZ8jKY5eMDehJ5+lbOapsCFk98mbu3EoPeW HmlS7JBcGQGohkED6zLXBZwkSbdt8Q/oJavE9NfeqpvTMuRpw9PsxakOHAcTx33sRstfvKFfkWmh6 XfvR55cjfz6y4xfyHhtKGXc+lLydieNOdsdtqBbWn5x6e0w7OGapzAAnqeoCmiBfGYWRe8dDuYBjI 28EpU4i5fEnMAtXMbyGtxk3h; Received: from [127.0.0.2] (localhost [127.0.0.1]) by hr2.samba.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__ECDSA_SECP256R1_SHA256__CHACHA20_POLY1305:256) (Exim) id 1nuEuM-002bbD-4E; Thu, 26 May 2022 14:56:14 +0000 Message-ID: <7841d1f6-a650-2c62-1518-baecf55cea39@samba.org> Date: Thu, 26 May 2022 16:56:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Content-Language: en-US To: David Howells Cc: Steve French , Namjae Jeon , Tom Talpey , Long Li , Hyunchul Lee , CIFS References: <1922487.1653470999@warthog.procyon.org.uk> <84589.1653070372@warthog.procyon.org.uk> <1922995.1653471687@warthog.procyon.org.uk> <1963315.1653474049@warthog.procyon.org.uk> From: Stefan Metzmacher Subject: Re: RDMA (smbdirect) testing In-Reply-To: <1963315.1653474049@warthog.procyon.org.uk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Am 25.05.22 um 12:20 schrieb David Howells: > Stefan Metzmacher wrote: > >> Can you share the capture file? > > See attached. > >> What version of wireshark are you using? > > wireshark-3.6.2-1.fc35.x86_64 > Wireshark 3.7.0 (v3.7.0rc0-1686-g64dfed53330f) Works fine for me with 3.6.2-2 on ubuntu and also a recent wireshark master version. I just fixed a minor problem with fragmented iwrap_ddp_rdma_send messages in frames 91-96. Which seem to happen because ksmbd.ko negotiated a preferred send size of 8192, which is accepted by the cifs.ko. Windows only uses 1364, which means each send operation fits into a single ethernet frame... See https://gitlab.com/wireshark/wireshark/-/merge_requests/7025 metze