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 A98FC46482 for ; Wed, 26 Mar 2025 18:52:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5979402E3; Wed, 26 Mar 2025 18:52:39 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id BFFEF402CD for ; Wed, 26 Mar 2025 18:52:37 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-2264aefc45dso5053135ad.0 for ; Wed, 26 Mar 2025 10:52:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1743011557; x=1743616357; 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=wkInnL1GcOwaG36JE0d0s77MhMotF9mQD1n41Zkp+08=; b=EbiZ7lJOpeduUdq1hOG71mP8KpM7xkJNjPUoyA/VNRqaETS5cb0Ly+Xq+nQzCfBPLz qRhWN0Zh2X3LrqYwylgmuHGLD4/GA3qhRRsui9kK+CPGCr2iQnCNON95koBZpMITwU8z SrcX9ZKmseBVtxJ6hcvB3gfaR7C2zY1pQ0UDk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1743011557; x=1743616357; 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=wkInnL1GcOwaG36JE0d0s77MhMotF9mQD1n41Zkp+08=; b=U4ntsefAUSUvAauIJVkD305X2JL+XHxpQNOzpCzC2bxcXqhanhJYR9MHnsOpq9wcyl Ghj8ac1Y+/e/z6PewvE7PmD5vFS+CDLjgqK27cCwQfh1ZzR44uZRw3qADb+FXxNqshTA c9aG/HZROKpCf1rw816KoAbTm4LPSOtc41p/Z6XNIf736AsDm25a2OQD8R4zqPt/bCKX MUc/867GvjM4tJoOYZJ2spBL+oEy5aCrcdXXJ6h7ajK59P2ABjVU0PVxixwJKLpE5kid hrKyl29i0zFBxdDDIvu5zIOGoXlb/prZxybHRXC0D5cHhrgjmJg2XTysXJfHudp+RsXX Hohw== X-Gm-Message-State: AOJu0YwNhtw4DpV/YKVs8yA98YQ1/oDoWVgKLaqymuO7KeOXA5bKnt/j pTGTEnqyo7Z0Qu1AwaLL+SNMbzaUOkJbaTi0yg1FUeJ6H03DKWGOWlamlWnIFHcH5QP2i3ogv8m pwb6nfxaOR8upkzC2aoLrHts9eg1sd2m/6GW67SHi X-Gm-Gg: ASbGncsJcRpFkK2Ko41PQpZ2xllNiUchd4JPhD7T1t79eHFKrbFJfHY85zX4y28/Tgw Cd2C6knLZGUcSTfbRxWGTueQFyvpaMFKXi97Id1RM4AhY6dydD9SnsC59vjz1x95iW+KLUm8HtJ JZnCvI6kYjxzlKhww0h5ZZfAhK8pQkDi2OgaPYgfRpBY/P10sFPAi0JQspeusvV8DxsDy/9AgPj CQjwwDPLxkh0EDNzAW6e6H0wJ1w01VDmeWxefuw0Fro1xoqo7/UWvXpgjnCBxfSKbPnJqMvY/r1 nXX+mareyF76JHsSPnVme5XDEggwVNzEqfvYsWOs X-Google-Smtp-Source: AGHT+IFluWeLKRDf6uQlyC9XxyNcKbZA802L0avaZptOa8x/fV1E8vzb9axPe0GklTTA3bgPVtaCXf/WJyiy X-Received: by 2002:a17:902:b284:b0:224:194c:6942 with SMTP id d9443c01a7336-228048c652fmr6362935ad.34.1743011556741; Wed, 26 Mar 2025 10:52:36 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-22780f2dc66sm5162505ad.55.2025.03.26.10.52.36 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Mar 2025 10:52:36 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 26 Mar 2025 10:52:36 -0700 (PDT) Message-ID: <67e43ee4.170a0220.2d77d5.daa7SMTPIN_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 295646052471; Wed, 26 Mar 2025 13:52:36 -0400 (EDT) Subject: |SUCCESS| pw152582 [PATCH] [v5] test: improve resiliency of malloc a From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250326171420.2095264-1-bruce.richardson@intel.com> References: <20250326171420.2095264-1-bruce.richardson@intel.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/152582 _Performance Testing PASS_ Submitter: Bruce Richardson Date: Wednesday, March 26 2025 17:13:24 DPDK git baseline: Repo:dpdk Branch: master CommitID:fa3aca8a525decfd12bd5fa01ebc98789d5f7278 152582 --> performance testing pass Upstream job id: Template-DTS-Pipeline#219090 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 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/32889/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/