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 6D31245DB9 for ; Wed, 27 Nov 2024 16:30:04 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5EF50402AB; Wed, 27 Nov 2024 16:30:04 +0100 (CET) Received: from mail-pf1-f225.google.com (mail-pf1-f225.google.com [209.85.210.225]) by mails.dpdk.org (Postfix) with ESMTP id AF82A4025D for ; Wed, 27 Nov 2024 16:30:02 +0100 (CET) Received: by mail-pf1-f225.google.com with SMTP id d2e1a72fcca58-724fc1aaa91so3820590b3a.3 for ; Wed, 27 Nov 2024 07:30:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732721402; x=1733326202; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=lq+Hc48Xgr5uFu4qYun9B52F2F+7DtpoVfChHQT5R3g=; b=CcmzEBpnICiG+6pSaBvUtyxgPqkgUx6co6ghwHxQFd7JgGj1hsqtjMAB85b8vP09gw /zU1l4V7EOrfz0scqkRJ+ckFUIV8X33ollwdnSIpBaoypXYjo9ts7Qko9xGz2r8dGJ7C iFrzwKigmRf/tI9kvSjyPx8usWYhvThurzhO8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732721402; x=1733326202; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=lq+Hc48Xgr5uFu4qYun9B52F2F+7DtpoVfChHQT5R3g=; b=pIsBtO/k+JedNHflh6f8l2r4/mwjJ5cSynIBih/R+pxe7dfa4CrBPReRfsuENni3Id omTilFFUDJXezSHqf8zxoegXGw3VrK5JOt3HtLHSnpKU20B2BkFRyBZoVAsJ+pqV39Mz XX1hvWshbLWO6D/5ZNhGGLVPYRJHIb5lhSbxfi0SFDSh6iYB2sx3q8l4PQKHkdZyzDOs 6VYpZHe8yDj13x+qzhfHwVyKbFRIrOwoHe17cionTlXRucxmxEhel1Yc5cVVvonkPnvQ oEFj5Kvi4lVgXE5g9P4YIg0rpErH3XraZgVdLabq4TGHYGmIXW9gsaYvQkR2fkHEPqCh Oe1Q== X-Gm-Message-State: AOJu0YzLoNtjTsDDzQhVY26xqS+wUAOFOLfRHYEzA7wSjdH9foxd7+HI TD5ozTlmBRAGZKi9PdzbUWDeLA1SyHeAJvgR3u6/RmDkvy+Ayr78It2ARrJ2gp90VomLr5ubCUC 2wowC3mSz6nH6WB65a1gWAyx7xxOEB/Z6m8s9H9Ps X-Gm-Gg: ASbGnctlSo1d47x+UdBvw+hUYkEIWK6enA/sS8ksypteaed1udgdXyt7eQ0meVJEA5s fDFLmpEY/I9nUfdWJAEYJ62QoLFpUrSSrErxDK7fBo9YCaruT+FJz8WzGr0T0vlbJ6wd4YJYwFM qDENfgBTlsvM7LjKyv5T2+xIJaV4bm7hUrtRKVYPlpaAJ57Pv3y1jMwpmfiDK7ohbZmVPDxSem+ R4Q+bh8Kb+VpEZhT1F/Hnc+FVKLVYp9d+l1ufo2xHVc88PP3oLXy0cUBDE3fOQhVoFoFzA= X-Google-Smtp-Source: AGHT+IEDfORTGJGinGELhpGVTZs3n6nMFIUmdvsFNijf701sgLhcbmErakWHK6LvjumyffB1rqP/4i/gEJGR X-Received: by 2002:a05:6a00:3cc9:b0:724:f10b:e663 with SMTP id d2e1a72fcca58-7252fdbf3edmr3998747b3a.0.1732721401597; Wed, 27 Nov 2024 07:30:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-724de49f155sm594595b3a.8.2024.11.27.07.30.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 07:30:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 07:30:01 -0800 (PST) Message-ID: <67473af9.050a0220.153671.65dfSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id B31426052471; Wed, 27 Nov 2024 10:30:00 -0500 (EST) Subject: |SUCCESS| pw148911 [PATCH] [v2] docs: remove html dir from nested do From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241127114136.1102663-1-paul.szczepanek@arm.com> References: <20241127114136.1102663-1-paul.szczepanek@arm.com> 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 Test-Label: iol-broadcom-Performance Test-Status: SUCCESS http://dpdk.org/patch/148911 _Performance Testing PASS_ Submitter: Paul Szczepanek Date: Wednesday, November 27 2024 11:41:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148911 --> performance testing pass Upstream job id: Template-DTS-Pipeline#199584 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.7% | +------------+---------+----------+-------------+------------------------------+ 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.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.5% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32037/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/