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 5CA13A0547; Mon, 27 Sep 2021 11:00:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E75D740686; Mon, 27 Sep 2021 11:00:36 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id EDF794003D for ; Mon, 27 Sep 2021 11:00:35 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id E282AA0548; Mon, 27 Sep 2021 11:00:35 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Mon, 27 Sep 2021 09:00:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: eventdev X-Bugzilla-Version: 20.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: heng.wang@ericsson.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 815] Incorrect average cycles print in Service Summary 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 Sender: "dev" https://bugs.dpdk.org/show_bug.cgi?id=3D815 Bug ID: 815 Summary: Incorrect average cycles print in Service Summary Product: DPDK Version: 20.11 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: eventdev Assignee: dev@dpdk.org Reporter: heng.wang@ericsson.com Target Milestone: --- The avg is incorrect in the service summary: =3D=3D=3D=3D=3D=3D=3D=3D[ Services ]=3D=3D=3D=3D=3D=3D=3D=3D Services Summary red_0: stats 1 calls 4116836818 cycles 1895089655988 avg= : 0 txa_0: stats 1 calls 1074980347 cycles 377139519878 avg: 350 rte_event_eth_rx_adapter_0: stats 1 calls 871649367 cycles 282007305174= 2=20=20=20 avg: 3235 worker_service: stats 1 calls 3522889906 cycles 101783021288= 0=20=20=20 avg: 0 timer_service: stats 1 calls 3326551197 cycles 748157460934= =20=20=20=20 avg: 0 The avg in the last 2 rows are incorrect. I think it might be some race condition between the service run updating the cycles, and the service print accessing the cycles. --=20 You are receiving this mail because: You are the assignee for the bug.=