From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AB682A0487 for ; Thu, 4 Jul 2019 18:10:01 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7213F44C3; Thu, 4 Jul 2019 18:10:01 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 77077271 for ; Thu, 4 Jul 2019 18:09:59 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0E3F621F4C; Thu, 4 Jul 2019 12:09:59 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 12:09:59 -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=mesmtp; bh=VgrM8UJBqEmkJWzlKitgCP9a7ToFvcbl3jluNwUynK8=; b=sQh7VVeMzPcb xY6BtQMz5o54qldqFJn1qzlwN779wpobD/3eHRRyUb6fhVh28SN07ujcnsWd20VX CpfOmubZD516m0TxUo0Lt++8klw01HYMuvhMCwhd/LryK2xUN738zuUNKyPGa/L3 rHh/uV7f4xKGNw/APao4U2+RmUvaqDU= 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=VgrM8UJBqEmkJWzlKitgCP9a7ToFvcbl3jluNwUyn K8=; b=NrmI1p16rVTTPljoOmKpmHyMhwOK3dU/xhE6CpGS1HzU1+8Bo3JMICUOs 5HItqmLg0whS7sSbb8TLnmFvipRHqN92GJ8W5L7zmtu5/YXROYFlTB1hhrxcBsgr Jap2PrwOOUXJ1Vfka+p0K/ZryIp4UeMuJK5O+rTDgDqjQBoTkKwKdnLZzWdCN/dg wQ5optBDj12KmoQA+CUcScBTXJXD8fAIIdX/x2WjV0UC7mo9jw+gB99P/nHcOqwG vrK6dho5AV3/C47+RA70Oh41aeVkCxJRA5IW/1dO+sBvWYEVAuu4Gs/FL1iES7XU fWtEtk4yQnvR9Dpk9Vmiu5Gb6bHTQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgdellecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 52F4B80059; Thu, 4 Jul 2019 12:09:57 -0400 (EDT) From: Thomas Monjalon To: Honnappa Nagarahalli Cc: dev@dpdk.org, yipeng1.wang@intel.com, sameh.gobriel@intel.com, bruce.richardson@intel.com, pablo.de.lara.guarch@intel.com, gavin.hu@arm.com, ruifeng.wang@arm.com, nd@arm.com Date: Thu, 04 Jul 2019 18:09:56 +0200 Message-ID: <1762755.dMxNbvATuU@xps> In-Reply-To: <20190702211634.37940-1-honnappa.nagarahalli@arm.com> References: <20190625211520.43181-1-honnappa.nagarahalli@arm.com> <20190702211634.37940-1-honnappa.nagarahalli@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/2] lib/hash: perf improvements for lock-free X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" 02/07/2019 23:16, Honnappa Nagarahalli: > v2 > - Dropped moving the tbl_chng_cnt to the beginning of the cache line > commit > - Changed the commit log for patch 1 to indicate that it improves > performance (Yipeng) > - Changed the comment in the search_one_bucket_lf function (Yipeng) > - Changed the commit log for patch2 to indicate that changes to > store-release of 'pdata' is cosmetic (Yipeng) > > Honnappa Nagarahalli (2): > lib/hash: use ordered loads only if signature matches > lib/hash: load pData after full key compare This series is missing 19.08 because of a lack of review. It was expected because it was sent late in 19.08 cycle, so this is just to make the status clear: it will be considered for 19.11. PS: please think about --in-reply-to when sending new versions.