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 B0BE1C4332F for ; Mon, 12 Dec 2022 12:20:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231922AbiLLMUZ (ORCPT ); Mon, 12 Dec 2022 07:20:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229452AbiLLMUY (ORCPT ); Mon, 12 Dec 2022 07:20:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55A7E62E5 for ; Mon, 12 Dec 2022 04:20:23 -0800 (PST) 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 E056B61007 for ; Mon, 12 Dec 2022 12:20:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 4561EC433D2; Mon, 12 Dec 2022 12:20:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670847622; bh=aTyTIPTjTZYbLmyBEIrbRxk7euI2/MxtExgmBtnrjTY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=PLrgYNOSsJWiLPkt62GvWOIvHJwzCNzFfxD2D2xZwArjPaq4K8S6NOfD0oooNKdjh +7k0zQgdmxCIPWE9XZaa3NfOEs1ZRupyd4W+5r1D6+3CED5ZncIplj4EzY1s2Y66aW aRN6dW54x6vXBBemppLcSWqETisk2OutCYqQOveG8GtNJ61z/zuPLy4/DVq0mmAt9q aiDqLXnPLWSEKUPpOmlObGnQTvNAH6i3+Q29neCiG6YDyk2BY2KZ0AY5sMHypRDNFp Hmk1pdw1NdLuNMS8ekhZ42TLQE/bmLeg/Cyhk23ZkuAOkMrDlLgeEKnaqmTHAoopk9 Rqpyd3G/4DnGw== 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 2D67AE21EF1; Mon, 12 Dec 2022 12:20:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCHv4 net-next 0/5] net: eliminate the duplicate code in the ct nat functions of ovs and tc From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167084762217.17523.15812017198532370715.git-patchwork-notify@kernel.org> Date: Mon, 12 Dec 2022 12:20:22 +0000 References: In-Reply-To: To: Xin Long Cc: netdev@vger.kernel.org, dev@openvswitch.org, davem@davemloft.net, kuba@kernel.org, edumazet@google.com, pabeni@redhat.com, pshelar@ovn.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, pablo@netfilter.org, fw@strlen.de, marcelo.leitner@gmail.com, dcaratti@redhat.com, ozsh@nvidia.com, paulb@nvidia.com, i.maximets@ovn.org, echaudro@redhat.com, aconole@redhat.com, saeed@kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net-next.git (master) by David S. Miller : On Thu, 8 Dec 2022 11:56:07 -0500 you wrote: > The changes in the patchset: > > "net: add helper support in tc act_ct for ovs offloading" > > had moved some common ct code used by both OVS and TC into netfilter. > > There are still some big functions pretty similar defined and used in > each of OVS and TC. It is not good to maintain such big function in 2 > places. This patchset is to extract the functions for NAT processing > from OVS and TC to netfilter. > > [...] Here is the summary with links: - [PATCHv4,net-next,1/5] openvswitch: delete the unncessary skb_pull_rcsum call in ovs_ct_nat_execute https://git.kernel.org/netdev/net-next/c/bf14f4923d51 - [PATCHv4,net-next,2/5] openvswitch: return NF_ACCEPT when OVS_CT_NAT is not set in info nat https://git.kernel.org/netdev/net-next/c/779592892133 - [PATCHv4,net-next,3/5] openvswitch: return NF_DROP when fails to add nat ext in ovs_ct_nat https://git.kernel.org/netdev/net-next/c/2b85144ab36e - [PATCHv4,net-next,4/5] net: sched: update the nat flag for icmp error packets in ct_nat_execute https://git.kernel.org/netdev/net-next/c/0564c3e51bc7 - [PATCHv4,net-next,5/5] net: move the nat function to nf_nat_ovs for ovs and tc https://git.kernel.org/netdev/net-next/c/ebddb1404900 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html