From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76494C433F5 for ; Wed, 6 Apr 2022 20:19:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234356AbiDFUVC (ORCPT ); Wed, 6 Apr 2022 16:21:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35156 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234586AbiDFUUT (ORCPT ); Wed, 6 Apr 2022 16:20:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A9F3D64EB; Wed, 6 Apr 2022 10:10:12 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 36C5B61877; Wed, 6 Apr 2022 17:10:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 84880C385A6; Wed, 6 Apr 2022 17:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649265011; bh=xSrCEBSsJnPxdLsw5PcYQS2kSjcI4PZfvNGUBFUwlrs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=mPyuQURaz43BGAfoc/4yXG7KVpPCzEMIhuwU2Rd6+DHmP6VuRZltEwz0s8dY/9yni wVuclD0XeanW5IQbiIa2p+fb8hx0Vg11jqToogG7pFOBhrlOa/ezzxyDpCvaIdaO69 R7DarjErfpYgSq653U/nAe1lQzOB7Y0X+4C+XNBZ2o4xzN6H+N7WFl5OdYps2J5sAT u3UFZF26ocahqlBy9zw9f5cZts0njMYo1vJlODKGe0sNcPzFds433mYc11YMiDng1Y lmZ3d0erguNOiYGsWM1lbIahNkurrwuEvVKHYb+H5lbSaYk0i3xcqRYd3vpvwRT+ne uzJmMmIaRF/Hg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 5B4EDE85D53; Wed, 6 Apr 2022 17:10:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH bpf-next] net: netfilter: reports ct direction in CT lookup helpers for XDP and TC-BPF From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164926501135.17190.3211103529600690232.git-patchwork-notify@kernel.org> Date: Wed, 06 Apr 2022 17:10:11 +0000 References: In-Reply-To: To: Lorenzo Bianconi Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, pablo@netfilter.org, fw@strlen.de, lorenzo.bianconi@redhat.com, brouer@redhat.com, toke@redhat.com, memxor@gmail.com, netfilter-devel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hello: This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov : On Sat, 2 Apr 2022 16:19:14 +0200 you wrote: > Report connection tracking tuple direction in > bpf_skb_ct_lookup/bpf_xdp_ct_lookup helpers. Direction will be used to > implement snat/dnat through xdp ebpf program. > > Signed-off-by: Lorenzo Bianconi > --- > net/netfilter/nf_conntrack_bpf.c | 22 +++++++++++++++------- > 1 file changed, 15 insertions(+), 7 deletions(-) Here is the summary with links: - [bpf-next] net: netfilter: reports ct direction in CT lookup helpers for XDP and TC-BPF https://git.kernel.org/bpf/bpf-next/c/1963c740dc2b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html