Message ID | cover.1706861261.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BEA80481BF; Fri, 2 Feb 2024 08:13:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706861629; cv=none; b=tPwj0QhcuA94qOmArrda144pRHYS5KubxWezUw7yzi4ipOzY1OETKGIfCJPvcQE6gtG2ZHyBnQAa4DxWs3pPp5nGCKOF8O2R6CXGiWVJFRknnkTvyXqSYgciSc4w/MElqLEjtgohj/dQB7E+4ZWL5f+KztSva4JxH8RmGXT4HOI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706861629; c=relaxed/simple; bh=XfLzST47VJBNS5ZHyeirZZjPPK8QbQBTpR6GbGj/hmo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=bd/WZuSnE8+j+Gw5CQSJ1t2Mz4Ge0jiTb0KTx9f0MeYGe+TsSTzPlpTicUCQhxKfaT1f/cJGP/7ivod9MZ3gwrkVSJCKRDvfPG55vHlzyw4c41SPw3W4n/m0tBNUB/XbYyQyMuC/FDcmgpDM7apOP9OI49hYG/WqFbhvvfJiZps= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j+ku33sy; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="j+ku33sy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B79CBC433F1; Fri, 2 Feb 2024 08:13:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1706861629; bh=XfLzST47VJBNS5ZHyeirZZjPPK8QbQBTpR6GbGj/hmo=; h=From:To:Cc:Subject:Date:From; b=j+ku33syA9Ukq7llRNaK09Ezm0lo9ZKI4uLXx0NRth2803R/4WxOLZS8uh6g4PXLs DcwwVvgYzBc35WYTg1wO5J77DPBWZgkZkgWKtqNmwlsXEJAGjqBdzaeSGKD4yDRLOA OAl3i8jU7EomVNX+K7cRAIyiXZRh+oQO6w1mbbnrHsSzIPQPa6LH2ulSbdDidhSXnX TnSyKd6qkhHiUT2qGfs7a4PGpZiO6BE/61Q9G/0q74dQc0gCQY3w+2jhZAuqcAbAJs RAih3DgkcmF7/lT2dm8FwgkL0JA7o3l7qNbjI1ZiMWM/ZW9N/6U0hYencnPx2RUyXE Byj/G54ArpMTA== From: Lorenzo Bianconi <lorenzo@kernel.org> To: netdev@vger.kernel.org Cc: lorenzo.bianconi@redhat.com, davem@davemloft.net, kuba@kernel.org, edumazet@google.com, pabeni@redhat.com, bpf@vger.kernel.org, toke@redhat.com, willemdebruijn.kernel@gmail.com, jasowang@redhat.com, sdf@google.com, hawk@kernel.org, ilias.apalodimas@linaro.org, linyunsheng@huawei.com Subject: [PATCH v7 net-next 0/4] add multi-buff support for xdp running in generic mode Date: Fri, 2 Feb 2024 09:12:43 +0100 Message-ID: <cover.1706861261.git.lorenzo@kernel.org> X-Mailer: git-send-email 2.43.0 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 Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
add multi-buff support for xdp running in generic mode
|
expand
|