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 B41B44608E for ; Wed, 15 Jan 2025 09:46:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A240B402D6; Wed, 15 Jan 2025 09:46:41 +0100 (CET) Received: from mail-qt1-f227.google.com (mail-qt1-f227.google.com [209.85.160.227]) by mails.dpdk.org (Postfix) with ESMTP id 1A5384025F for ; Wed, 15 Jan 2025 09:46:41 +0100 (CET) Received: by mail-qt1-f227.google.com with SMTP id d75a77b69052e-4678cd314b6so61164891cf.3 for ; Wed, 15 Jan 2025 00:46:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736930800; x=1737535600; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=K5r8E550at5qJMRmufi4dDdHwUDF66cqgGOL2EjpGnU=; b=Mi58jC/IrGE2Xj3W4+Nf4pQCg8LKT+ofuHOfd1MCqsUxIfGpD6S8Ws/Vo6MIfO5EGq lhODob3MtEmM4+rY3xHQFl1mdXO4yd9dAMqSaopGhq0qtibEHSYh3+SyXWp1e4j06MGb e80lqiBKahy4K+J59qW5wIhN/ZlHB8gv/6XIY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736930800; x=1737535600; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=K5r8E550at5qJMRmufi4dDdHwUDF66cqgGOL2EjpGnU=; b=m+ghmY3UyECy5wFMLaufJR8d+ufvG5gOiYS7I7J4IVnCXqG5t2KhPKrnJvqw1ooDCA WVrHzeEORG2Iqr4gOvZhFF7j2E5o9g6Vx5RLjX0SbTrWE/+ENCuouAcSR0lI0moRN5rn Xhy6XIG3uKNl2fzICStg5nuCHZ8cetViFMLYKx4dowukRZUEHcWInzUd/nD1KkwR02/U jQ1em71DNwN8AiQ7VHrG8TNylzgtAbo1HNGcL+zvPpc4eaJZYbUr/JjGkouM3UUgU34o 41KDG6D2QwrotnS3QADZ+yTzVHHWxFLP8snIrso9nLxDGg3wz+1hqDPayE9AE6fmm+7P WpSQ== X-Gm-Message-State: AOJu0YyLVSiM+Rd3g7rubR5Zm9M96OaQEqA/smH2508fJhlMikdIKmCH HHmWqD1JcFoiN7XD5pG7Z02yG6pxQKSTf0VHvXXmatn1s7T6XIqoEenkuq5j8yd8GOvkGK1V9iL BwLTCcaQQDsoByxVvt1PoXgpApLfEP5P4hv/bZUUswJpbee8u X-Gm-Gg: ASbGncv4KTt5eboanjyeznGJ3TNsNIDr+a05AW/Rttzs64bizSV6uGfQRFhYITQQZiR T93jfxQ1wKGqimADzHzP+mkqDjYCfuUUr8uvaA0zR1SW1hpnnBzQfCer8Kdts8dhMQswoX5XmmJ xzlaRKL7sf+JhfvuSx/mvmAFENvZfPMIBurUS9myOKJFdVghpqMYP+9MyjFva9uRgNdg4fw3lIC X4dxCD9KZwfh3+Polw+/mOYPFk4008mJ59w5Qz7Mxw6xdZXx6LoDeTnggCQE5MTRiQJG/JKFihC u2WahLx9wE72JiYVIA== X-Google-Smtp-Source: AGHT+IEfcJM97VEiHPIA435goahswlZZE3JirLPUssjhjsm7ss8gNeWHtiy4BavXQWwIslzl62J2b+piRp9i X-Received: by 2002:a05:622a:2c6:b0:467:83f1:71d2 with SMTP id d75a77b69052e-46c7108ed5fmr419456231cf.45.1736930800394; Wed, 15 Jan 2025 00:46:40 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-46c8736a22esm2988001cf.11.2025.01.15.00.46.40 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 00:46:40 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 00:46:40 -0800 (PST) Message-ID: <678775f0.050a0220.e3df2.770eSMTPIN_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 E655B6052471; Wed, 15 Jan 2025 03:46:39 -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#206922 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 | -2.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -2.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32201/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/