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 BB7F9A0032; Wed, 11 May 2022 13:56:43 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6A75F40DDD; Wed, 11 May 2022 13:56:43 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id F1F02406B4 for ; Wed, 11 May 2022 13:56:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1652270201; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Z0OfyruSnzvL4QG+xCSjwtmaCDN8KGJqahu0rhphocg=; b=DowR6OXq1LWGGbQe6eZ8gt+0d1ERcVCUK4S0PSt214ghKoZjgQ4823Jm+bm1VgXrVDLmfB dnPdgCeB+a5LpKME9T6E4rlLG/XtskgGyKCSWdEm6iGwsclqn0o/LJTrMI6wkdcvUFxRfz atvgNBHlzcikc5VELiMfNeUaiuhV/PE= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-610-jpJAYnzrM56xmxwSiga_wQ-1; Wed, 11 May 2022 07:56:40 -0400 X-MC-Unique: jpJAYnzrM56xmxwSiga_wQ-1 Received: by mail-lf1-f70.google.com with SMTP id w34-20020a0565120b2200b0044adfdd1570so698166lfu.23 for ; Wed, 11 May 2022 04:56:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Z0OfyruSnzvL4QG+xCSjwtmaCDN8KGJqahu0rhphocg=; b=NRUX+a6Oe/RmklfIU0qETzcHzMHqJpvo3ZR5uMTxM+0cIpdcPw/xkunXKAX5Cld+wh UBJYu12S3xXsZmuhR89oA6pHD8UrdzdaAaMERyI1BOJzd8acKdivCpww4vtuF30r0iGF Xie1+YgXRrTVkQq0s6/OVU0cyKdLdeFD2VheIxsmLVAvHsbMDq9jpxiHrygHIacP+SnJ t/A127rgh8ST2BMP9NTk5QVOgJguUTqXJHj1hVIbkr86fH09RenHVS9BNLHspR34TGOz PPG/yZskAB21BkkkbRCfl9/3XIacHw/A3i80Ixt++KD+y3+WxUZJlTZ9P3KWJauE4nIF jyOg== X-Gm-Message-State: AOAM533re+I69KlpPWknc9p8Qj1tMFfHt9isXmHFpUqrBw8d5nSbM0t7 R9GnjkCXhGwbHKas/k28bcBMmPP+ZZSJlj7sxRxeaDo6bP1fLLcp4vJfuPQHCi+e5jxXZKAGp7h wpoLAn5He1+8GRnRSXnw= X-Received: by 2002:a05:6512:baa:b0:472:5ec9:f625 with SMTP id b42-20020a0565120baa00b004725ec9f625mr19428577lfv.560.1652270198706; Wed, 11 May 2022 04:56:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw5nSN/hJ/XIZHTAfKmAaXP/njJ5S5L5xoYm4IjB0Ixubdus+MZsYIhvzY7FfnSjDeIVullbG1SPu+UCRGmRk4= X-Received: by 2002:a05:6512:baa:b0:472:5ec9:f625 with SMTP id b42-20020a0565120baa00b004725ec9f625mr19428567lfv.560.1652270198532; Wed, 11 May 2022 04:56:38 -0700 (PDT) MIME-Version: 1.0 References: <20220510115734.457718-1-kda@semihalf.com> In-Reply-To: From: David Marchand Date: Wed, 11 May 2022 13:56:27 +0200 Message-ID: Subject: Re: [PATCH 1/1] test/hash: report non HTM numbers for single r/w To: Stanislaw Kardach Cc: "dev@dpdk.org" , Frank Zhao , Sam Grove , "mw@semihalf.com" , "upstream@semihalf.com" , "Wang, Yipeng1" Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" 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 On Wed, May 11, 2022 at 12:10 AM Wang, Yipeng1 wrote: > > From: Stanislaw Kardach > > > > In hash_readwrite_perf_autotest a single read and write operation is > > benchmarked for both HTM and non HTM cases. However the result > > summary only shows the HTM value. Therefore add the non HTM value for > > completeness. > > > > Fixes: 0eb3726ebcf1 ("test/hash: add test for read/write concurrency") > > > > Signed-off-by: Stanislaw Kardach > Acked-by: Yipeng Wang Applied, thanks. -- David Marchand