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 1DF5243AD3 for ; Thu, 8 Feb 2024 11:05:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1671642E63; Thu, 8 Feb 2024 11:05:04 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id BDC894028B for ; Thu, 8 Feb 2024 11:05:02 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-7c4205020c4so2529939f.1 for ; Thu, 08 Feb 2024 02:05:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1707386702; x=1707991502; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=4P1yMzegdQ9iNutNhmLAoHs2I6DodYRVs3rsklOx0YM=; b=KqXa20HncptuUtLdK/uubE6SaJS+Xxfv1vj7a7cGv57U844LoDwy/nAFJ5sFu33VQw ua1HcVE7mV3yJdc3jRadGkC9Oq83HcsVAKHeX2LX4Zc//5wymA7qdC0bqqWh6DDZGjdh jchKuWTZeTRdBH9QjhqvV8N2M9GA0e1inmyNU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707386702; x=1707991502; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4P1yMzegdQ9iNutNhmLAoHs2I6DodYRVs3rsklOx0YM=; b=hwPcjmgeI4LGtlkVJ8P/5Z+lWVqeyO2FZHZY+mEa80IIZGvv3JUZXvuF30gkWKhFjk H27Sd9XsiHg3g1/ATWu1pz5kywskDznlt04zfgfaTA4HCR1gRTtJyzhDNYcOfmDtwdLG gvy6sKt1MjOWH8E4twCNCiqmNPDaYzS6hYx6ffQNwnEYh+GjOa9Jqad+mEuNu9y68BjS B78QTsavASg8MfhCqRamfkvRgK210s9AqrAEQLuYz9ApFNs8bw0Jm/+kWwT59Un2nDKI 7YvUIXY82SmCGVIEmbgINZUWvwTv6A+LHMHNuvXrVNGSHXQymmBfdUj26XhHyqE0RcbE /7TQ== X-Forwarded-Encrypted: i=1; AJvYcCWnUtaLROKYcmoVALcGtqpLEyuFINuWV5Z9k26L2NPUcMaJOC1eDMjaEMVAWAkGDDTX1WRC0a3cvc1tiVQhtwF0Xp1Ybw== X-Gm-Message-State: AOJu0YzcOPkua78yrqGLbrGvHlcRe8JqNPed56/uFyJXXtMADTBLw3/c XLP3+keQAVrDKMRjE7uiCqzi0x67TzYX9QN9HHacXZAdSsSZVxJeLyJulavtk6p209hd5wtatd5 quOOJJbxqkTZWquyxGkIAwXSsjTUU2hkJoaHOZkxgDvfC3BA9 X-Google-Smtp-Source: AGHT+IH1oKiCMKcmRE/BO2hSvGhtf93QNq2wOTJTC5cOdNRbkkTEN+3tS/lryABmjD+jOJr0y9vreVOietN1 X-Received: by 2002:a05:6602:4fc1:b0:7bf:f210:d48a with SMTP id gs1-20020a0566024fc100b007bff210d48amr9836554iob.6.1707386702206; Thu, 08 Feb 2024 02:05:02 -0800 (PST) X-Forwarded-Encrypted: i=1; AJvYcCVG2VC38xrMqM16LbSAFb+mlh6BLGqoUsa59J1bGqzRpzBTi2pCh2UrLcywLHDTLZMGgLbHqgH7n+HMDlASf2e/XsSB8Cu15F+qdtngs+1hFvQxaqKiMpcmTXkleCDEXez67XjvCn6F0v2+3If2+dHZCK4DPY5llMDK Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id j11-20020a0566022ccb00b007bfe2f2ec3dsm94559iow.28.2024.02.08.02.05.02 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Feb 2024 02:05:02 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 08 Feb 2024 02:05:02 -0800 (PST) Message-ID: <65c4a74e.050a0220.70437.5b7eSMTPIN_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 D62696052516; Thu, 8 Feb 2024 05:05:01 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 67d787e43c304dba6be55f0ce93df006d0997e48 From: dpdklab@iol.unh.edu To: Ali Alnubani , Test Report Cc: dpdk-test-reports@iol.unh.edu, Andrew Rybchenko , Ferruh Yigit 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: dpdk-next-net 67d787e43c304dba6be55f0ce93df006d0997e48 --> performance testing pass Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-78-generic Compiler: gcc 11.4.0 NIC: Mellanox ConnectX-5 100000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 256 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 128 | 256 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 256 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 256 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 256 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 512 | 256 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 Kernel: 5.15.0-78-generic Compiler: gcc 11.4.0 NIC: Mellanox ConnectX-6 Lx 25000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 256 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 128 | 256 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 256 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 256 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 256 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 256 | 1 | 1 | -0.4% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/27937/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/