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 C0DDC45FCC for ; Thu, 2 Jan 2025 23:10:47 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 91C25402D6; Thu, 2 Jan 2025 23:10:47 +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 0507A402B4 for ; Thu, 2 Jan 2025 23:10:45 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844ce213af6so453910739f.1 for ; Thu, 02 Jan 2025 14:10:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735855845; x=1736460645; 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=WiS7abvknrqZPhP0Zb7bKGmsw7Uk3cOswJbZk7kkz5k=; b=BHRjgfMcki5BE00CFkitJvtrrVaDno23E+H3qhHbjN8nIIc85Q9W9IbRQLBOrvZJ3j 1r8vlSTOwW7te/SsM5eEdxmHJfd/iRCIO73+D6eyuMpR1ab80YY/aJm4hyEV/oLOIiuy 8chkIbL7ciV65tYv2pcZw4ug/YidNidYct6ts= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735855845; x=1736460645; 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=WiS7abvknrqZPhP0Zb7bKGmsw7Uk3cOswJbZk7kkz5k=; b=BsYGP6clLSxBjC9XSGViGcSk77NT+WKsTsNG1YEryGBGm1gwtoi2XWEsl13AO0pkS6 fltkhbcJBOpKKrvIZm9l6kTjKWOLV3kdvV3ph8bMKkU9LhlpHZAI4e56Rv48p1IdONmC jiGLYHlJytRymGbxRYxzyDyksELQJ5xGT+a7fTj9WLCeS6oiYG6GE7/TG2uyMxUUk1Xf nVOcEyfv9H8SrWGhA4kOzonHqufTWIskKIZ76+yILwPKSBUN8Yyfs+fw8ObIabPdh/Tl 2b+/Sb/luhNrirzs5A8KAm4FhVSGiRuNfLernZ4ZLSAMd5l2aX2jn4oAZEoTrVZ3WUcl TZWg== X-Gm-Message-State: AOJu0Yz77RP0MWFVre+n1qvz9lIqzEvV7bEm/cGTJX3O3n1VnQeTkmvQ MELTS+P2/SduqFHzRh+G09kNIngHgmhk8Kk1f0XNVRgVrEb6IRtpg3IqVa98D44arkr5JY2md2s pIY3A8ExO5qY8dqbCtYjxOJr0hn7r9/RxJ3qT7CPT X-Gm-Gg: ASbGncvRSql/cOjgDiSYGcmwTI9+BXmEiCNv6xh638v/WyPmxzsXSbA/f+x2LpzBYlr IssK+YvcY2UfjlS+Dtrze4rrTxBaGInZwwniQ9ANuW6iszkuqkSo8sjAT7drbfTncUhip4guMBg YROA3mVvj9BBW3kK/+6TzzTia+YVkfrrUtg8noHY2Zlhjup0VJ/M04doTJ3J+FJmmYEH4HyrmdU b2GW+Jx+tYdLOn0e5W2+qeicnXB9s/xycHoqKWexfox35OEZV09GVIu1+l8oyNfP+2g/Kd9tS6r zQ== X-Google-Smtp-Source: AGHT+IF3EGZOdLjju3TQ7R0RXJDsxiCur9Qu66fUBoAuSGAv/6avQjT9/s+Kjg8DhAogrrMeDjh5HfzxzUR9 X-Received: by 2002:a05:6602:3fcf:b0:835:4d27:edf6 with SMTP id ca18e2360f4ac-8499e4ef6f0mr4016141339f.7.1735855845088; Thu, 02 Jan 2025 14:10:45 -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-4e68bf9baadsm1532932173.5.2025.01.02.14.10.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 14:10:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 14:10:45 -0800 (PST) Message-ID: <67770ee5.050a0220.1d7a66.6e8eSMTPIN_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 BA2EC6052471; Thu, 2 Jan 2025 17:10:44 -0500 (EST) Subject: |SUCCESS| pw149566 [PATCH] [v2] eal: fix unused memseg length From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250102085838.991-1-ming.1.yang@nokia-sbell.com> References: <20250102085838.991-1-ming.1.yang@nokia-sbell.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/149566 _Performance Testing PASS_ Submitter: Yang Ming Date: Thursday, January 02 2025 08:58:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149566 --> performance testing pass Upstream job id: Template-DTS-Pipeline#205018 Test environment and result as below: 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.3% | +------------+---------+----------+-------------+------------------------------+ 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 | 1.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 1.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32236/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/