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 B92A5C433FE for ; Wed, 16 Nov 2022 13:10:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232775AbiKPNK7 (ORCPT ); Wed, 16 Nov 2022 08:10:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229627AbiKPNK6 (ORCPT ); Wed, 16 Nov 2022 08:10:58 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7ED3D209B9 for ; Wed, 16 Nov 2022 05:10:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668604201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=LxbfIQXXJrRBV1oeWGkIS80B2DkSE6rGVOWNTAfOIvo=; b=SrBZTlhhZMZTHej3WWArH6SrcSBgQzIXMYxjtakNW+gOAokUGdGpzudeHBKTolQsO/i6PK aqLAwMpzL0D6kNwwzY4UGQjhub9TFYkked8W9llUKM7ZcIuYM/ks1RRT6ZBSAd5w7KEjzE NcIcvTbApWuUjm7uq97nBKD4WgwIL1o= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-613-hTULoGlVNLW4tAQKfocqkg-1; Wed, 16 Nov 2022 08:09:58 -0500 X-MC-Unique: hTULoGlVNLW4tAQKfocqkg-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AED0E3C0E216; Wed, 16 Nov 2022 13:09:57 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.24]) by smtp.corp.redhat.com (Postfix) with ESMTP id AAAF21121314; Wed, 16 Nov 2022 13:09:56 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <34140d2f-4f1f-0d58-c0ca-eb181ca9fde3@samba.org> References: <34140d2f-4f1f-0d58-c0ca-eb181ca9fde3@samba.org> <88b441af-d6ae-4d46-aae5-0b649e76031d@samba.org> <3609b064-175c-fc18-cd1a-e177d0349c58@samba.org> <166855224228.1998592.2212551359609792175.stgit@warthog.procyon.org.uk> <2147870.1668582019@warthog.procyon.org.uk> <2780586.1668600891@warthog.procyon.org.uk> To: Stefan Metzmacher Cc: dhowells@redhat.com, smfrench@gmail.com, tom@talpey.com, Long Li , Namjae Jeon , linux-cifs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cifs: Fix problem with encrypted RDMA data read MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2905842.1668604193.1@warthog.procyon.org.uk> Date: Wed, 16 Nov 2022 13:09:53 +0000 Message-ID: <2905843.1668604193@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org Okay, that works - though, probably unsurprisingly, it's 5x slower. If you want to submit this patch, you can add: Tested-by: David Howells David