Message ID | 20240326022153.656006-1-yonghong.song@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from 69-171-232-180.mail-mxout.facebook.com (69-171-232-180.mail-mxout.facebook.com [69.171.232.180]) (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 D434F8287F for <bpf@vger.kernel.org>; Tue, 26 Mar 2024 02:22:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=69.171.232.180 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711419731; cv=none; b=rdjPOXzgKOwQazjhYPgVrVwD+NU1ZgKp/yM62AdTlHTxuj42FwRk9aW1H5kXKyQ0mO2uHsS6qNHDA8RbcJvW4kjl1uPjtW/cTcBiIyr1ifGJI/XrIMWKQVtQo1wTXD4HnP3ySgfhyWB7jz7TIfkkQ++QbLChKIA9RWQ80S21SEs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711419731; c=relaxed/simple; bh=zo28Nqa4SArFr7gRtpvVv+HSl02o7ZdRBy73ayf+GNg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=DzRULUvbirqNKDNsnvTH/3cx8166WNC9JXW3ZGNwdvRPEpXRgqEwnOSZov3q8UVxKZolXuh7pRhEDHErsV5HRDdlUWGks3c6GmuoqN2dBdW2rCvx10F6tChjknG/T/Fezd8BdWaVg/3vLlfXWXEudM61+m/q77z+TaAeM9gdhLI= 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.180 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 ACBC824DD1DD; Mon, 25 Mar 2024 19:21:53 -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 v3 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs Date: Mon, 25 Mar 2024 19:21:53 -0700 Message-ID: <20240326022153.656006-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
|