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 A6895461A8 for ; Thu, 6 Feb 2025 08:29:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC0864066D; Thu, 6 Feb 2025 08:29:01 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 59FCC4026C for ; Thu, 6 Feb 2025 08:29:00 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-854a682d2b6so38444539f.0 for ; Wed, 05 Feb 2025 23:29:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1738826939; x=1739431739; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=hN81DW5tE+cUv2oc3+tk1cYLtG1USeRnQYDQ+4UzfLE=; b=Fbh5ub1KzUNC8asT1NEZ7odcGFDlsg1EcpZPmOeSiGvbjhJ0GeGVHcUgVzgPDCM4cv f8W7n9B0j20KB+bZWqSaKCCQBAZE6kcAGn/A6zj0mcK3YfJczHd4/tyYw78wNdW0RBUP c1GPHfRrJW1GgrTAn5TQO5C262oXDsaHLkjoM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738826939; x=1739431739; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hN81DW5tE+cUv2oc3+tk1cYLtG1USeRnQYDQ+4UzfLE=; b=H4PAQh1WBQ7Uszcc98RTTIbJUf92zSUkpFmpu7rqxcvPEelZZZhR3aGqyy1fQfVmIi NwNlJ8UjhsyAriw9YWr32rbazjtBAkFzXye8+SSRmGULb+sYTNnPmUx7XwTBoLUwA4tg Begy5nCaXGNgzfKoGDAG+qXW8wr/HsXKYboGmoh1PKhx2+d7Q0RMp6KGMkixJ/DrlBm+ DceDIX0K+6+E09itxhsstNnbyDOzGy4/B5xug36KhjOZbo3AErbnx0+7a37oAMpTZyop Vo8XHd/rFjG1doCskRSCD3/eehVk81JN4YapLoHVbh9b5pdMLg9Rlsco3VFOfJpxRc/g FdaA== X-Gm-Message-State: AOJu0YwH6YbaoO4Cq8l5IRb/mYjUMEd2NAX8mtBIfcv6DBGgKX4OiRJl lL6QeNW4vCFGr99j9aGdjZgYdsssqlxdMAisKMw3pcUKgicQOBdHBPkmIiItMLTPbAoSrrpc+iD WY7HB18ZP2gZfJrqyXM/N650aeEryQBqp X-Gm-Gg: ASbGncs7ufNKoy+XaKbS1dhQEc1TVsodfTiO8a1i+oC+ew9/qSxCeOkfKMNu+/O/ecg oT+I5UABb3YhqQt9i8tAQ8JWJyfjwC8KCYYqDiRzAsPdeCJfCZaQ4QBGuwJngNZVD9IfvukMecS AFxeuRAZYBIx7nS2CfdWJgzuR1B5oiPHtVbMRLbyRLK/ELQweObaf02QTZS6zbdkxu789tbvEfO ogCF9SY7enamnxlVmpF18Q73geRIoq+mIbrbJGh9bAujkcS2sGt1CV1oSWUQdZUOCIyLQb+oIfK tdwLxutFej3s5pdu0u9grsh75Ffhqw== X-Google-Smtp-Source: AGHT+IF2gjQoMT1D+M2AIKcr3qJn95oHsK8reJ1Mf30TLk1mU6LAhgyPr+bP1ebiQCjTr1wmUQudALyJMdQW X-Received: by 2002:a05:6602:3942:b0:84c:ea14:931f with SMTP id ca18e2360f4ac-854ea4cdfbamr584137839f.11.1738826939647; Wed, 05 Feb 2025 23:28:59 -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-4eccfaa1b1csm45779173.50.2025.02.05.23.28.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Feb 2025 23:28:59 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 05 Feb 2025 23:28:59 -0800 (PST) Message-ID: <67a464bb.050a0220.196ca3.2a5bSMTPIN_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 2DDD76052471; Thu, 6 Feb 2025 02:28:59 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 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/v22.11 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 --> performance testing pass Upstream job id: Template-DTS-Pipeline#210658 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.5% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32413/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/