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 EE8BCC4332F for ; Mon, 12 Dec 2022 23:14:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233466AbiLLXOm (ORCPT ); Mon, 12 Dec 2022 18:14:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37286 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232244AbiLLXOl (ORCPT ); Mon, 12 Dec 2022 18:14:41 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42C30C48 for ; Mon, 12 Dec 2022 15:14:40 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DFB90B80EC1 for ; Mon, 12 Dec 2022 23:14:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D76A8C433EF; Mon, 12 Dec 2022 23:14:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670886877; bh=8Iud0Iqu9JJY+RHtIc/cDRjThAndQJI4b4nJjK1ldU4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=caZ40ALXYQEVgViajiHFmtPZ/uTPGC4DCjA6hXFiXeSOJAS3UXD7o4EJ95fFXc1N5 VeipkP1vAQSWd6rIq1lt/vKv3W6F7nrHuGvZ1lH35+IbR9Et9rPzhdN8JGmDFtr1Lq JHr/Tr3bBDIOu7vP+gauN7MGQf7sdjyO+9P4Pr+/EY/z53M/xZ1wSuj9GeovteUFfr gPX3U5xuKDdQp4EwOGTuvUUaL5+0vi/78sISK6llDRpDh+mQvotaaopLzyhMvHZM9l OPMQfPKufVaMKayITjByYhmhZ20OcWH71zrQsYj0JDWFQBToU17CYjCEZRlGpwRjhX JqkqALclnvTLA== Date: Mon, 12 Dec 2022 15:14:34 -0800 From: Jakub Kicinski To: Benjamin Coddington Cc: Paolo Abeni , "David S. Miller" , Eric Dumazet , Philipp Reisner , Lars Ellenberg , Christoph =?UTF-8?B?QsO2aG13YWxkZXI=?= , Jens Axboe , Josef Bacik , Keith Busch , Christoph Hellwig , Sagi Grimberg , Lee Duncan , Chris Leech , Mike Christie , "James E.J. Bottomley" , "Martin K. Petersen" , Valentina Manea , Shuah Khan , Greg Kroah-Hartman , David Howells , Marc Dionne , Steve French , Christine Caulfield , David Teigland , Mark Fasheh , Joel Becker , Joseph Qi , Eric Van Hensbergen , Latchesar Ionkov , Dominique Martinet , Ilya Dryomov , Xiubo Li , Chuck Lever , Jeff Layton , Trond Myklebust , Anna Schumaker , Steffen Klassert , Herbert Xu , netdev@vger.kernel.org Subject: Re: [PATCH net v3 1/3] net: Introduce sk_use_task_frag in struct sock. Message-ID: <20221212151434.71617530@kernel.org> In-Reply-To: <1a369325ac2d4a604a074428f58fa72a6065e197.1670756903.git.bcodding@redhat.com> References: <20221209201127.65dc2cdb@kernel.org> <1a369325ac2d4a604a074428f58fa72a6065e197.1670756903.git.bcodding@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, 11 Dec 2022 06:20:03 -0500 Benjamin Coddington wrote: > [PATCH net v3 1/3] net: Introduce sk_use_task_frag in struct sock. You need to repost the entire series, please.