Message ID | 20240614063933.108811-1-xuanzhuo@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) (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 04EE412BF1B; Fri, 14 Jun 2024 06:39:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.100 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718347185; cv=none; b=NK+v4gln4qgKvW0M7eS0cPu07qSF2MB1XmjFpyMYBBOx9s7967/T6fTCWKHosx5pxApTbOWEQsGYQf0FQxZ3Ofymk69k/wfROh0J7AH+UID+6HxY4sC8oyu9akm23dbIEzNkS+X5uBJUPfOgDBg02bUD3UgRWvJGZAXHo5eHDUg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718347185; c=relaxed/simple; bh=4FX3KCeo+zGJWP2jJEyhGlLX9iArK5OajLC25b5UbBA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=u4pGWZ7wT+rQzdCT2Fdt7AuMR7P2af3ezIS4ZDx6dYeGvHVYUfeTCfFOIphZY8EPwXkkMDsc1CfB4jrd0MMng3KywWcA6rtR45rzng45eWKonFv/xWr1lY30DIr41OjK6Iw5wTWq1AXtFDsT9ht/Pl3vg9zV0ac/2EJgL7mWviU= 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=RLkhj48i; arc=none smtp.client-ip=115.124.30.100 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="RLkhj48i" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1718347174; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=6ZV1Fx6Ec7LCR0Is0DJur0luS1MYJQaYAUCZ3bmYf/0=; b=RLkhj48ireGb2UH2rO9GydJ0wJd/V/HygSnVxgf2i9xL982stblGDQqzdKK9+asu5qwSfAmuV++UedW2bjjOdUAyBh7ZpLF9RG8elM+dZRTjbeGkDLq/wah3mpBePKyK49rqf1QWvCGG/IvQ5Iz4uqWczokPlLIZbDDPFk91Dng= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R651e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam033037067112;MF=xuanzhuo@linux.alibaba.com;NM=1;PH=DS;RN=15;SR=0;TI=SMTPD_---0W8QEk7z_1718347173; Received: from localhost(mailfrom:xuanzhuo@linux.alibaba.com fp:SMTPD_---0W8QEk7z_1718347173) by smtp.aliyun-inc.com; Fri, 14 Jun 2024 14:39:34 +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 v5 00/15] virtio-net: support AF_XDP zero copy Date: Fri, 14 Jun 2024 14:39:18 +0800 Message-Id: <20240614063933.108811-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: e008fb4a0943 Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
virtio-net: support AF_XDP zero copy
|
expand
|