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 6302445DB6 for ; Wed, 27 Nov 2024 13:22:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 57464402AB; Wed, 27 Nov 2024 13:22:22 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id 21E344025D for ; Wed, 27 Nov 2024 13:22:21 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a7a9c7118cso18592755ab.0 for ; Wed, 27 Nov 2024 04:22:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732710140; x=1733314940; 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=XAu78P0mXmDeEt2s0q4U2vp3Y6nBwnkdJ0yceui95PU=; b=WY1mpaJaNCyQ2FY/SxxR8gvjb9lXcn1/gxFIzxNmOZagCuJUc565bffGCoLsICrjEH cU8HrnDzI61irj/OzlkRbmoMsoYsubRRTZi3vvCJ8gZ/buMaTl8zb0bPIaeC1gWkCF+w QYVCqVxUb0vlAjZKZa9V9FiRsi8GDcV9hVpjc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732710140; x=1733314940; 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=XAu78P0mXmDeEt2s0q4U2vp3Y6nBwnkdJ0yceui95PU=; b=Cch0QUQWP34z3ND3MVExNM5qacCP2hsvZfYGuJMrJiKP57VTEnWQkfuEuaMRgGhrV4 Zd0d1IiFei1eZW1jbAmTx6sQFZ1wK/3eBBOc3+vR/a7JzJP6HVQVhgtbotAhMmE+evVQ lmkuazOTzgHPVunNByMecT9rmaHEe+MTrb+hR05PYgWkx3iI5x7v+HmJGxQcecmdDtI6 rGqLTsBHIpXazEtHCPuhYtKbWHw9k+SfyVQ8DJRVyLoSwvDAA7PlONKGP4i8j+EVAKqh zHbEoh+kXvags+/fHwDulxK5LGqDcjCX/6xtvQUfOphH0d9R2+u1uYJRPhDqp2Wq92cP o7Sw== X-Gm-Message-State: AOJu0Yx00jNZFSRFQzURU5EhHy6i+jZ1wOQbaLQk7CvaIwXDLcpC/jeC 0GpNsjVnwOvGvLt5ayye6/7sw6hFnpmx5qIfV6APdmHRSzaLzYH8NQe9ujTjzj0ZMRPF4ZfasWh iGJlgjoCTrV6zYPTvtHkW/AHLAixPPC3DKictUkja X-Gm-Gg: ASbGnctAiH9FYLB7m2qXUHiwamGu/n/ZYJyzqi+PGF7COoYCrVlbHclUzF73cKLMVWY x+4kIzHx6hFzDsewpdADNN/uidOBriaKqECDlut3Mhgv+AAj2GJnxhiqokYK0k9d6yepnnnsWno mZLvYTPugLZ/SzjRmdcubZsq1AeMrDdCaKkV8gHwCCd01OzM8WmHTG8zFlN3Jae7iIMWynEbs14 nY4IJAsr50jpH8RAgqkJbAypfNi/2jTsaexhf8YtDkZ6CzmVQYm6DOUOmJf3R2DBOwWpdM= X-Google-Smtp-Source: AGHT+IHEr6dGKaOpmnW1B2a/tmjxlPfCNJxQMseUvJYpnv73dwihYWMRsi3drBIYPbBHDd251Bo+3Rzr6YYY X-Received: by 2002:a05:6e02:188b:b0:3a7:8720:9ea4 with SMTP id e9e14a558f8ab-3a7c55259c4mr22324905ab.5.1732710140499; Wed, 27 Nov 2024 04:22:20 -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-3a79ac0b575sm4852555ab.33.2024.11.27.04.22.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 04:22:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 04:22:20 -0800 (PST) Message-ID: <67470efc.050a0220.d5b86.f25eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id F29236052471; Wed, 27 Nov 2024 07:22:19 -0500 (EST) Subject: |SUCCESS| pw148662-148679 [PATCH] [v9,21/21] hash: remove use of VLA From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732067686-5938-22-git-send-email-andremue@linux.microsoft.com> References: <1732067686-5938-22-git-send-email-andremue@linux.microsoft.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-intel-Performance Test-Status: SUCCESS http://dpdk.org/patch/148679 _Performance Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, November 20 2024 01:54:46 DPDK git baseline: Repo:dpdk Branch: master CommitID:0c0cd5ffb0f7fc085b54d91e15cc6d0f0fdf9921 148662-148679 --> performance testing pass Upstream job id: Template-DTS-Pipeline#198963 Test environment and result as below: 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Intel E810 100000 Mbps Fail/Total: 0/4 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 2 | -0.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.7% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | -2.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 3.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 1.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 5.8% | +----------+-------------+---------+------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | -1.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.9% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31978/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/