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 3F7C645FEC for ; Sun, 5 Jan 2025 04:48:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A3362402CC; Sun, 5 Jan 2025 04:48:10 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id 368F14014F for ; Sun, 5 Jan 2025 04:48:09 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844e161a8b4so415017039f.0 for ; Sat, 04 Jan 2025 19:48:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736048888; x=1736653688; 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=da1kJWCFVZa/5uKT4ycQEp1FeyVBLV/63BozkWZm24Y=; b=BcDaOGyAAopySST7PR6zYWsRCnguAFAcNuo2nBP3HF0mrp9YMo+NKqha8NvDrSp8/d PBkQJc2mkH+barzdY9A9vFlV8ifUdTragNCrsONzIxJMf/TWth3q1oDzUynavqvTYpsh vUigPnkfOQOMXmftQFx2DLXkpRlloEnsU/XNM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736048888; x=1736653688; 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=da1kJWCFVZa/5uKT4ycQEp1FeyVBLV/63BozkWZm24Y=; b=XO7U5soFaJkEn4bAuwgp64ZgnCKkbRHI/Ikm1Aqe8M4L3zphu10o7aaMI2xa61mvoU bdDzXiB+SWftLzaBq/pik0wZvcqX1GzP3TrFvIGvMdXd5Y22+3ITNC3606GIEeBWMj/l 21j+P0g+pwFx+sYazHVTw66zZLYlbhYw4XwlOdcaMWuKRe1s7lfhRN0rHi9MQlo/vQz8 z6TNRZn24Z4tmxQf9+IdnCZZ7rphacloSjAS/MHnjqM6xOynh0g+IGk+9SAXiGtiJ3Pc b1whOWaeFgD1w0ikiFIDhRu5vVG8nyviK+nHCKYY56MqWM4dFW1HgIKf92FbYM1rHLXf T8XQ== X-Gm-Message-State: AOJu0YzttUg6bCKrWBezIDfdxkM6nBcPtLygf4gdgm8rewe9Uqn7o1VJ 267x/JUa/sBgL1kZlz5l+5KL/qaHe3F7OBctPX2fdKAIx073f03ZlYhR8bAW9Em+20RMTTnJK1d 6liEN+WnoeN5cNjY3xvxJd+YyBEeVN0cn5DohfXZ8 X-Gm-Gg: ASbGncs0ytDVj285RtYNpafVcljv5NIQUke6xdlOnLilFG9ZtjVYiXvqrXedy49TiLk Sg7BgIyJIJSFPiNf6lJPRK+D27b6IPxbM9wD9AHJAU4/+vB8dt+RwWhoWCbp1u33sayKgd9DGL5 bJ1ZJg/I1E4OHfd5ASG6LqK7v3APbON8stwEFmTlWYwOeBsbU4rACaQGPmD088PxmATZws0MIHF MVxZU0pWHN+qjuCbZw6UYZSFy3N9rO8FtfXvIikbhdbXv+rkVIUiXnVZ/VowsycdtlJ5dakYYKV pA== X-Google-Smtp-Source: AGHT+IEOn8ClovjKpCASmEeU57qR2AuIlfdvg9nV3XU1XKuBwUlZonyO9M+juGO0zRzfm9xLWJSgfNiUOKGd X-Received: by 2002:a05:6602:13d0:b0:837:7f1a:40af with SMTP id ca18e2360f4ac-8499e6c5927mr5630208039f.14.1736048888491; Sat, 04 Jan 2025 19:48:08 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-8498d8b4c2esm126698439f.29.2025.01.04.19.48.08 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jan 2025 19:48:08 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 04 Jan 2025 19:48:08 -0800 (PST) Message-ID: <677a00f8.050a0220.228d4a.0414SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 05A646052472; Sat, 4 Jan 2025 22:48:08 -0500 (EST) Subject: |SUCCESS| pw149613-149630 [PATCH] [v13,21/21] hash: remove use of VL From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1736045218-15957-22-git-send-email-andremue@linux.microsoft.com> References: <1736045218-15957-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/149630 _Performance Testing PASS_ Submitter: Andre Muezerie Date: Sunday, January 05 2025 02:46:58 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149613-149630 --> performance testing pass Upstream job id: Template-DTS-Pipeline#205367 Test environment and result as below: 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 | -0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 2.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.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 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.3% | +----------+-------------+---------+------------+------------------------------+ 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 | 2.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32252/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/