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 9D9ACA04DD; Mon, 20 Jan 2020 01:28:43 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BFE3D1E34; Mon, 20 Jan 2020 01:28:42 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 7F2991DBA; Mon, 20 Jan 2020 01:28:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 173E321A09; Sun, 19 Jan 2020 19:28:40 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 19 Jan 2020 19:28:40 -0500 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=WTYAiawash+3jQn0LJdqi/FE6ZG+7LjETa2i7zmd+qM=; b=STTvNt1i143P 7lwxndZGcm4ztOfrga6rLAre6Smr4iPDitoF2nq7KCrJIdUqqzgZPwU20otzlH4f EkeG5CgImZ6AJGShKaE0BT+Zt+9hosTNMbtswQkJHXnFI9XN3MWQUD0IQEFL3Sj+ ymAkiOkYMS1E3T52W6kqIGO7lFXu0js= 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=fm1; bh=WTYAiawash+3jQn0LJdqi/FE6ZG+7LjETa2i7zmd+ qM=; b=Px/jyUUYr6FMd6eTVgflBzh0tn+7Tsts4ChbokzwVnVfLk5ewxv++Acu0 v3ID2nWl89fq+fEZypCMsUs2wkYSU/ParknMBPG8/W+gWQwtvehoSS45cRhVICMl fMjPgHWEZz0V8EELLr1WyMNPYPMV0lt1JwYwgHs3DgqjnZu/Km2W19+kshhPhRMt bOAcYaGJ2hn0k6KwBNn38+zzhk5lFwYMn3c95yC4SBk62vaSj6JgSoLFS4qcvGiU YnLnUPcSdbbJN5AfqIce7VXC/VwCMyePF6v0+yMUhBstM6rI9zcnTbpQyIW/Rvu5 2xNePMdO+JlOBncL8bf+9pNloK1LQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudeggddvudcutefuodetggdotefrodftvf 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 279893060ACE; Sun, 19 Jan 2020 19:28:39 -0500 (EST) From: Thomas Monjalon To: Reshma Pattan Cc: dev@dpdk.org, ferruh.yigit@intel.com, stable@dpdk.org Date: Mon, 20 Jan 2020 01:28:38 +0100 Message-ID: <7347475.qOBuL9xsDt@xps> In-Reply-To: <20191205171811.28045-1-reshma.pattan@intel.com> References: <20191205171811.28045-1-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] latencystats: fix latency calculation for multithread 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" 05/12/2019 18:18, Reshma Pattan: > Make latency calculation multithread safe by > using spinlock. > > Fixes: 5cd3cac9ed ("latency: added new library for latency stats") > Cc: stable@dpdk.org > > Signed-off-by: reshma pattan Applied, thanks