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 D502045E60 for ; Mon, 9 Dec 2024 22:09:52 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CD607402D5; Mon, 9 Dec 2024 22:09:52 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 986D940264 for ; Mon, 9 Dec 2024 22:09:51 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a7ff5c85cfso19233105ab.1 for ; Mon, 09 Dec 2024 13:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733778591; x=1734383391; 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=GBfdhHp7QmfGXQM2rHdf0RMbdkETX7j5oGjHjuiBL+k=; b=P8jvvMPfP+A8K/HQ6IDwrtYBzPv8EPcQudeOKqYQRD2eEfRb3kiJWBFCT7r2cvwqn3 e5FI/ZPgWezUPZN1uH31eVObt7vnwkIaMLVR1egfbpopPqpACAZ1gIyuXCb/4UV3TajV xAD5OO9+yMl/KpxXR377ejko8GQ1Zuxk8uU4s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733778591; x=1734383391; 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=GBfdhHp7QmfGXQM2rHdf0RMbdkETX7j5oGjHjuiBL+k=; b=lT7ZQx8v8woODZtjyp3i60FREY2lihjjSdDHg17H+alwOizZJuiqrgtWLVd3+8lroY OFo+nRz3W8CHfQ2hWtiRsFGD1LY+xLSvV12mVshY4gCdlIyXGvZ4UE1kqvzmkF7p9r/g y7xzSc9W5IltOzDn6f9ahEdQTb3j3jtXdrqLK3HQ7gaqmIr/XCaO+0jdkRti+C1Qji2y tTjhWknaF8x142eYK9w0Sxu5+rtN4gRjUeIYuzSZIgTV8SMeP1Iqar30FjZWZdADjS2F ichqhjmjDr5oWodG3ti4zrch02/lTKaaGnRuIx18OegkUElvzDTOapelQAgP1soHkHHh waEg== X-Gm-Message-State: AOJu0YyrFDdqtIZq1R2c5Qq8lAMd5tsvPJYkES5xZwpxJSe04aXzFwXc 7pnKHQQQpsgz8X88IkUO1HUqIwIvtngdQ9V+On1dv0RoFJh9ECeEM1o18LhunPNXke508RyO6FI 7YSFqk7+HiTCisugPjBKzoO+BV0mo3DTQquOk19VB X-Gm-Gg: ASbGncsEqSylZyXrpCOAIGuL3mB290xhLkXmYShyihmiMxbBJ66ZVK5RU2nBi6WdiOe pNIQCbvVWC/iiUzu0qnwGqhIyynguuw8s8ApkJBu8KMo5u9l4/cp2eMk+WOXs6BvuGtbLgYZPXP TCX6uCdmpqPPJuzeylFRRaFAVt73DHAYm9lY0NunSj7aFxkZzxXRMWgCHfx8cIeEHaBRjlu0cvD DBqxroSv0NjycAvVHKhiW2JwuGegUg9iSDn4BS6jfnGMiDuKITafVqI8jbkRORWJXaS4nfOzO4= X-Google-Smtp-Source: AGHT+IGxETdOiFt3ItOYOWo/rBT1v590L0NXvSnbeRBF+7vdJwZEDi5z2yZJkEbtA4h93z9XK9CQE7kD+mED X-Received: by 2002:a05:6e02:1c48:b0:3a7:e956:13fc with SMTP id e9e14a558f8ab-3a9dd39af01mr9739395ab.5.1733778590942; Mon, 09 Dec 2024 13:09:50 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3a9da7534c7sm731275ab.63.2024.12.09.13.09.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 09 Dec 2024 13:09:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 09 Dec 2024 13:09:47 -0800 (PST) Message-ID: <67575c9b.920a0220.36ac2c.42fcSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 6A7656052471; Mon, 9 Dec 2024 16:09:46 -0500 (EST) Subject: |SUCCESS| pw149081 [PATCH] [RFC,1/1] dts: add SUT cleanup to framewo From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241209205902.18321-2-dmarx@iol.unh.edu> References: <20241209205902.18321-2-dmarx@iol.unh.edu> 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/149081 _Performance Testing PASS_ Submitter: Dean Marx Date: Monday, December 09 2024 20:59:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149081 --> performance testing pass Upstream job id: Template-DTS-Pipeline#201673 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ 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.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32105/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/