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 A72E443E48 for ; Fri, 12 Apr 2024 02:40:32 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9B0B640295; Fri, 12 Apr 2024 02:40:32 +0200 (CEST) Received: from mail-qv1-f99.google.com (mail-qv1-f99.google.com [209.85.219.99]) by mails.dpdk.org (Postfix) with ESMTP id B78694026A for ; Fri, 12 Apr 2024 02:40:30 +0200 (CEST) Received: by mail-qv1-f99.google.com with SMTP id 6a1803df08f44-6963c0c507eso4368426d6.1 for ; Thu, 11 Apr 2024 17:40:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1712882430; x=1713487230; 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=lNqXg6alal9Ea2E7+vAlO2UZ7olVAqV3u+YQEccLwqc=; b=Lj1jEG5vDvCcDkcGiovRGGBssP79q41Y2d1Jkt+rXOPMzjoPWAiD4jMlZ6KLxX9a1N Z2tEHig0xhK6g5YYgWm6rFo60MxotSNj+BKen9L8/sGBJR3HxKY+Y9o9IUnn3+k3i5AQ 1v2bSRqFqYXYPuwcbaK9KZzujC+NQb+PJ7Ngk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712882430; x=1713487230; 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=lNqXg6alal9Ea2E7+vAlO2UZ7olVAqV3u+YQEccLwqc=; b=SnxALvYAoHwPi4K6UvlcAwQB/iLC02N4/ONHOpT/mqQG2QjE7zU0CqBt+c5zfESD/x kKzraXYtl/ylEQXs1kxsQDLrprcxvk4Bwi3u2qBhcX+EaqzaKuoU3wVYYUfnips8GkmB U2rCs8FdUZmEPRj47MNR3Ty3B2GbPC9FgR7mdNKVkl/0mXR5SGzxxw6MAVaYUezU+RDd mpWJ4brKOxwhZIxvgh6b6lZ95lgmWQmygYodVm+UIiRxiWtSjKTwGYRr4fAJinr2x5+N tvk4wtPUK7b8kb8rcFjWPaCiCMrtR3Z6pM+KXmILllwReX8wV2VhZAAn7itSrIg4ka8y SMeg== X-Gm-Message-State: AOJu0Yzam/CDdwVFc82xCKU11+FMVldMd0hQPtRJGU57dhMcdIMY20fz szXeGIY0fhhJBGnHsLK42tq9pBvWFGNdmMgTLFo/FFTicMIDnq5laxYViIZGyv7PRywW5JuFXiB pWAv3jnAZ5qlAA8wR8f50zA0+BoQvZDqKM5dSlQOh0xShQldbLrf5X1oy X-Google-Smtp-Source: AGHT+IHXaGgWph+8wyk5rSSFd/5rKhuMGZo8PjY8G5NZrfMVxUO0dY4ifsEX5H3tMaenM64/q1hEo4RIG8ua X-Received: by 2002:a05:6214:9a7:b0:69b:280d:4ebb with SMTP id du7-20020a05621409a700b0069b280d4ebbmr1888111qvb.14.1712882430215; Thu, 11 Apr 2024 17:40:30 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id im13-20020a056214246d00b00696934044c2sm230350qvb.19.2024.04.11.17.40.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Apr 2024 17:40:30 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 11 Apr 2024 17:40:30 -0700 (PDT) Message-ID: <661882fe.050a0220.42b19.a5a7SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E5592604D420; Thu, 11 Apr 2024 20:40:29 -0400 (EDT) Subject: |SUCCESS| pw139231 [PATCH] [v3] ethdev: fix strict aliasing lead to From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240411120408.2397-1-fengchengwen@huawei.com> References: <20240411120408.2397-1-fengchengwen@huawei.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-mellanox-Performance Test-Status: SUCCESS http://dpdk.org/patch/139231 _Performance Testing PASS_ Submitter: Chengwen Feng Date: Thursday, April 11 2024 12:04:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:6db5f91b5e628671c341b833f21ea35e65e9699d 139231 --> performance testing pass Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Mellanox ConnectX-6 Lx 25000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 256 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 128 | 256 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 256 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 256 | 256 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 256 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 256 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Mellanox ConnectX-5 100000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 256 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ | 128 | 256 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 256 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 256 | 256 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 256 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 256 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29761/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/