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 D203445EED for ; Thu, 19 Dec 2024 17:50:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C516440265; Thu, 19 Dec 2024 17:50:15 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id 3912B4025F for ; Thu, 19 Dec 2024 17:50:15 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-215770613dbso7243555ad.2 for ; Thu, 19 Dec 2024 08:50:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734627014; x=1735231814; 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=pi3Cwf3IUh1Q+kv/OHgOgGFNzB3hmEG5a6NLasJuodk=; b=Iqm18KJQolyBFGEzCoX2RxYYI+Zp5k2jnxYlreKd6q3tW49aQeWmbeKq/pC49daXX4 xhZhrp2KKcBkyTngsftO7Sx5h3zewEsObkzh6QNHhG1i7b8a/SIX+3ToDioWrjRYbW6t 0ZaIhMfhslNV7Pi+YrbTOFObgE4VblofDM+4E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734627014; x=1735231814; 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=pi3Cwf3IUh1Q+kv/OHgOgGFNzB3hmEG5a6NLasJuodk=; b=ocoojbgeRIlX2fXEwvH2aAhkFRNR+NmBTx1ldrKX5jNCLjKUaRWTC8NEjW1tHGLCI4 Zic0/f7c0Nl9lEXUDbsuVmqM8EdS8xpvvlLmLcKRbVZX9r+NuPod9lxgunWA0Cr3nAzn gBQPOBRizaDAwxXhhs4WwFWT296V1Ro59HWsmz8bC/kX12521E5lqG2lLkXP2GJ9Nt/m T72eQ++L0xhNkb5FR35RjnZvYCIJ0s5EjA6MRKdG88s20vbn86lrpTwtQo8ibs4n26ts MwtSFC6x9uHDUwUO96YG7OIBBbAVv/AWTbmflXjMAu32DY5Lxp4FOY4H3zmm2QB8MX3D l+vg== X-Gm-Message-State: AOJu0YwWAXxMtCktb2ApBxYyG8e/gB/61xQ1KkeC7JU94ORV4yeV6wkf dAIqXvwahd21bq2hcqytDPYQRggfIWr5bc9Mdek5yrHYeFtpHvOPo4udev1bO/TXCvkyt3y4w8j e2sP9OhHp2RNRqxFSYgJcs2qMlm9cEgWMXxrpgGA+ X-Gm-Gg: ASbGnctWTBr7O52TVQy16ciJlsDGy+WWns30itfkCR7xFb2GoIC3n3sz4HqIg/xQk3o +araMn/R1T/ULhbV2fbAr03cPX/d1WsgNwqEIcoI+UKgIF8t3DAZyX+19tBnudGZEY3wuyEg+Wg F7NkUeYHqSJD/DMuwhTcMb05ClLaGk0wLb+3aVyFIKcK9bXq/b3O3yk+P13Lc9829Ctcf4ztGAM 5p0dV1pJ4zekfKlo/maT5b5SHsYBgz5erJkBtjwAN+TIdTNLrmVPZnjHVxHmS6PdCtGl0jBidie Zw== X-Google-Smtp-Source: AGHT+IFSFSQdErRf+BLB4ed4wCQ3cjLiidxTzAfDATdKVUaKCy7ed28LgY9hO/yin6c6pq0iu3flaQ4qlqHx X-Received: by 2002:a17:902:db11:b0:216:7cbf:9500 with SMTP id d9443c01a7336-219d9617e21mr57886925ad.6.1734627014138; Thu, 19 Dec 2024 08:50:14 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-219dca1c726sm629425ad.74.2024.12.19.08.50.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 08:50:14 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 08:50:14 -0800 (PST) Message-ID: <67644ec6.170a0220.2ad30c.44e1SMTPIN_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 B666A6052471; Thu, 19 Dec 2024 11:50:12 -0500 (EST) Subject: |SUCCESS| pw149318 [PATCH] [v2] net/mlx5/hws: fix fragmented ptype m From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241219160553.897489-1-akozyrev@nvidia.com> References: <20241219160553.897489-1-akozyrev@nvidia.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/149318 _Performance Testing PASS_ Submitter: Alexander Kozyrev Date: Thursday, December 19 2024 16:05:49 DPDK git baseline: Repo:dpdk Branch: master CommitID:1b3bf1128d9bda5595861814792f74b8f57160c8 149318 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203402 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 | -2.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 1.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 1.2% | +----------+-------------+---------+------------+------------------------------+ 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 | 1.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.6% | +------------+---------+----------+-------------+------------------------------+ 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.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32173/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/