From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Pattan, Reshma" Subject: Re: [PATCH v2 1/3] packet_ordering: add statistics for each worker thread Date: Fri, 29 Mar 2019 16:39:48 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A432EBB@irsmsx110.ger.corp.intel.com> References: <1546508946-12552-1-git-send-email-phil.yang@arm.com> <1553856998-25394-2-git-send-email-phil.yang@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Hunt, David" , "gavin.hu@arm.com" , "honnappa.nagarahalli@arm.com" , "nd@arm.com" To: Phil Yang , "dev@dpdk.org" , "thomas@monjalon.net" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4F3EF4CA0 for ; Fri, 29 Mar 2019 17:39:58 +0100 (CET) In-Reply-To: <1553856998-25394-2-git-send-email-phil.yang@arm.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Phil Yang [mailto:phil.yang@arm.com] >=20 > The current implementation using '__sync' built-ins to synchronize statis= tics > within worker threads. '__sync' built-ins functions are full barriers whi= ch will > affect the performance, so add a per worker packets statistics. >=20 > Enable by option --insight-worker. >=20 I don't feel the need of this new option to print per core stats. Any reas= on for this? Thanks, Reshma