Message ID | 20240820073330.9161-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 269DB16D33D; Tue, 20 Aug 2024 07:33:34 +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=1724139217; cv=none; b=KjivnNtfGjfJBaM/z7GIvtP5tvVQYtrN9gOoMzbRSd8I/QGtAz/lZkprkzVbPv3RWtHGvBzqTpS0Af811D6Io8ZRBrHVRn/rd011hu4HWw6JHJo4fq+ZpEQPu41NT48RZs3dkbBBPBs2mb850niaeO2sUEOlIfyMbHeWs2iMlp4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724139217; c=relaxed/simple; bh=z8nl8GnbSz7zWO/5KVl/4hYx9Mk5BvzcsHV6U4IGvuc=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=juImBQXKhlc7VUsG2Q6Zs2oD7gepcgx0OBw3L7HE7Fzl2xY57HEoYugbEmEqHSDDtdtL3wWm9OecUtpLl45fGAit7krYWVsR4M3Gff4ZidmNqYsPTVTRHGMEK0SwmW/vzSlj/Q8mNmDYF5GNh1/JPf+AYREqyzSDnOM0KTx28WQ= 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=itI7IFE7; 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="itI7IFE7" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1724139211; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=dvhgm1l/K4lj/mAGXgdv9vKWUXiamqPN57z7TyczIkU=; b=itI7IFE7z//tS/WstEqjTsp7Rf2XZI+Rtj5jO+pAdK3TFtUaQ3+yi0tuki5iKZDN7VMv5gz2TXRzpwvQ6wtSvsuizg0WQLE2ijsbKXD+JdKv7ouZLv3nWgOJigB2GLOrOLKWmDWadqLYzl48wrQnC+Ki8ZnR58CBAI/QmR5cmQI= Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0WDHnSot_1724139210) by smtp.aliyun-inc.com; Tue, 20 Aug 2024 15:33:31 +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: [PATCH net-next 00/13] virtio-net: support AF_XDP zero copy (tx) Date: Tue, 20 Aug 2024 15:33:17 +0800 Message-Id: <20240820073330.9161-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: b206d29d23af Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
virtio-net: support AF_XDP zero copy (tx)
|
expand
|