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 7AEF546068 for ; Mon, 13 Jan 2025 06:17:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5B37740653; Mon, 13 Jan 2025 06:17:21 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 35EDA402EA for ; Mon, 13 Jan 2025 06:17:20 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21661be2c2dso62466095ad.1 for ; Sun, 12 Jan 2025 21:17:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736745439; x=1737350239; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=QVLErOtybJtXYiMIv8IneNXPw3wyNfxgV2PaDL3LnuY=; b=B01Q/PEa0kb8cvSSNVxQTSAlh/lt+l7dmw+1OIl+VnpBbz9J9Yzn+B4+krkYG6mS6c hSIn8otK7awrtAbQpCZMBQi3k8yiopc1wSTpwS/F62U/ZmA12BHUJR7Ur69dW2olX9Ni KeG7VJ7Ob+lRkmGyemrMqNmLOGpzt77UzqaAE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736745439; x=1737350239; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=QVLErOtybJtXYiMIv8IneNXPw3wyNfxgV2PaDL3LnuY=; b=fgplh3swUdnKsg+HOvNXgDPbPPun+xg/kQktGzJYmphkLXnoHCl5EYkf6GMhwi4/8d i83ruPCFe1bwEB1niDUBnp2XuEtiRr4A6ZdOd9Ljkr1N+BMxlb2SyFxwoPzSZsqfP+Bx g5eFfEqzy7nEUp1k/DMSHEknk/L3zcLthmBIu9y5DniRJvC2YKJX1LBmZoW6pdg3t6ng sdz9d+5YKHk/knQI6S6VXO/iVDR+UasWdCslxebqZ+mHkclQSjmS4RXAfhZrMlSpu6R0 pnj+YpnRca/hACFYPNZ9BnOJebj2+jkIX9Spu5GDmeeBTp4Y/T1h8Dbpo2m/U1LRPAC7 k0rg== X-Gm-Message-State: AOJu0YyqOMe4G/i6KwJRxxorCfpmd5leuyGjfH7KyOYF/NMKH+Qa1XTn gepAGkplw/h3WNx7lW3QiS5ok+uouOEJ/t/L+fUzjcG/kyJ1YAlc7BZ4bGFoobRWFfgxWGJBobW RHt+1l1gAonhX/W1XkNSJJCrDN4KXhfq7 X-Gm-Gg: ASbGncuKThThbPs6hExtMtL+i1bmxXmy4Tp3dst0oUziNHnCb9HvVO3HL+OjMwyF2uI qcOH56m98o0CJeFo5pLJFMorlRaVexvPwHhKoJRQzr2Wz6e2KO9vFaQ+wz6/c5iE5eGbs8qRD7+ i4LmvvYU/VFJ67o3XNpXGxt66wA1oUJrMAn4lQrE5qHvi+GOeZAY/o4UXaCOIISKuY6ouMlAW+x 8iM334Vu4jeFjPjc/Km+laU2hcJbHrVbYT60rDhZ4+18d0hvxZ+KvO9pxTV8flUC9dPGddPla2q t3bivg== X-Google-Smtp-Source: AGHT+IFjl3o84+7nRKftSHTTjIvIqpTDn7GPxeSTfcMg00MfRrGt4gRoVLFLARhqjA0IwVB57C9NopeQO5Hd X-Received: by 2002:a17:903:41c3:b0:216:6590:d472 with SMTP id d9443c01a7336-21a83f4e4f8mr280616155ad.21.1736745439324; Sun, 12 Jan 2025 21:17:19 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21a9f39e0b9sm2711825ad.101.2025.01.12.21.17.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jan 2025 21:17:19 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 12 Jan 2025 21:17:19 -0800 (PST) Message-ID: <6784a1df.170a0220.38d3e0.44f5SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 6CBF46052471; Mon, 13 Jan 2025 00:17:18 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] f2eea2f37a82bb73fb01d56350708f7d70e21379 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 _Performance Testing PASS_ Branch: tags/v24.11 f2eea2f37a82bb73fb01d56350708f7d70e21379 --> performance testing pass Upstream job id: Template-DTS-Pipeline#206505 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.2% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32177/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/