From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DF2F5A0548; Fri, 9 Jul 2021 22:43:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D0BB410FD; Fri, 9 Jul 2021 22:43:35 +0200 (CEST) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mails.dpdk.org (Postfix) with ESMTP id 032CE40143; Fri, 9 Jul 2021 22:43:33 +0200 (CEST) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 8FD595C00A9; Fri, 9 Jul 2021 16:43:33 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute6.internal (MEProxy); Fri, 09 Jul 2021 16:43:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= yk5YCoXXT+vOezVqcNixJEsJAIy0ZUEFukFuySFZyA0=; b=s+HeDSiREEnuG1yb xNEjEVYtUEheqtWccp+iNyxYbQeKF38/aa91unklPySIfRyKfNS0JHxxAdHOz6vj xCpUYyWtb95KyZfVc87SSED5eFma3xzT/me/g2ZHpeI8W+SNm0iuwuHUVErmVCDJ Tjt3mdJW7VqjCfTCjq9GmRILgivfewBWJM4KS34xPSQ0Dy7Q6Dva11sR7rVkRh2R wXLlovUGPF/oJi7aA389M222Wr2EobOR/wMz8LW7i9efX/YCz3vutLtv9vkEB000 dWg4ggaILrVWGD8iQXHpCQst9nQin6+16VmILPMrhxJ3KOCZB4DJC9yObzMnB+IX S3Dh9g== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=yk5YCoXXT+vOezVqcNixJEsJAIy0ZUEFukFuySFZy A0=; b=dCneYrb04fmTGaShTXwy/qmi1ToW0Wm4+jGpEL6Rwds+qZPLIo6Fi7Qh4 JxGNqeUL0d5IsOKVPv8wRNlRpCs2Y5jKmL4nDF3ThAB0vxnewvJciPURsd/R9wm6 rP4AOBqpHbIRh+bm5IVUFfcIDAAkZMorj1SbAUZmPUNS5GKq1aXdSC7Yn/iejN/g 8xeILHfm6P4dT2M042DRNRWpQXC0hQSEusKZaoMnHLxv9Rwu+N4QzuRgjP1gEj1q EokvNnFAIvWGjp69XpS9V8uDrzgjVG6vpBZcvmat1q4imjhT6pQcFgQl3BoHG2LP SOA5XJiO+ODJlFlFd3GQcdjEd9mmw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrtdeigddugeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 9 Jul 2021 16:43:32 -0400 (EDT) From: Thomas Monjalon To: Thierry Herbelot Cc: "dev@dpdk.org" , "stable@dpdk.org" , "Dumitrescu, Cristian" Date: Fri, 09 Jul 2021 22:43:31 +0200 Message-ID: <6979949.CBZCM2zCrL@thomas> In-Reply-To: References: <20210524112836.28224-1-thierry.herbelot@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH V3] table: fix bucket empty logic X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > Due to a typo, only 3 out of 4 keys in the bucket of the exact match > > table were considered, which can result in valid keys being > > incorrectly dropped from the table. > > > > Fixes: d0a00966618ba ("table: add exact match SWX table") > > Cc: stable@dpdk.org > > Cc: Cristian Dumitrescu > > > > Signed-off-by: Thierry Herbelot > > Acked-by: Cristian Dumitrescu Applied, thanks