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 1E65A46670 for ; Thu, 1 May 2025 07:08:25 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 01DBD4028E; Thu, 1 May 2025 07:08:25 +0200 (CEST) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id 3138B40279 for ; Thu, 1 May 2025 07:08:23 +0200 (CEST) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-22c336fcdaaso6810925ad.3 for ; Wed, 30 Apr 2025 22:08:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1746076102; x=1746680902; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=7tY5fJ6dpt+egudyGZ9zQfs7yI1X/FAJ0cH/IFgtqRo=; b=drFB+MIrKrV6i8pabH36t6EwhdjUBk55tQhip95ijkuQTKX4VELoqPj8Io3M8bNvy/ GC0FBKrkX6yAoproqw6SG4UU950ZGrFUSrvO22RZJx/MnG6+tpz8EmrgzvvYv54LmiWD l94sT5u+OB0raYHjLkdTG7cYDqfDf+d4+k9W0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1746076102; x=1746680902; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=7tY5fJ6dpt+egudyGZ9zQfs7yI1X/FAJ0cH/IFgtqRo=; b=ttfwfQV9Pw/f/h27/+Pdh87Z8W3w9NWYKYAzI2Mt2vfM6dKt9Tjsg3tAx+q8SojeVy 5lA3ldEdLA1A5EOEAHxqcyaHjK2UKvJrXPlIAoUt62hsVd61IySoC99G8yazyuU24lID UxN1Akf9vbw7QV/PKsqCdPblyc8KdDLhd5xGt/RMnUSqVfklub2wjK9QSx0pBTy/x0Vj wwuS7GRXovDoSfeXWYCeXhHsP74vX0zjHsW6O5a0I3dhY/XMohFmSXUipdAE/ZonPFyG 3gX8SiCHOa15SxZ+QZQ8gbjApJ092yLro8JNhCHhvtMOY+VLLE33qQ02o113M9Tl0ify 5B+Q== X-Gm-Message-State: AOJu0YwcnGXcIQDvw9NvmeTqQIOrk9+gmM0Vp6fcrJSqEBssX5C9AMhy zyqoJZT11et38vFutxNwsv/yRWKsKVnDX4yOaq/u92wkIt3JQHrmvkm69+WPJFjJ2wTBcsYr+G6 rPc2eSYTwU63ljoWY94CXlUwMxRP3CqWx X-Gm-Gg: ASbGncvrUnhEaeJ6MAJ7H/huJL2rBVd+9Chq899GprH77ZS7ZoHnTCcyxOMb7egTPID +zaUgLWiyAdKgdp0u+JXTJ+3nK2/bWDgASWOhm28JHli3NBJ44rVGH1gIEWunvjm/PtuckJAGgf MiOB6t/2wLXesyKex3woYH/W6lBExA+jBgofzThmjbSPYB7fFQ5m2/suAG0M+tTiSl5xOln9Gn9 zLVhBc6c2+rW1pdV82T/5Lo/4gIkMRjdwuWk6b9YyjoCv4kTzbMnzELa8GR8limvrxky7qD+7ew wYjZLDUP6HKDRB97R0d5RsbWArylzP6qGqe3 X-Google-Smtp-Source: AGHT+IH6z0CXHOVVgbXSymEdGggPchlIsTF9fPp4HKR0SYxQ97jR/hmH0UkSfh3ciaVsZ6pVosMaVFbayIB3 X-Received: by 2002:a17:903:28d:b0:223:5a6e:b20 with SMTP id d9443c01a7336-22e0832b926mr18251725ad.7.1746076102144; Wed, 30 Apr 2025 22:08:22 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-22db521645bsm17006995ad.101.2025.04.30.22.08.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 30 Apr 2025 22:08:22 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 30 Apr 2025 22:08:22 -0700 (PDT) Message-ID: <681301c6.170a0220.1a90bc.8417SMTPIN_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 47A356052471; Thu, 1 May 2025 01:08:21 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] 83a7a648344674c0269fcaeb71d8d16468421a0e 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/v23.11 83a7a648344674c0269fcaeb71d8d16468421a0e --> performance testing pass Upstream job id: Template-DTS-Pipeline#223772 Test environment and result as below: 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ 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 | 1.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.7% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/33403/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/