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 23B1945A7C for ; Fri, 4 Oct 2024 23:21:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 184C34329A; Fri, 4 Oct 2024 23:21:08 +0200 (CEST) Received: from mail-pg1-f228.google.com (mail-pg1-f228.google.com [209.85.215.228]) by mails.dpdk.org (Postfix) with ESMTP id CC7F6402EB for ; Fri, 4 Oct 2024 23:21:06 +0200 (CEST) Received: by mail-pg1-f228.google.com with SMTP id 41be03b00d2f7-7e9f998e1e4so10828a12.1 for ; Fri, 04 Oct 2024 14:21:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1728076866; x=1728681666; 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=Gf/1UqEG0Jv4h1V/ONL2tO236soqSlY0ZOpNg9eEzcs=; b=Tyuz2WjmKsLRuE+PUg6CJMXS4fXtOg/6CRdew2lTyGvwCtq90gQcVl7sVsqYrO+9Ui a3D9s3A311zTR8OpwVV1yeL2PqkbwxjpQApsIOviHEDmWnyP8FPvDYDKYaazAa9W2wx8 v76DiJkC4YqKbhhEACjoQLyyt+BUzldbaEZYI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728076866; x=1728681666; 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=Gf/1UqEG0Jv4h1V/ONL2tO236soqSlY0ZOpNg9eEzcs=; b=ru0KJNjuTJ7rrkLdVxDxCPFrK7pPEVaUEyU0I439tYLLyz1OcwKUOTQnY/nBa6K/ZS h84rX1FWBg/NxjLhbuSv7l5v0w7dr1VNsvDofSTbSN1WdNItaBjKSzPwCis+noSMccWC ZxB9Ww9K7MZshCb2CemTTdDuyaZAQVyCfaqgzSXVEuRpuQZAHe2hMdUpCzpK0kV/gVeo WUmk9eiIKtdACYT3YxZGBtOMo7HBhl91Uudo10wGRFjpnQWhWoy9Tg6k2JKeLe1O6F+u VkhHwf1/pgkvZ9YmJXuNmttuzNiCXYwI7V6nVG/OqcrJFk8vn/UaqC7R8feiFpr0iHON D6Kg== X-Gm-Message-State: AOJu0Yx1Kzb9Xk2dUPZICtDa5flGnnBS2bBO9Bkdeym5YScJyNfb9H91 Yg41fdV8bdIbKEdYA4oYOsb7gExwgoYB75XuVLYS5eG+McCihQEETqIqQgkALCCCrqOtRKnGvlx 8bYwmzXs75U430PsCJLFNPaL6TP9gufANL7uUJDNFy7D0cqDdh/ihAKzJ X-Google-Smtp-Source: AGHT+IEipMpm+j797H+oumBGmc0QwnlwTvFKAtAX53VcZ95f6ycTkMG+RI+CaYl8EKW4K0CVJYeWJ8CU3SaX X-Received: by 2002:a17:90b:4c8a:b0:2e0:adbd:78ec with SMTP id 98e67ed59e1d1-2e1e636f2bemr4576973a91.39.1728076865911; Fri, 04 Oct 2024 14:21:05 -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 98e67ed59e1d1-2e1e865d874sm110060a91.12.2024.10.04.14.21.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Oct 2024 14:21:05 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 04 Oct 2024 14:21:05 -0700 (PDT) Message-ID: <67005c41.170a0220.31d06a.7c6aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 22244605C380; Fri, 4 Oct 2024 17:21:05 -0400 (EDT) Subject: |SUCCESS| pw145188 [PATCH] [v2] cryptodev: add asymmetric operationa From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241004181255.916-1-gmuthukrishn@marvell.com> References: <20241004181255.916-1-gmuthukrishn@marvell.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/145188 _Performance Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Friday, October 04 2024 18:12:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b50d6c67a3c033a49739a0bd1a132aee6d9e324 145188 --> performance testing pass Upstream job id: Template-DTS-Pipeline#185401 Test environment and result as below: Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | -0.4% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | -1.7% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: Mellanox ConnectX-6 Lx 25000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | 0.0% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31304/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/