Message ID | 20241107085504.63131-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-118.freemail.mail.aliyun.com (out30-118.freemail.mail.aliyun.com [115.124.30.118]) (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 8E0CA1DFE02; Thu, 7 Nov 2024 09:00:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.118 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730970029; cv=none; b=aGqBEldkv745T9pEVrr+DPFO135V+WwpuwY1jKSnBNFhrMun30GSdoDPxzHlU1qlRsCr3+s70mJXnRjWZcpuU22xqSJpWNHHozNT0a/RjYWUOjewIT+djZ4Ac3IxQpDF0/xMkYZLgQtrh8NSLKrolLVhL7cRAt07+5PQkcBFcPg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730970029; c=relaxed/simple; bh=mBWxLAoazIrxkLKl3NmxLafF7WHuiWPvgR6hC/3soh0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=nL5p8gId5X9s3wBCdbVd0kcuEh1ahNlvyS2LL9zV8zIUOl+xmW15qoel/imvZ09WbPcV1O/KDn3y+4KUCCSYaSSxOqxPcHTgxLE4nyjK7KyS09jLKMSBlhgFaqZObZ65M+opUXGliWw3JTopzp+rFmx8Fr4uMGY6vnErvFkzdl8= 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=HTHcb+es; arc=none smtp.client-ip=115.124.30.118 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="HTHcb+es" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1730970024; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=h0Ci1gFKuYKlSVUio59hd5wuu025BLwCb9IkBxqQmmA=; b=HTHcb+es7qrbuPzvkmk9gdz/HCL+aIaEo3iFdVUZ+cK7U25edRybeyGNTNkb9SfN1gxMCU8GOnXZ2Y58X9FrtgeQiJP4xBcALG5XTIV89xG7oRze4cChUDWnicd4D/P/35OxPRrU3iRMJRCSRR8aaXtEHsw+OIWrELoVbO442qU= Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0WIuulOt_1730969704 cluster:ay36) by smtp.aliyun-inc.com; Thu, 07 Nov 2024 16:55: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>, Andrew Lunn <andrew+netdev@lunn.ch>, "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: [PATCH net-next v3 00/13] virtio-net: support AF_XDP zero copy (tx) Date: Thu, 7 Nov 2024 16:54:51 +0800 Message-Id: <20241107085504.63131-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: 2634baada01d Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
virtio-net: support AF_XDP zero copy (tx)
|
expand
|