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 251F5A0A0A; Thu, 1 Apr 2021 13:21:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18B4A14108E; Thu, 1 Apr 2021 13:21:58 +0200 (CEST) Received: from inbox.dpdk.org (inbox.dpdk.org [95.142.172.178]) by mails.dpdk.org (Postfix) with ESMTP id BB43E4003C for ; Mon, 22 Feb 2021 17:56:54 +0100 (CET) Received: by inbox.dpdk.org (Postfix, from userid 33) id AD146A0547; Mon, 22 Feb 2021 17:56:54 +0100 (CET) From: bugzilla@dpdk.org To: dts@dpdk.org Date: Mon, 22 Feb 2021 16:56:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DTS X-Bugzilla-Component: tests X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: alialnu@nvidia.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: dts@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 X-Mailman-Approved-At: Thu, 01 Apr 2021 13:21:56 +0200 Subject: [dts] [Bug 640] Modify the test nic_single_core_perf so that the accepted tolerance is a percentage X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" https://bugs.dpdk.org/show_bug.cgi?id=3D640 Bug ID: 640 Summary: Modify the test nic_single_core_perf so that the accepted tolerance is a percentage Product: DTS Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: tests Assignee: dts@dpdk.org Reporter: alialnu@nvidia.com Target Milestone: --- An iteration/case in the test nic_single_core_perf currently fails if the d= elta (difference between real rx_pps and expected rx_pps) exceeds the absolute number specified by 'accepted_tolerance' in conf/nic_single_core_perf.cfg. The default 'accepted_tolerance' is set to 1 mpps, which is very large when= the expected is only a few million packets per second, specially for large frame sizes. Since test results are now reported to the mailing list in percentages, I suggest updating the test so that the accepted tolerance is a percentage ra= ther than an absolute number. --=20 You are receiving this mail because: You are the assignee for the bug.=