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 36F1D46510 for ; Sat, 5 Apr 2025 11:43:30 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2EEDC40144; Sat, 5 Apr 2025 11:43:30 +0200 (CEST) Received: from mail-qt1-f225.google.com (mail-qt1-f225.google.com [209.85.160.225]) by mails.dpdk.org (Postfix) with ESMTP id EFB7E400EF for ; Sat, 5 Apr 2025 11:43:28 +0200 (CEST) Received: by mail-qt1-f225.google.com with SMTP id d75a77b69052e-47690a4ec97so28993901cf.2 for ; Sat, 05 Apr 2025 02:43:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1743846208; x=1744451008; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=VA/v/nb+yyiDcaqTt9qgJQMlP8271udnNwW7v2IqpDU=; b=PqHXeuh1TNe6daPSi5zdn0olvfCoXYzFe+26JUTN/Bps6I/wenRGO/Oc5emrSQSwVn 98C7pRXwltf3uP009VItHXsO7EDmELxGaXoZM0K2nKHmEHjAgCYLg78auz5veJNxIafH 7Y01ADlMAtX+3/8IGk0j9j0uGsEJhScM8ysqU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743846208; x=1744451008; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VA/v/nb+yyiDcaqTt9qgJQMlP8271udnNwW7v2IqpDU=; b=k/K9Gtev6vwRIsJEi73A+terR25hRHu+L1eTHHdKrkPbjkMpo9zZUiL2qACK/KRpeo FG8NHsX6GZBkVJaTO9Ildrk19cfzKTvsKUrvf/7Ji9BOG7qHji3Y27cWVKpf2q5oO3Er wVyoCZ5GoU5pklNtoQ/JXce9BN3LlETBnZiDCzyA8j5zj8j0GagfrzHFp9favribJJ2B JsAkoxjc7lG7zLsVBrNHpuGx14WnwfDxx99XUYZamRXoxCxCC+rNfFdQ1Mg87+Gny64X nERXpXECXXZk9VJjsCfhLYr2/fqmzSUyjigTUjAzn95k8xUG2Cb7173lA6QYo00Euaga ylnA== X-Gm-Message-State: AOJu0YzJdWyWV37RmJq5gHqsTRa1BADM31hpfb43m110KQkmlBERyswJ FdETjb29dLR+LJAsnAnNF/qbopuv6xuB1XKxil8SEot6/46PRm7njf0tuMr1g5jf5xrv8DFRRn4 sfatOaWFBOo3y4s3iDYMsm//7ekgu/0pC X-Gm-Gg: ASbGncu1E9FDC+0xDh3NPrYdVb5Pz/oIufBs08IcRfDYzk0ZOyLLvqdVmWgS+lSJdiF V4XKoF8GSE+GRMhDG80J9E3O/zV3GGIuGw3VrcGuvMIl3fDBhpADtfzJQmCbl8FrxfumJu2ksDK YZUUgBhSzIbHi3cAypyjT9dnuILH7OwLFw3jJ2GCVAwdVfKVXqTNpIWJ8Rn7uRezPUiBimQYPoa pGqdWSpVJ/EG+uNakyysWNlrv9jPjtfjpu/BXJx+r4xoAIZ3f+h7fZKvv5W0ZrNso2JOBxGyull Xj/HjdXx8PPvuqVaDS4jX01v/KcJn3zZtLBJnZId X-Google-Smtp-Source: AGHT+IHmpwHg/RWoxrD684W5Kb1hH35pgWND0EEKuXafUPUBNKXArh+w+yU4qEaqDXLEt9IUwU6XZiBDzS9e X-Received: by 2002:a05:622a:142:b0:477:c89:3813 with SMTP id d75a77b69052e-47924910309mr74377491cf.9.1743846208407; Sat, 05 Apr 2025 02:43:28 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-4791b141663sm4457371cf.21.2025.04.05.02.43.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Apr 2025 02:43:28 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sat, 05 Apr 2025 02:43:28 -0700 (PDT) Message-ID: <67f0fb40.050a0220.29b396.d41fSMTPIN_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 21B876052471; Sat, 5 Apr 2025 05:43:28 -0400 (EDT) Subject: |SUCCESS| [GIT MASTER] 669ba8067b3c7a1467999e826e396cb97332cbc6 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: 23.11-staging 669ba8067b3c7a1467999e826e396cb97332cbc6 --> performance testing pass Upstream job id: Template-DTS-Pipeline#220407 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.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.4% | +------------+---------+----------+-------------+------------------------------+ 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% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/33159/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/