Message ID | 20240408152425.4160829-1-yonghong.song@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from 69-171-232-181.mail-mxout.facebook.com (69-171-232-181.mail-mxout.facebook.com [69.171.232.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ED95E13FD87 for <bpf@vger.kernel.org>; Mon, 8 Apr 2024 15:24:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=69.171.232.181 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712589881; cv=none; b=DTWhCI8kv834jB0xEbkFa8n5/RKsn1fVaYYb67AKsQ2BV/HBO4gSr0mzutHHVn9M9cxC96NlteIPp4uxxk2pOb4OCeP4VcqCgRysgxquLTl618lgUlZeIyxtIZgLviZWKeyo5PUko0sXgB0bj+zRxil3dRZHscYnuOG6sWE+k9Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712589881; c=relaxed/simple; bh=fk0j/agTyJLumpn2w9huXLiY4yzlb7rKIYJVHXRTFI0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=KznkVKv1JnNL97lw+AhbasQ77qbG2rf1vY1YUdyUmhGFTyyzxGiSM5mnW6KXOa2fFFaZSQg4vhdsvnhB5MJmtUqH/PnQR/ERbQcPlWsW995D/jIMcL7DjGaaXRaVk8K3yhqyKRLyePsdOTp1iGnEmewHjE7r7qh0Z6peYAL7fUs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.dev; spf=fail smtp.mailfrom=linux.dev; arc=none smtp.client-ip=69.171.232.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=linux.dev Received: by devbig309.ftw3.facebook.com (Postfix, from userid 128203) id E41962C7DFC3; Mon, 8 Apr 2024 08:24:25 -0700 (PDT) From: Yonghong Song <yonghong.song@linux.dev> To: bpf@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, Jakub Sitnicki <jakub@cloudflare.com>, John Fastabend <john.fastabend@gmail.com>, kernel-team@fb.com, Martin KaFai Lau <martin.lau@kernel.org> Subject: [PATCH bpf-next v6 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs Date: Mon, 8 Apr 2024 08:24:25 -0700 Message-ID: <20240408152425.4160829-1-yonghong.song@linux.dev> 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: quoted-printable X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: Add bpf_link support for sk_msg and sk_skb progs
|
expand
|