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 AFA3FC001DC for ; Wed, 26 Jul 2023 12:16:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231140AbjGZMQY (ORCPT ); Wed, 26 Jul 2023 08:16:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229715AbjGZMQX (ORCPT ); Wed, 26 Jul 2023 08:16:23 -0400 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 9F90619A7 for ; Wed, 26 Jul 2023 05:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1690373737; 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=84g7atOPu2tztvy36dveiFbDeLVcuT1Pc2w+WrFKbi8=; b=XiyLzgp5CXuiEgJa0CJ7IxP7LEfqQy8ss9CYoyr8tMsar5DmvQlp6C3UQj1SW5NHvnB+t/ Pqlwv4+rwl3LG5vku/QzMkZ1b9rgJzOXWo2GM5WiEIS+tOfh7ibyii0nc7KBTPNEJX+wvs nL6nRZfAhjPgAFYhI172J/NCCvY928U= Received: from mimecast-mx02.redhat.com (66.187.233.73 [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-249-zkogntADNbu_U0yKYHSGpw-1; Wed, 26 Jul 2023 08:15:32 -0400 X-MC-Unique: zkogntADNbu_U0yKYHSGpw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id ECFD538008AA; Wed, 26 Jul 2023 12:15:31 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.42.28.131]) by smtp.corp.redhat.com (Postfix) with ESMTP id 579B4F782E; Wed, 26 Jul 2023 12:15:31 +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: <168979147611.1905271.944494362977362823.stgit@morisot.1015granger.net> References: <168979147611.1905271.944494362977362823.stgit@morisot.1015granger.net> <168979108540.1905271.9720708849149797793.stgit@morisot.1015granger.net> To: Chuck Lever Cc: dhowells@redhat.com, linux-nfs@vger.kernel.org, netdev@vger.kernel.org, Chuck Lever Subject: Re: [PATCH v3 3/5] SUNRPC: Convert svc_udp_sendto() to use the per-socket bio_vec array MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6649.1690373730.1@warthog.procyon.org.uk> Date: Wed, 26 Jul 2023 13:15:30 +0100 Message-ID: <6650.1690373730@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Should svc_udp_sendto() also be using MSG_SPLICE_PAGES now? David