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 40DCF45EA0 for ; Sat, 14 Dec 2024 15:57:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E3A54025F; Sat, 14 Dec 2024 15:57:15 +0100 (CET) Received: from mail-yw1-f227.google.com (mail-yw1-f227.google.com [209.85.128.227]) by mails.dpdk.org (Postfix) with ESMTP id 101D64025D for ; Sat, 14 Dec 2024 15:57:14 +0100 (CET) Received: by mail-yw1-f227.google.com with SMTP id 00721157ae682-6ef81222aaaso26149317b3.3 for ; Sat, 14 Dec 2024 06:57:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734188233; x=1734793033; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=IsbmDeoE15TTh16fjhLO9QbFmaRIYr72X21WYR1Qadg=; b=CsIR8G3WlHbPyq13kevRYpF1HYLKN3HgSsfylBSXa1UlpM+IOoNg7koWgEppTiG4Ay Ww9d/0OFnqDJeI7JjkgTHnCDUd0hXb9WDTAlxcktSGWT156yqBv5hB5TRHs7wfbA4a3d mCZpp8ZIfgTiqzfolZ1Uju4Tlcnl5LPANrFlc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734188233; x=1734793033; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=IsbmDeoE15TTh16fjhLO9QbFmaRIYr72X21WYR1Qadg=; b=omhh9puvpSQT/++ex6bIk6bcgcnNX2TgJIVETqGj5Pm/amKZpsfwKHpl8uqstZfoku reImEEtfm0EpUp5kJppKX8Oi93STQvip+yg/Ea6MweN3mNI7GET9/ATPq54/Y+nNfhoo kL3G1Aosun2a9QFS9VKZne8HbOvKkqTB1o+ql9MJAobKY/WANLRdzl/bORJpFbYZw4ZA +8b0R0lLuqERJZwTRG5G7BzHQheQmfNEV2QNP5pUCUvnbXMXaZm7ZQOHyjan5VUsxyeo qPPUKe000tr/vzHY/4zOUQY3NFeqUJKS8GG8s2Q4JJrp7nMO3ZMp5tc7Nja2jItKme2a B7bA== X-Gm-Message-State: AOJu0YxfZ457VT+6MlMsVJUz6hlRvqeBN5Q05XSr9/7R7LFE2rZ5ICEX HOHXHe/UnOvewbQTWugHh1ofUAFrduS7I9jVSO1vKSrYoaNYF8jl8/S/D5OBV2H4K06ZEkP5Ebo XwgN56jE1xDlXm13qUDU5kidAu/iF4/80FDfOMbgZ X-Gm-Gg: ASbGncszZt+CiLDKrktx6UVSuAAv7dICSz9JaZyyPVNRQD9KpFrQDU1WcW0vUZMddH5 kQBUVy24hpnz1jH2wBOPfWJuDG50jikLGPE6DMwDNxjmNalBu9myjY6sLi72MC1uPlXtTBU4bvD 55aWvevHT1b/pI2A2gab1giCNulwWO8MQj1c6A+Lpa2v9BxkyAEwwckLL6xu9jXjEGX2hkVmiUY flfpHRMJGxtCMLZFNr94HOeO05u3Ya/fkn31mVJtqJWsDwRltYTvJPNGeKzcua4+Vt+JM7KaLby KA== X-Google-Smtp-Source: AGHT+IFe/5xBPIYRX8PaPsIPEGND80JBHmcpFqWY/4arW/VwEpdP7IOT1mcoqcEYhK6GC5E894W9FyWDwO/m X-Received: by 2002:a05:690c:64c3:b0:6ef:c688:1b8d with SMTP id 00721157ae682-6f279ae3c88mr62804887b3.6.1734188233392; Sat, 14 Dec 2024 06:57:13 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f2892799d2sm545007b3.65.2024.12.14.06.57.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Dec 2024 06:57:13 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 14 Dec 2024 06:57:13 -0800 (PST) Message-ID: <675d9cc9.050a0220.317b75.39d8SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.214]) by postal.iol.unh.edu (Postfix) with ESMTP id F23866052471; Sat, 14 Dec 2024 09:57:12 -0500 (EST) Subject: |SUCCESS| pw149230 [PATCH] [v2,1/1] app/test: remove useless calls t From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241213114452.59377-2-otilibil@eurecom.fr> References: <20241213114452.59377-2-otilibil@eurecom.fr> Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-broadcom-Performance Test-Status: SUCCESS http://dpdk.org/patch/149230 _Performance Testing PASS_ Submitter: Ariel Otilibili Date: Friday, December 13 2024 11:38:42 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149230 --> performance testing pass Upstream job id: Template-DTS-Pipeline#202345 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps Fail/Total: 0/3 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 128 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.0% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32137/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/