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 0969B4602B for ; Thu, 9 Jan 2025 13:22:51 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D273540BA5; Thu, 9 Jan 2025 13:22:50 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 9744D40B94 for ; Thu, 9 Jan 2025 13:22:49 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e3fd6cd9ef7so3382800276.1 for ; Thu, 09 Jan 2025 04:22:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736425369; x=1737030169; 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=+8WB14HkEp+p2z9TAoVsI2pvF/MA2FY9ENbjWYmSUA0=; b=fxLnas2ta24tezSE8aTLx31rGpmgLkqu5i/ru3EdSntSItNnq+EGBxEpArEJM6u8oo 2lIO6IYaavEhw/hpUZ5BX8To8B4HrwPNCTUFJespiAI3FoAGlnZILJzkmajKhfnuWsSE v9ZpI0q1ULw4iQ7Xpr/B13lsHceUwyF8v2rKs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736425369; x=1737030169; 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=+8WB14HkEp+p2z9TAoVsI2pvF/MA2FY9ENbjWYmSUA0=; b=pF4RZG4YyriKdo8mVuKuDSUBqKcfXnZ7IO7rC/RswhqkOafBNL5K17NXMsk0xzS3uZ URUcTSTui+iOzjUHuW39APs5lzKQ9PocovnwbELjcZO7QRGCF3I+s4cl3NwFJwy3qq2d C2Yljr/K8Fey5rerc1fcRIESn816rdX6+rLV7zxt/l4f/gQjExNA5X8whY2+/jZmtzKw 0JNLAYtMUozm/txub5mwZnXFegG2ibJ/NR1RfGEAIFI5OIufqpAmrK3RDM5bEYguWzlg RrDkDTRNVzu+nOjbAg0nNxNRHfsAEPK87ahaiJgehkzacCZyY6Nn+4MpPnIXQS7kBBo/ o38Q== X-Gm-Message-State: AOJu0YzQQL+R38ziEsdlve79lJWHf2z7Rw1gMM3W0+vM5d3G1Fdw3HKs JB6w7cmqRk2oLbGumAxXSLjYWU8xe3l9iSc2wo0VsYl1ql9fyJIfEjO39dOh7+AcpG6WX+gHzie 2xzv6hP7d9HMu5NdMG6Qa2sDs2EA/KValfrtRVqW2 X-Gm-Gg: ASbGncuIe+z8OKOyEsGOnorhO8pM5ISLxA2XIYeTAx3yyPRdwRn8wOrlrnG/OacOfZp DuAMti2XO/pZetF419NmlHWAgT4IBjIydMHtS9ck6Zjb40MKPvToJIXoX/nyj6DN2bcik7fdxTO Ua9KJYHXMQdPegNGhwOG7shGPTLwQtruOeo30a6/U2fIpJbU+n3qsJA1uv9Felh3+f9rIHY2Wwn VKu+HNTShGTHAgQegM9NxLHkYQ0+mVGcG+/bFT9TRP3O/InNqQTrmxXUbv/TqvBFWFT7/l5EIcv bg== X-Google-Smtp-Source: AGHT+IH6QLt6MqvF78dg3s0iJQZkUtPcrnm/BCn3QM5BcfqMHRUVAA11NWAUtZWG4fWnISixgSNVI6QC5rf8 X-Received: by 2002:a05:690c:6a89:b0:6ea:88d4:fd4f with SMTP id 00721157ae682-6f5496418demr12767487b3.18.1736425368896; Thu, 09 Jan 2025 04:22:48 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546e2e82bsm584417b3.68.2025.01.09.04.22.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 04:22:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 04:22:48 -0800 (PST) Message-ID: <677fbf98.050a0220.382523.3ceeSMTPIN_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 835716052471; Thu, 9 Jan 2025 07:22:48 -0500 (EST) Subject: |SUCCESS| pw149666-149667 [PATCH] [v2,2/2] test/crypto: add asymmetr From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: References: 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-broadcom-Performance Test-Status: SUCCESS http://dpdk.org/patch/149667 _Performance Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Tuesday, January 07 2025 17:52:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149666-149667 --> performance testing pass Upstream job id: Template-DTS-Pipeline#206059 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps Fail/Total: 0/3 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 128 | 1 | 1 | -0.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.2% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | -0.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32269/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/