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 B8979A00C2; Sat, 25 Apr 2020 15:30:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D7CD1C1AA; Sat, 25 Apr 2020 15:30:33 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id C67001C1A1 for ; Sat, 25 Apr 2020 15:30:31 +0200 (CEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.west.internal (Postfix) with ESMTP id 3838214E5; Sat, 25 Apr 2020 09:30:29 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Sat, 25 Apr 2020 09:30:29 -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= Up33BL5jWtLpbCh+FMEx29R21LA7AOwl0DbCMiQTSpM=; b=QqOhvKl1b2M4IHcQ 99prVm0jZiSZ8BTDthtS0bN7sB8Rvy9bgVU5IWVyuCB7HYDYRs87nGiWiS8f9wij mYq20VwT+Et5h87vBVvpQe1ibKiD4RULx+aZCZTmhlLWILDNLWM0mdK/KIs3oEWQ UnWGiw+oW2So+pjeUYxTcQm/Kv7XoH+9kubEF9lAob29WqfxLPMuJXfLP5158jbr BcXobkVJLINf0B1pxqr/z5hdMOl2e1dh6RvIP9jwrLJDNCq+V/x8+vFqlpw2/0+N qCHPIMWov/mHPOjnW1dNiU4rriGlAOTqIxmbiMzpPZPjDoyfRT09Fo2nZfEOYnAs qyqdlw== 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=fm2; bh=Up33BL5jWtLpbCh+FMEx29R21LA7AOwl0DbCMiQTS pM=; b=N7zE3AACRyBWmC3OlNCktTHqZflJVxLoHizBbpzLEtB/REUL9NLPBpZfP WlrEa+HhLnmoenuUcYD74Zi2Vx1uqay8pQ07vlMijJb/Xo06+/CDJPsvIRDE3I8R pUizmf6Yg7ySB4d4JBkksW8uRNIm7ah/NOIXEnfw29xuM2D2UDttE/J0t8GBr0Jz dzSnLo1fIrvCl5+uKh239cPYgLuJimnneeoIRipN9bB2j7GDtn7TF2SVQ+m13BqS a7/4funkLOceCnOKacY5x4KQmH07fLiTPPdG+pa1uzO/yrOWGSvlhNR9a6wJmgu3 tBpnWq76sKmF6dRnrTNB4GAfPEoJA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrheeggdegudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 F0ED33065DF5; Sat, 25 Apr 2020 09:30:27 -0400 (EDT) From: Thomas Monjalon To: "Medvedkin, Vladimir" Cc: "dev@dpdk.org" , "Gobriel, Sameh" , "Richardson, Bruce" , "Wang, Yipeng1" Date: Sat, 25 Apr 2020 15:30:26 +0200 Message-ID: <4000662.24cOQSKZR9@thomas> In-Reply-To: References: <1587049211-126654-1-git-send-email-vladimir.medvedkin@intel.com> <1587049639-127242-1-git-send-email-vladimir.medvedkin@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5] hash: add hash bulk lookup with hash signatures array 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" 17/04/2020 01:46, Wang, Yipeng1: > From: Medvedkin, Vladimir > > > > Implement rte_hash_lookup_with_hash_bulk_data() and > > rte_hash_lookup_with_hash_bulk() - bulk lookup functions with precomputed > > hash signatures. > > Add these two functions into performance tests. > > > > Signed-off-by: Vladimir Medvedkin > > --- > [Wang, Yipeng] Hi, Vladimir, thanks for the changes per my comment. > It looks good now. > > Acked-by: Yipeng Wang Applied, thanks