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 X-Spam-Level: X-Spam-Status: No, score=-11.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBF7AC11F6B for ; Thu, 1 Jul 2021 18:20:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C030E61420 for ; Thu, 1 Jul 2021 18:20:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233820AbhGASWg (ORCPT ); Thu, 1 Jul 2021 14:22:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:38284 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233140AbhGASWf (ORCPT ); Thu, 1 Jul 2021 14:22:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPS id 4EBC461420; Thu, 1 Jul 2021 18:20:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1625163604; bh=EUEKoF+F60VGweVdT4ix5IbEZ6/+FqRuAtGIqaHLcos=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=b9PyT7qPnI4IBt+SMUQ/PVyu7iLUnTC2F6y0IgRDehgEsSC1CT9q32cOEfUpiN1K6 sW75SuqCApqCVpAYmcSbV74TGg93Ksz8OVqcOzS/qlMZy2YPR9Czf2fRNYtgVM2DK7 YLRSjUc0YmpmB7K8s5WBZPwQzyn0S1Ux0AC/Ew+9+piEjVxv5lfddqEJh8H1oaZ9Sc 1OUOc87MtcrAYe9nyYnJtC5s7VEH2JE+3d1vkiUIJJDZUJMoKKGtyt2DEcFbw1203c SnB4KLqLiyNSNxkQ2Ug51zG3Y0cYYIm48DRFYKtyqDHDBLJhaNBWWneLmvYrBLe/Ng CN+UMGgv5ARXw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-net] openvswitch: Optimize operation for key comparison From: patchwork-bot+netdevbpf@kernel.org Message-Id: <162516360425.12749.9321876292870422857.git-patchwork-notify@kernel.org> Date: Thu, 01 Jul 2021 18:20:04 +0000 References: <20210629072211.22487-1-simon.horman@corigine.com> In-Reply-To: <20210629072211.22487-1-simon.horman@corigine.com> To: Simon Horman Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, oss-drivers@corigine.com, baowen.zheng@corigine.com, louis.peens@corigine.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net.git (refs/heads/master): On Tue, 29 Jun 2021 09:22:11 +0200 you wrote: > From: Baowen Zheng > > In the current implement when comparing two flow keys, we will return > result after comparing the whole key from start to end. > > In our optimization, we will return result in the first none-zero > comparison, then we will improve the flow table looking up efficiency. > > [...] Here is the summary with links: - [net-net] openvswitch: Optimize operation for key comparison https://git.kernel.org/netdev/net/c/b18114476a14 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html