Message ID | 20240924013204.13763-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) (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 6A8449460; Tue, 24 Sep 2024 01:32:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727141538; cv=none; b=FG2Z0ddLv1y5Z+N6HYGmWAoQHDu9dF8dobfvD746FZjRiedPtVFSlm2qiD4ZKcaFQ9sxD4fm7mgEZAOTIHtAndAzJojhMcrrxzgFR9gexRZljZeSxdFLNfhB8wpPuUnmf5F28Sj4dwl61MUivWPOUnhqaGJEAUjUAqTAnWxMuJE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727141538; c=relaxed/simple; bh=NLWuQMQdGOaEdkp9nqA/DcOMKSqjWfAXlJTmjRYs8To=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Ceg6/7mzJVQjsUud81hnuYC1wOF+3fuQbwV/U2r9SIONTxwI5CPO+jwVBY6JlmlrDISYNH1b6jUHrWfbn0o60i4E9CBMaR8geDEpBTmaIeel8CeUARP7LjWo4QTCRZHMZq3go/G2pHhh4mtHaktZyHh5ueaq+iN2dpiWw9M4M90= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=Csz0xqkn; arc=none smtp.client-ip=115.124.30.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="Csz0xqkn" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1727141525; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=iCn/TDt437t416f0h3Ki8KtoPYKj1vMAXHoXXMzzIvg=; b=Csz0xqknBc87pHEHB3X99EKL2XH6qhPm/7THDU3x9+gtuZ2BUzS1WxVo1G20j2ZiLsd8WIAjiIF0Sbz76avwBmSTRmDRCJd+2oYU9FDTYIcOKLw+b/xysCjI2+x8Ohgv7l1TwiW6fs8TcK7LnnLc+lvTSWOfindtHqmXSfA1XjM= Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0WFdsUjb_1727141524) by smtp.aliyun-inc.com; Tue, 24 Sep 2024 09:32:05 +0800 From: Xuan Zhuo <xuanzhuo@linux.alibaba.com> To: netdev@vger.kernel.org Cc: "Michael S. Tsirkin" <mst@redhat.com>, Jason Wang <jasowang@redhat.com>, Xuan Zhuo <xuanzhuo@linux.alibaba.com>, =?utf-8?q?Eugenio_P=C3=A9rez?= <eperezma@redhat.com>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Alexei Starovoitov <ast@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Jesper Dangaard Brouer <hawk@kernel.org>, John Fastabend <john.fastabend@gmail.com>, virtualization@lists.linux.dev, bpf@vger.kernel.org Subject: [RFC net-next v1 00/12] virtio-net: support AF_XDP zero copy (tx) Date: Tue, 24 Sep 2024 09:31:52 +0800 Message-Id: <20240924013204.13763-1-xuanzhuo@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: <bpf.vger.kernel.org> List-Subscribe: <mailto:bpf+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:bpf+unsubscribe@vger.kernel.org> MIME-Version: 1.0 X-Git-Hash: 83bb687d4b73 Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org X-Patchwork-State: RFC |
Series |
virtio-net: support AF_XDP zero copy (tx)
|
expand
|