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 EEBE44603B for ; Thu, 9 Jan 2025 23:40:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E820E40FDE; Thu, 9 Jan 2025 23:40:56 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 7B01340612 for ; Thu, 9 Jan 2025 23:40:55 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844d5444b3dso49384739f.1 for ; Thu, 09 Jan 2025 14:40:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736462455; x=1737067255; 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=4e3/aNZmAQVOMxIRjto64uMZeWUV+Ji44cxkp+ouzX4=; b=J+kWgsTb5F0GDuJzFZhv/2sB3Mfj0CoyuqR7V0OOp0ptDUAt0m+7qd69g/FUH1mxua LZarMGrRavDPgh5S+KkmsFr8NXxhd541hSbpeUBAsCAgT1rSwiXqAolBZ1a/glzyhStn Z5AvD/ZwYNW6fjzdz1v+du15PVrGqV1I4b4Yo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736462455; x=1737067255; 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=4e3/aNZmAQVOMxIRjto64uMZeWUV+Ji44cxkp+ouzX4=; b=ioCoOdxcPQiUcSZtAcNs/FuzY+6LHQpmreZQ3lOO18XRgxA9tcBwfXIt8NUJDjWea+ 3YaSB2i+ekVN462YQvXk/STyUbExa6AJeFF9Ds75YE/xcIfxRz/MK/ptYkm3TGqyNjz4 GkECFPyuJuao8D+GmgGWK1qrZop7crdvGTwPg/g2lnzoeEFPtP1eAdoHVNyMorwDgfJh 0EGwXUzXrpdXc9vtMTtydDPKj7VUgER2g/ogE5hd0r7cpZDoqWF0o+z96OTuYrOLj7mP bvhUD88Xhe6g1uqYsCaavxnlQMfjhEk/bGK906hZ5TqyUlptvYaqCuAbGMeM/t7LzN98 ++Uw== X-Gm-Message-State: AOJu0Yz/R7JbKgkE0c0/apawtWWBDHgLfuoTTBXhU2R/d27Ve9HQnOX3 OAOsXf+lEwTLqVSfH3q8DhywoeWcqIUrq8DtAnLggb+H2qlvmrDVtRF3eUQBwmWmgWIRsENDfuf XBJkfFNyk4WPT9Icelb3YCJcUSlVxgaUS4YN6eCpx X-Gm-Gg: ASbGncv2qNNLyjloIgQuVEVN2wvpFAvmMp0tFGzTtKz++ZKTDthXvgO4JrLUjfDSTZT zPy342+/wbqMD/WJQH3HLq6+dB4oxVIpGa5GvV+2bxrm23VEC0o+JLCeXgrsPn8VlEfmCMStHxc Zp5FUKV7SDz69CRWP+RAdHjXdCE+C2L6SANRDlPEaAB+IWhCMwrmhrPSS251svGNknNoTwKlC2z 9rRuuGkCYDXNpCHNtIwweo/zbUnnIDIts5e5zKwxpy91pYj+EWMq5G4s6d3k0CO239CBNVaWj6q nQ== X-Google-Smtp-Source: AGHT+IE1OYfgcCjilJMX5wDQn4PM2fyjGcTTBZRmRD3eloKy/oRKaqYau0QLernjTUERIyvScGD5PqW/tSeD X-Received: by 2002:a05:6602:488f:b0:83b:5306:d24d with SMTP id ca18e2360f4ac-84cebef5590mr360053539f.6.1736462454793; Thu, 09 Jan 2025 14:40:54 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-84d43ebd93bsm11818439f.8.2025.01.09.14.40.54 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 14:40:54 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 14:40:54 -0800 (PST) Message-ID: <67805076.050a0220.3a83b.7c74SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 2E9B86052471; Thu, 9 Jan 2025 17:40:54 -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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149667 _Functional Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Tuesday, January 07 2025 17:52:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149666-149667 --> functional testing pass Upstream job id: Template-DTS-Pipeline#206076 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 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ 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 Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ 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/