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 A5E634608E for ; Wed, 15 Jan 2025 09:53:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9EC634025F; Wed, 15 Jan 2025 09:53:06 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 8BB154003C for ; Wed, 15 Jan 2025 09:53:05 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-2165448243fso140919465ad.1 for ; Wed, 15 Jan 2025 00:53:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736931185; x=1737535985; 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=EC0+tsBREJPU+1xVNrtkDUFzN12sbzb/aLk10Mdys1Y=; b=B+ImTsPY0ppgt+zze3dsgjWFHFUwKxoMbx/cyKCYLO+GXsJAfx4ABTSaGixi4mCXEf hN6WVwsmreGlZwvM1ALrWaLO6vHKrSSKgdl1w0EfwhH/5s5UWngBGLYEB1CR1yQGdh69 RBJXQnZSsRPbSO0BHz3RiLDknjXNir/4MiXr4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736931185; x=1737535985; 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=EC0+tsBREJPU+1xVNrtkDUFzN12sbzb/aLk10Mdys1Y=; b=iQXJPxYF13/u4Nq4bdPqnl9sBG8g3hvJgfrdHHNkCMgqUX9A+wopOT5eApQoX8LlLX mg9uC++D0iJF4uBD3Hk94hbB2jnFJAKAePtYOn9B77qMQUZKrPcQfQh2Knj7i2nJlfK8 LROYPNbGjgRem7YfaIBNIqtHYedO3ur4rNxWL2oq/Os1L1j4FwzJCCGQaUeR5/4q4w0e 4s+/WyiLygGXA1wLBzYYngQf6NgyHWHNT0JClquIjnUY4rmN6qXHDfsgewFDEYl1BsD1 xf9rhdywzFhxMJswVlm8ZzHDfj3Mkj94ZAED62AzH8wAP1qJfTIxnQLZallmYYK4KOdp J6vA== X-Gm-Message-State: AOJu0Yy8XEUCVmgoUX4C6DunDOdaqLVKMIDl4zjxDoIs8im3JZ03Gv5U 3gguqxt2BX1QtNSqFPgwy6con57XC76ZWTNT8vsxe6IafQHr/TSQt2H2F13j/FoSBcO+V6dbH9J gHwCvWZdehzDGcc82HiuW/VMiL11fZmD4GPlJBo8x X-Gm-Gg: ASbGncvUB3w7K8U0MscN6ySv7AyB9gahHZv3t9RaTc0s5uY2ZXzGr9PFovFRDnCzSwd EmX3SB9somug8JCo+Iac7okYuqmVTLwAnTFj5uikUbzx2gZQ8voSyR/8xTFRm7U6PGJ3K6Tcuy/ pDt9zrGgYVJi8v3ob8nx8ZbB2OjOXBvqz0vbpybtfH+r57AfF/18sXjfSVOo75/OlqtPgn8EdYM glFANF4CXsKOn/gTtEtX14SsfNNRULsTQMizD0oAtnp03Bqs03jxxnt6q89E7kv2FgV69rKTRzq VESH0A== X-Google-Smtp-Source: AGHT+IGJF88kkZ5xPTYOe09uzYOAPZFSeLq3ApdthsvRe883EbYiI3BL5uCiczB3Qxz0VKk8wYgZbrJhbXIX X-Received: by 2002:a05:6a21:3a45:b0:1e1:a5be:2999 with SMTP id adf61e73a8af0-1e88d39cc4dmr45242836637.41.1736931184727; Wed, 15 Jan 2025 00:53:04 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-a3175ea0cacsm209837a12.6.2025.01.15.00.53.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 00:53:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 00:53:04 -0800 (PST) Message-ID: <67877770.650a0220.1120a2.1098SMTPIN_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 291186052471; Wed, 15 Jan 2025 03:53:04 -0500 (EST) Subject: |SUCCESS| pw150090 [PATCH] [v2] net/i40e/base: fix the debug print f From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250115074417.396909-1-jaroslaw.ilgiewicz@intel.com> References: <20250115074417.396909-1-jaroslaw.ilgiewicz@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-intel-Performance Test-Status: SUCCESS http://dpdk.org/patch/150090 _Performance Testing PASS_ Submitter: Jaroslaw Ilgiewicz Date: Wednesday, January 15 2025 07:44:17 DPDK git baseline: Repo:dpdk Branch: master CommitID:ce85dd8562ad9673eb4fe46b4a8bd3a508e8b32f 150090 --> performance testing pass Upstream job id: Template-DTS-Pipeline#206984 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.8% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.1% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ 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.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -1.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -2.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32325/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/