From mboxrd@z Thu Jan 1 00:00:00 1970 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 7051C2C859 for ; Tue, 8 Oct 2024 21:40:25 +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=1728423625; cv=none; b=QBBxCcZeUi7/e7vJzNQL/U9ZMdcVHsrqccP9/lYjqFRR6SMSGq0/vZLRt1gCqsHvkdXth5BF1ErrMPit41Ljn3wdV+BDWyQ7mG6u8VFMGWJIgWAUbX7av+aYlBrxy981fEjVTpSWaawdQIxhMYDQX6YB2QukK2k8qU47jyvygQU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728423625; c=relaxed/simple; bh=rDvIkzC2xEB1eYc7evIFTFVMlMPRrWpaBz1xbXl1xMs=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Srw9d1bhDCRhC8HjoRpfZV8GBxl9etEHc9XXRi+2GA/8GPV92Az7WePNSnJcPQXLLaVIsV7vCzGxKyPabc4PUeANucztRLA8fayKjvClKqN8HMo0eaL1eeGKSSyThuWFVGu6fzgc52JAfjlwYqKNi8GWXaDsi+HnOD2g+Ri9abE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DNkmhdfN; 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="DNkmhdfN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F25F6C4CEC7; Tue, 8 Oct 2024 21:40:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728423625; bh=rDvIkzC2xEB1eYc7evIFTFVMlMPRrWpaBz1xbXl1xMs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=DNkmhdfNSlpy8HibP22WjPqTOkWpwc/bgrrqGO9CtjQwAwsBSCRVwKC2m1hjXZkec 5qDTVvh8KxMVWOfyoa+6FMtpvilYJ+n22C3fee85UHXQqv/FcMUV6YdfG2v5oLkAnh d/4NUWzA8/PxVp1FRiupBa0Lpjtk8XAaPob4r9mmId7t0bBEGwSL/3pdg4ZaZWd038 C+yPNSYqtogkeGhrPqne4GFzfRrTP5uccH2JPY1NOFpyLYLfuWgREQKINFWqSlkqst V7jb60l9YzdVrAUVVj+rfReGycI35X+4S8MyhLsrugdf5ltXssaZaTXs+OzWbi4T90 QLCCVtMA3K2MA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 70D833A8D14D; Tue, 8 Oct 2024 21:40:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next v3 1/2] bpf: add get_netns_cookie helper to tc programs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <172842362925.691687.14974948057337128688.git-patchwork-notify@kernel.org> Date: Tue, 08 Oct 2024 21:40:29 +0000 References: <20241007095958.97442-1-mahe.tardy@gmail.com> In-Reply-To: <20241007095958.97442-1-mahe.tardy@gmail.com> To: Mahe Tardy Cc: bpf@vger.kernel.org, martin.lau@linux.dev, daniel@iogearbox.net, john.fastabend@gmail.com Hello: This series was applied to bpf/bpf-next.git (net) by Martin KaFai Lau : On Mon, 7 Oct 2024 09:59:57 +0000 you wrote: > This is needed in the context of Cilium and Tetragon to retrieve netns > cookie from hostns when traffic leaves Pod, so that we can correlate > skb->sk's netns cookie. > > Signed-off-by: Mahe Tardy > --- > net/core/filter.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > [...] Here is the summary with links: - [bpf-next,v3,1/2] bpf: add get_netns_cookie helper to tc programs https://git.kernel.org/bpf/bpf-next/c/eb62f49de7ec - [bpf-next,v3,2/2] selftests/bpf: add tcx netns cookie tests https://git.kernel.org/bpf/bpf-next/c/693fe954d61d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html