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 73957461E4 for ; Mon, 10 Feb 2025 08:42:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 51EF140268; Mon, 10 Feb 2025 08:42:03 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 3CFE340150 for ; Mon, 10 Feb 2025 08:42:01 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3d0465a8d34so36024795ab.0 for ; Sun, 09 Feb 2025 23:42:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739173320; x=1739778120; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=qAp3lHWuKytuyxygD5UwtA4rhVJfttL5RSztBI4aoX0=; b=iNdoemwmVna+ymwMpTaewEKJ7fRdh16xDXJDjlGOTfQTK1EV6Uu6R9/mb5iPwIxvsl DIiYE3JlU2PILE8DaUXNhdZcVZJCOeYxZuow8R8es9HjxkIPTLwX07rzV1zozyo18DkA 3qvS/P2YxoSkmzmDH+9gHIEjwZR5r4eSGUpoI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739173320; x=1739778120; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qAp3lHWuKytuyxygD5UwtA4rhVJfttL5RSztBI4aoX0=; b=N77Lt+TiGT0rjeo1D2OUgGE7aAzvz2qcFG2woxSmBS1IPGRF/pDKCfByemqh4w0x/D /F+VkN4RqhKUbg+dpVnkpBSX5c1FMtKUApPTpLo9Mxqkbo5E8hvQQBaQcVkNnyIRbocx aFm9v01rVDweT4zpVG/gzNYLEtbH9M3T6jpTZbuGiNIiPLHLFIkKYkhi4OflxO17x2D1 Ta2DCHmMuFyzFuKpw1IcfPlJpLZ00ZxEgqPo6JUlZb+ouhInZfstECkpM07qv6HPgF47 dNtWNCWpOOzhs1BhQWGu/2IycvDIcF5OFS0Q6BOYJbKM1FnriLgVjQ6de7AcSF5KnepH IWww== X-Gm-Message-State: AOJu0YwKuia5IhY1ANET23J+b/cd8xk5n6xqZN4y9it+UxBjBIez4Ukk l/8oFU5bQ+ERG0fmHgU1EVVARH3RaAhLa8AbNWhdfNl1y/ePyD1bsd+YkRd9Ty3f8hts01Mmw8+ eQLrvMxcOwcIeWHys5XfcI4E+I7k4+Yv4 X-Gm-Gg: ASbGncsHOvPwuoh7LYf4V3AYDY810qnD4xZTHOuc1/PRdGjDDk1CEI9oy8gym09Wcy8 oRumt5bFIevingXbqmRFXdf7LOZ+5tp84cMCBvDEjs+ko3pk97ZyoGB0fPShx26VYOoBxk/tJes qSr1TDfRz6JqBS+/qfXJI54YfwlRBDaLHVZgh+RmdquVepj1CUVsj9k82aZVF/WYl0YDJ1G4wP9 NNvcz6ZR52oDlbGNsLle6iD6AsZxmDiy9RZTTpHkXlnHGuStwv1ukdpUOax+Bgn0yvqtmJGYrMT Wh1FWfDFHHPNdk5OADlWadHN8U4QGQ== X-Google-Smtp-Source: AGHT+IGOs1x4clDJ0KVu2/X23DNKm1cvkAZG26S3helyntpAbe1kSsMv8Ec+QEj19T67Ew53phY77j3JhWZ5 X-Received: by 2002:a05:6e02:12c5:b0:3ce:7d8f:3d73 with SMTP id e9e14a558f8ab-3d13dd0ade0mr97486395ab.1.1739173320523; Sun, 09 Feb 2025 23:42:00 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4ece5899077sm270926173.68.2025.02.09.23.42.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 Feb 2025 23:42:00 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 09 Feb 2025 23:42:00 -0800 (PST) Message-ID: <67a9adc8.050a0220.ef325.d38fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E759C6052471; Mon, 10 Feb 2025 02:41:29 -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#211898 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.2% | +------------+---------+----------+-------------+------------------------------+ 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.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 1.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32522/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/