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 0D881C4332F for ; Fri, 25 Feb 2022 10:40:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239709AbiBYKk5 (ORCPT ); Fri, 25 Feb 2022 05:40:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239726AbiBYKkq (ORCPT ); Fri, 25 Feb 2022 05:40:46 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B56D468FA8; Fri, 25 Feb 2022 02:40:13 -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 ams.source.kernel.org (Postfix) with ESMTPS id 5BDB8B82DB8; Fri, 25 Feb 2022 10:40:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1473EC340F3; Fri, 25 Feb 2022 10:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645785611; bh=XuS3BCY1hxK+FgMHmNVnxJ1VK7e/bZrGxXOkhZkayko=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=qh9l0yvlzln3bVm3IXXcNBVblx4GnTK+9EwVZ2Yo2zcpyn5vpSX+n0Wa+GfArPXyM FvSQyICs2XUjLOxAcabSWgNk7A5yPmwsp/qo9ED5G/EMv5PMQcgcu/3jprkeazmLKS o+bRWnSDOgTt7z9Q/6PSyGlXJ1qYVKrnc/VZVcvpaKK9j6pxNARB+qSSKMy5l0YRys WsE4rWxv//YGvTZcq4DBBNdjGoKaKQv87Lfrgv4iYu1UZgxiX7DbJ3ee+xXuawjr+h LRj31Y4fYjJFmrXA2VDLob0rUavJPg5RA+1fviHgqO9Qcc82Xd5z5EG+D5iWCl3SY5 VDHRPgVTTVS2g== 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 F1A79E6D453; Fri, 25 Feb 2022 10:40:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v8] net: openvswitch: IPv6: Add IPv6 extension header support From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164578561098.13834.14017896440355101001.git-patchwork-notify@kernel.org> Date: Fri, 25 Feb 2022 10:40:10 +0000 References: <20220224005409.411626-1-cpp.code.lv@gmail.com> In-Reply-To: <20220224005409.411626-1-cpp.code.lv@gmail.com> To: Toms Atteka Cc: netdev@vger.kernel.org, pshelar@ovn.org, davem@davemloft.net, kuba@kernel.org, dev@openvswitch.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Wed, 23 Feb 2022 16:54:09 -0800 you wrote: > This change adds a new OpenFlow field OFPXMT_OFB_IPV6_EXTHDR and > packets can be filtered using ipv6_ext flag. > > Signed-off-by: Toms Atteka > Acked-by: Pravin B Shelar > --- > include/uapi/linux/openvswitch.h | 6 ++ > net/openvswitch/flow.c | 140 +++++++++++++++++++++++++++++++ > net/openvswitch/flow.h | 14 ++++ > net/openvswitch/flow_netlink.c | 26 +++++- > 4 files changed, 184 insertions(+), 2 deletions(-) Here is the summary with links: - [net-next,v8] net: openvswitch: IPv6: Add IPv6 extension header support https://git.kernel.org/netdev/net-next/c/28a3f0601727 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html