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 4EE5FA00E6 for ; Mon, 8 Jul 2019 16:38:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 354F84C8D; Mon, 8 Jul 2019 16:38:49 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 5914D397D for ; Mon, 8 Jul 2019 16:38:47 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id CE2562102F; Mon, 8 Jul 2019 10:38:46 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 08 Jul 2019 10:38:46 -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=oQQ8iQu+ePQAmLyTZUIwtJNP+cUWtJ6sS9F1cGSfPH4=; b=Q8IvqFdhkUR4 MxPItlkFHmDdd7T1lkAgMkixlGCysVZzFdd1sG+14qPkiLnp5LxF9YGlw4bzsMTA mQtgpLGPMmR/BXVZcWyFDLlHPabnG4sc7qWhZ+ceX7PA7Iz/kdiTScU3TZj9l6Tw 9af/XOfdOgmPTIbOnhY0vS/LTmnWvHM= 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=oQQ8iQu+ePQAmLyTZUIwtJNP+cUWtJ6sS9F1cGSfP H4=; b=coPbILnC4uGQEgEBdbNwlKfZ9JNGbIh8JevTTvlEJIV+nJYF6rbt/Lze3 qMNV+Wa+rG/T9dIjGhG9dgQ0jx2sC5rwf5Kyt2iNM6f3muD3+VCDd3iiEdyVuXgF 18UA6MommxU5ozgQiA0sJGTq1J92+c/mypu0Yhl1iOCuX1JvmeplsYatZLn/n31A 1MRGwUTImudimwOCKHYA09+pjyKa9zEKZ0ZsIcdrhvhp81VvY6VIWkRqQCdCogoX aIxdW1ViBf5mMBGtr5xlH8htH9RrUX1VMYiDlopvz1UW8R8KjRQnSaJ8xXCiDUET N0ZLNOln+EsfVVy86S30kYUF9Wvkg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrgedtgdekudcutefuodetggdotefrodftvf 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 08A438006A; Mon, 8 Jul 2019 10:38:43 -0400 (EDT) From: Thomas Monjalon To: Phil Yang Cc: dev@dpdk.org, david.hunt@intel.com, reshma.pattan@intel.com, gavin.hu@arm.com, honnappa.nagarahalli@arm.com, nd@arm.com Date: Mon, 08 Jul 2019 16:38:41 +0200 Message-ID: <37227297.DVYB5VSm2b@xps> In-Reply-To: <1554692551-28275-1-git-send-email-phil.yang@arm.com> References: <1546508946-12552-1-git-send-email-phil.yang@arm.com> <1554692551-28275-1-git-send-email-phil.yang@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 0/3] example and test cases optimizations 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" 08/04/2019 05:02, Phil Yang: > Phil Yang (3): > packet_ordering: add statistics for each worker thread > test/distributor: replace sync builtins with atomic builtins > test/ring_perf: replace sync builtins with atomic builtins After months of wait for comments, Applied, thanks