From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 607CD1FD5; Sat, 3 Jun 2023 06:31:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1B3DC433EF; Sat, 3 Jun 2023 06:31:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685773914; bh=J+zA804W5CIwsPp0or882YYvzsNBrtmFTxO6nzeLnX8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SHDkU7kq/KrmiEpWpi7l98MFYWy6DaL0yq+G2B4JGU23T+K1SXlLTl8YVCUnWo+cR PqiU4QEcgwIWKejnYe7IcIY//bVe62Vq44GTjD7A48Thl3fDfYwMsyRtj3vscbMJwi w8GiiXkHtWX4x9wo/0FwgRUBNAMcgcJktrecE8sBvdDsPXXz8i9P3iRqghIosT20Fy 6dFAvjuWBgef6sVzTolUHHr5f/B6xp4e7Oon4oeUOtr3YdPDirDqUwcooJXGXnUUSF c8oUvo2iRL8VMEzen/Ek3Wq6dMCHEyTbuivndIC06sY3QHNiIco8aqwAXgqf+wQ4Ja 99KOF/L+8SYzg== Date: Fri, 2 Jun 2023 23:31:52 -0700 From: Jakub Kicinski To: Xuan Zhuo Cc: virtualization@lists.linux-foundation.org, "Michael S. Tsirkin" , Jason Wang , "David S. Miller" , Eric Dumazet , Paolo Abeni , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , netdev@vger.kernel.org, bpf@vger.kernel.org Subject: Re: [PATCH vhost v10 10/10] virtio_net: support dma premapped Message-ID: <20230602233152.4d9b9ba4@kernel.org> In-Reply-To: <20230602092206.50108-11-xuanzhuo@linux.alibaba.com> References: <20230602092206.50108-1-xuanzhuo@linux.alibaba.com> <20230602092206.50108-11-xuanzhuo@linux.alibaba.com> Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 2 Jun 2023 17:22:06 +0800 Xuan Zhuo wrote: > drivers/net/virtio_net.c | 163 +++++++++++++++++++++++++++++++++------ ack for this going via the vhost tree, FWIW, but you'll potentially need to wait for the merge window to move forward with the actual af xdp patches, in this case.