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 40B35C10F1B for ; Thu, 22 Dec 2022 01:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234675AbiLVBa3 (ORCPT ); Wed, 21 Dec 2022 20:30:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59694 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234658AbiLVBa1 (ORCPT ); Wed, 21 Dec 2022 20:30:27 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A0A82B7F4; Wed, 21 Dec 2022 17:30:26 -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 C2D81B81B9C; Thu, 22 Dec 2022 01:30:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF123C433EF; Thu, 22 Dec 2022 01:30:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671672623; bh=p2PB3QQgK33GqL9AEZVltLlPBG152srBC8UueQN4oJc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ew50WOqKybvK9WBrujj7KTXb3+9bb+ndmTauon5r+tKxGFtqfhSxwfH89ELNHQEMz 0fuFyZVhjSc7N6GhKURPMtmQOCieajxVE7FTeMxpBQMRan2qYknYqQ1zZYUGZ+7B0C 0YUxYmAhYnEGMQrkF6W2EOQrozJhGlm1ICK9b7bl/DblGeZzQcBkg8o15RDfDkb0VY PNnT9e45iCUJnRnk7FJ+fiLII+H1lXYaPYHqoBZ7H50h3UM539F4ay7IEA2ZWbU/AH a4KvI2unJ72nhTyfqQv7G6rxIFj+zqjHTRy3pc743WpuMU+4h2FtVJc+87pNgKhqGg ML+6paKfnW3TA== Date: Wed, 21 Dec 2022 17:30:22 -0800 From: Jakub Kicinski To: Heng Qi Cc: netdev@vger.kernel.org, bpf@vger.kernel.org, Jason Wang , "Michael S . Tsirkin" , Paolo Abeni , John Fastabend , "David S . Miller" , Daniel Borkmann , Alexei Starovoitov , Eric Dumazet , Xuan Zhuo Subject: Re: [PATCH v2 0/9] virtio_net: support multi buffer xdp Message-ID: <20221221173022.2056b45b@kernel.org> In-Reply-To: <20221220141449.115918-1-hengqi@linux.alibaba.com> References: <20221220141449.115918-1-hengqi@linux.alibaba.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 Tue, 20 Dec 2022 22:14:40 +0800 Heng Qi wrote: > Changes since RFC: > - Using headroom instead of vi->xdp_enabled to avoid re-reading > in add_recvbuf_mergeable(); > - Disable GRO_HW and keep linearization for single buffer xdp; > - Renamed to virtnet_build_xdp_buff_mrg(); > - pr_debug() to netdev_dbg(); > - Adjusted the order of the patch series. # Form letter - net-next is closed We have already submitted the networking pull request to Linus for v6.2 and therefore net-next is closed for new drivers, features, code refactoring and optimizations. We are currently accepting bug fixes only. Please repost when net-next reopens after Jan 2nd. RFC patches sent for review only are obviously welcome at any time.