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 7F2B045F48 for ; Thu, 26 Dec 2024 09:45:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5D92F402AF; Thu, 26 Dec 2024 09:45:26 +0100 (CET) Received: from mail-qk1-f225.google.com (mail-qk1-f225.google.com [209.85.222.225]) by mails.dpdk.org (Postfix) with ESMTP id 4595C4029D for ; Thu, 26 Dec 2024 09:45:24 +0100 (CET) Received: by mail-qk1-f225.google.com with SMTP id af79cd13be357-7b6fc3e9e4aso541060185a.2 for ; Thu, 26 Dec 2024 00:45:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735202723; x=1735807523; 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=8kJXrLpVirTn6iaipyMWq+OQ29aajzoADh/2mayQPQ0=; b=ANcdqzSWSm+99/dO2NXKnh6Y8velyVuPLUc2PUeaSQ6nKvItCG4GB4ppysY9+Yqa9/ 8YaFOakhUTLZVOqEEo9TJ/gkRZoAyA5PV2e3RfQ9KSw8LCy37rkTlMKWX9iBN8wipQBN nVkusdB/8cz9zVT+Y1cLrLCkX0jCq6smejjAw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735202723; x=1735807523; 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=8kJXrLpVirTn6iaipyMWq+OQ29aajzoADh/2mayQPQ0=; b=Zr04pS64FtYabyxYQ8SwnuTxIuA9RX1XvMYOmc360nn1Z1JnXGzuB2H0piHfgZWjuz wU+GnjBjAnxoG17rRr6qG9d67RRuyRljx3ikKRWZXxLVsqzxBjkxbnASqLkMRB4UAAeV W+0euG60nx2BuqV7/Ck2r+jhCltjy/LIMC6xMRRDwru4fs/5DotRbEgw56AioSaq423m osF+wJWGHfwEwYuGIiTG/O1KHMd/wShPqJmydzzqu/59bIiXZS8LJ0gsnfzGI4S+yzru gaW2CiSR0s/JjVIf8DIfFOH/ZrZAJtkH/TZ/hRXgrBz2Wv5KJjFVnzprwVdPfzCiHIzg L6dA== X-Gm-Message-State: AOJu0Yx6hFtxgAs7YoqCzjUcjHMD0uNInJJJZgA32nitvURi7ql1TwmG fF/wJ+dcTr6En0L9tH+licG06Wh4tp55gTtG1fKA7MxJ8gf3gOkApxqGprBwNRjqwNHtAdXPAJb 0ezhEJuXipBqmlMmSXzrdSs0JEpRBpup+CQwD7HAn X-Gm-Gg: ASbGncsx9Roq/uWPqfzELamFZxMy95dIFsFdmKPnyYYYD/018QVrcu2aCYNHBqMLb6T kCjTjM6pMTg4yml8txk2HobTX8HA4PGFKqH22rW/YPeeNrjZXTr9eyltTNhMjIMn20EfAalITu0 twmELSn0ir7PbtysVjuGtEVXL09pjEe8yt73c3lTYIIRFnqUn+tnij5Ldq+e/3xnG3ro0b5t9JM CWqjyKIgcaPN1jjtH1gWlw+urY187LPW8ThXDvIFuf5OLvhopwolc8pbVVes/MAH8gNfJWu5d8J 1A== X-Google-Smtp-Source: AGHT+IES4nmDlDpmoUxJsNu4mKvV1VETRs5QHEZ0Ark4r8SHaTi/bq3pCqHjZQeoaLW7/1K2EBXFLSqNfLbr X-Received: by 2002:a05:6214:5298:b0:6d8:a967:8387 with SMTP id 6a1803df08f44-6dd2331e1ffmr322897266d6.1.1735202723638; Thu, 26 Dec 2024 00:45:23 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd180cdd39sm7518826d6.10.2024.12.26.00.45.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Dec 2024 00:45:23 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 26 Dec 2024 00:45:23 -0800 (PST) Message-ID: <676d17a3.050a0220.34a5ee.50e9SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 4C3FF6052471; Thu, 26 Dec 2024 03:45:23 -0500 (EST) Subject: |SUCCESS| pw149488 [PATCH] Fix unused memseg length for memory issue From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241226081020.3479-1-ming.1.yang@nokia-sbell.com> References: <20241226081020.3479-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/149488 _Performance Testing PASS_ Submitter: Yang Ming Date: Thursday, December 26 2024 08:10:20 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149488 --> performance testing pass Upstream job id: Template-DTS-Pipeline#204407 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.2% | +------------+---------+----------+-------------+------------------------------+ | 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.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32213/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/