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 3107CA0487 for ; Thu, 4 Jul 2019 22:25:34 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F27A41F28; Thu, 4 Jul 2019 22:25:32 +0200 (CEST) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3FE9D2AB for ; Thu, 4 Jul 2019 22:25:31 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BF2D321EAF; Thu, 4 Jul 2019 16:25:30 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 04 Jul 2019 16:25:30 -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=4tESl6oSs+ovGWeWHaXGsS0K9ZbP2bPk8Jm4NNItgOI=; b=sqb07g+DKYVB huNRi2WCIwUMdOisDDXuaaij9ldnwMIzNb4PD3U+e3XhfKgqzL1GUv9Pia/DWais t32+r/lv/yoKUG1jx7qd5O6ZgX5YzgXjZepPHSEbMukEv44XmNjfWM9ua5FA/ZhH Wep14UEskJQMgVloCWxqShBjob1QOv8= 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=4tESl6oSs+ovGWeWHaXGsS0K9ZbP2bPk8Jm4NNItg OI=; b=v9fVHCnXm3Y5CUO9y6xm9oWV6O2XklfV31MQlO4yPsIGETiBVrQB4CiyC Z2WRS4OcBRO5bQmjOEUmlvSHFQBowGkeUOr3FZvzGQrSfyaKHmWsistI8eDMsUOz p6dQHLH1sNSzsFv0jkwxXc9MnwNoSSLtupktL7G7b0XrWUDzLPKCsHXYBSHgmt8B 4K+CF3tE4FI1vIsYsRZmr2gJJ70ERsB+iNFNMzY6Zu/HPqig5UhgXI/Bv7NtXP3r 4S6hnRNxlz0osojqQCxthCu9k5tUkw1rO8bd2HZTiN24+ICHpNimREnWtOfhIxIX Ktk0rb1x0TDnB8spMuyKBZoPyp9UA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfedvgdduheduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedu 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 C2AB7380083; Thu, 4 Jul 2019 16:25:28 -0400 (EDT) From: Thomas Monjalon To: Ruifeng Wang Cc: dev@dpdk.org, vladimir.medvedkin@intel.com, bruce.richardson@intel.com, honnappa.nagarahalli@arm.com, gavin.hu@arm.com, nd@arm.com Date: Thu, 04 Jul 2019 22:25:27 +0200 Message-ID: <4945372.XJl8by0RIn@xps> In-Reply-To: <20190703054441.30162-1-ruifeng.wang@arm.com> References: <20190703054441.30162-1-ruifeng.wang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 1/3] lib/lpm: memory orderings to avoid race conditions for v1604 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" 03/07/2019 07:44, Ruifeng Wang: > v4: updated test data > v3: updated test data > v2: no changes Ruifeng, it is not easy to follow your changes because you don't use --in-reply-to when sending new versions. So they are not in the same mail thread. It would also help to make a cover letter and make every versions a child of the very first cover letter. Please pass the word to you colleagues in Arm, it seems to be a common miss in the process. Thanks