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 A374FA034E for ; Mon, 14 Mar 2022 12:17:09 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9141041154; Mon, 14 Mar 2022 12:17:09 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by mails.dpdk.org (Postfix) with ESMTP id 5DCD440DDD; Mon, 14 Mar 2022 12:17:07 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 9B4005C0258; Mon, 14 Mar 2022 07:17:06 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 14 Mar 2022 07:17:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; bh=wAeWwAgXfqZtl0 poUIT1iciFyKS2mmZ4qUOkmdRtLEI=; b=voPmLj4adVWOOUE1lu5y6sEiiylqjA BRGwLIf4WSKD2xtaCRwfpr49gPVm3LLV4AVouCYQY9AsKi41xeAo4xskSdI5YObv YSAEOhoxeRcbeXIl8LGmOKcsXmSN/cT8vxcuDTtH8d0hOLJQ8g8FuiRWt8CbER7l AUsee5pKq5GhvrITi55PkunXPGhE9VWdsa+GDuYXljeY98S06JKRzvHHxsCkASB1 Ck+I00Iv8Ms9Yg0/S4PEz0FNKbMBp7CahMaLR2P/6ByeZKvxio09WFxXSt/RcOD6 udeDdMsKAOxVu3M1pIopeY4dXzSX7QK2IdO2t54embN+plxvl/zJdnqQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=wAeWwAgXfqZtl0poUIT1iciFyKS2mmZ4qUOkmdRtL EI=; b=M/E4wBHSWMYaiL6Ed22Y2T+CTstPNLtLCO0PdasNjqdLqPToEzSxQVFXG fzM5V9al+w8/qQv+u2bnYmNCCXbvYi6kWQ1ITZEKGkMdCiiZeORY3sp6NW8QIaRk gQpBjukbdNhkVwq5bPzd9yjF2OKi+dsx+bODA9SjWOahbf021gMy10bEdRKMciHh Ok9YLM/dnziBWl1h/ufSyx2/wVjmvcTpyPkw0x2qaFBDYDvgc/CKGCEqhGC33H1X ZBosCDxU25CEZwzkBvjoUD/L/DkWYUS98UlIIE1k+RcJMSP9655JvC4srEyFk91N nwc/pIQmw+1SiuEHspFKz0qSGKQ6w== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddruddvkedgvdehucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecugg ftrfgrthhtvghrnhepudeggfdvfeduffdtfeeglefghfeukefgfffhueejtdetuedtjeeu ieeivdffgeehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrh homhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 14 Mar 2022 07:17:05 -0400 (EDT) From: Thomas Monjalon To: Gerry Gribbon Cc: orika@nvidia.com, dev@dpdk.org, yuvalav@mellanox.com, stable@dpdk.org Subject: Re: [PATCH] app/test-regex: fix incorrect number of matches Date: Mon, 14 Mar 2022 12:17:04 +0100 Message-ID: <2061091.OBFZWjSADL@thomas> In-Reply-To: <20220309234152.1063100-1-ggribbon@nvidia.com> References: <20220309234152.1063100-1-ggribbon@nvidia.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org 10/03/2022 00:41, Gerry Gribbon: > Depending on number of jobs specified on command line, part of the > data buffer may not get searched, resulting in incorrect number of > matches being reported. > > Additional change to ensure the "All Matches" summary outputs the > correct match start locations in the supplied data buffer. > > Fixes: de06137cb295 ("app/regex: add RegEx test application") > Cc: yuvalav@mellanox.com > Cc: stable@dpdk.org > > Signed-off-by: Gerry Gribbon > Acked-by: Ori Kam Applied, thanks.