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 BDF80A0588; Thu, 16 Apr 2020 16:47:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9E0DC1DCBE; Thu, 16 Apr 2020 16:47:36 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id BB0601D599 for ; Thu, 16 Apr 2020 16:47:34 +0200 (CEST) IronPort-SDR: 5Hj+4PIuBatQfBYf3OkA8fwkaTwxRnYqAaSBsiqvT/QpwoFwdG786uC4vs2r60FOFynTwfUkl0 y4ZmnmNw3gjA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Apr 2020 07:47:33 -0700 IronPort-SDR: O2v81EX4ZwpPtqTXT7Zmh6LSF9KNRXc53y2wRXJ1BDHUTDq+cgAAQo4gEynaBpcNIJetN97lBZ Mzee3iddMtVA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,391,1580803200"; d="scan'208";a="332862937" Received: from vmedvedk-mobl.ger.corp.intel.com (HELO [10.252.12.170]) ([10.252.12.170]) by orsmga001.jf.intel.com with ESMTP; 16 Apr 2020 07:47:31 -0700 To: Thomas Monjalon Cc: dev@dpdk.org, yipeng1.wang@intel.com, sameh.gobriel@intel.com, bruce.richardson@intel.com References: <1586370739-61729-1-git-send-email-vladimir.medvedkin@intel.com> <1586370739-61729-2-git-send-email-vladimir.medvedkin@intel.com> <3563105.IFkqi6BYcA@thomas> From: "Medvedkin, Vladimir" Message-ID: Date: Thu, 16 Apr 2020 15:47:31 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <3563105.IFkqi6BYcA@thomas> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v3 2/2] test: update hash performance tests 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" Hi Thomas, On 16/04/2020 10:44, Thomas Monjalon wrote: > 08/04/2020 20:32, Vladimir Medvedkin: >> Add preformance test for rte_hash_lookup_with_hash_bulk_data() > Why is it a separate patch? > To me, it is natural to add such test when adding a new hash API. > So they should be in the same patch. > Here I split the patch to help review it - first lib part, second - test part. I can merge it if you think it should be. > -- Regards, Vladimir