Message ID | 20241030082453.97310-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) (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 799E61991CF; Wed, 30 Oct 2024 08:24:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.110 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730276703; cv=none; b=Nli0xNTAgM71PCwk8ykLhd8ED6MhzOQ5BWL/FJCXOJp0RTcg9jv9Ri7ro95FhrxrEjRFZtFpyhIwjm0vznkb89ny7NpNuBqgvJwAFgUq0R5MUPLc30tzLu5chlEFcKXsu3Eap+CTI6lOPgDysiZ+YqWcoWyWGuc3P43GfPbXHY4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730276703; c=relaxed/simple; bh=MMRebhkiS3gvjjVdCqGx3cxAqPw5rppT+QPN6VbHzH4=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=XttJu4C7X0mlQpNzv1YZ4SUfc2go1BI/xxajpc7Bu4JZTdADcHejR48Jy8Ac5cTuc2+j4wTEI5hwAu4hbjJmvh29BJAtFQ/KdyYbMKfD1xojNgPuSvvAf6z9q0+c+/MDGQ5ORKoOcUKixEY50hvTL4xbalq+cmxlk0PiZndRy3U= 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=heqCHfMn; arc=none smtp.client-ip=115.124.30.110 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="heqCHfMn" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1730276694; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=+Y/Qt8yoXhM0KLjZGcz9qLSogD/6Ml4nCyD3lSBQsJw=; b=heqCHfMntSRAr4cJRe0yfu8ydZe6SkdCpfRmBZgPvg/pLFPyJVrd0555eDcQOufI7o6UxT9n0IJCczuzAO4yMnigSv8pWAv+boXlsVrkpLJqPHRPH6Aaor0p8ORzEtuht2Ppf8tUCSghLb09LsCDgehyoqOGwmAO/K18kDYSRJs= Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0WIDHQMJ_1730276693 cluster:ay36) by smtp.aliyun-inc.com; Wed, 30 Oct 2024 16:24:53 +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 v2 00/13] virtio-net: support AF_XDP zero copy (tx) Date: Wed, 30 Oct 2024 16:24:40 +0800 Message-Id: <20241030082453.97310-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: 87bfcb32ef14 Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
virtio-net: support AF_XDP zero copy (tx)
|
expand
|