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 463564602B for ; Thu, 9 Jan 2025 13:48:13 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13DD440BA5; Thu, 9 Jan 2025 13:48:13 +0100 (CET) Received: from mail-qt1-f225.google.com (mail-qt1-f225.google.com [209.85.160.225]) by mails.dpdk.org (Postfix) with ESMTP id D066C40B94 for ; Thu, 9 Jan 2025 13:48:11 +0100 (CET) Received: by mail-qt1-f225.google.com with SMTP id d75a77b69052e-46783d44db0so7110061cf.1 for ; Thu, 09 Jan 2025 04:48:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736426891; x=1737031691; 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=N3f8QdOQcokJK1iXfA4Vq7AniVeb4q++aBJWQ9wDi90=; b=NcYxhLrdEKhdBqSz/0t/9gOAUNUpOPRV1cekivhEYJ8vgMNBZ2tTii74DtZeaBXucu /WZQAI24jp9tmPt5+2P+EKEy7AV1eDgyyYj1O1fG0zXyKV8Mq0YONg5foqIM+iMSsaZt SxpGpYoCcbJdsoB02HaZmioFT+kLFcjZrqzpI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736426891; x=1737031691; 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=N3f8QdOQcokJK1iXfA4Vq7AniVeb4q++aBJWQ9wDi90=; b=SaXn/F0m4OOojuF1jMk2Aa3+Qwe4OZ9vJUa/lAmMK8H53JoJVv8ADiagS8Jr0BlROb mgmSgXLXmYbvtgKbHfYGL7Iiewf2Dijn4z8si5Ppw4FHYbO4XPtdl8f+UqL4bA43Sp09 FkQk4DM2oyiyjUZtr94zgo3kc2nONIkqnH6cUIoikeMwC16wm1ItVUR3E2GyU0LDWmaT pNEq2Z/utHIAUYZRJc/7AB0w0rJ7a3EBqT8quRxMBETF1APksSfGh2K7OjelnUBwFNkC Y7kp8sthZugqywqlr3HXHEKIaaVVp1ba/GnKJluBzI8Fdsx4VeMH0PJxYD1fpsCWiHsJ YPYw== X-Gm-Message-State: AOJu0YxgkC7h3C7twKyYKrwgJQKAl36hHLg0FOSE7p0UhfsupQt9DKzJ ERhoJz298ApORR5tOhiG8xvdUZQTSYbsLrHGoxLWMuuCYCCUou6tCY8dLNGiCQryamPjR0x0aBO znEnEJRkznOo6PUfwaUJaIfawy3YzFxNKeAroMel0 X-Gm-Gg: ASbGncsmfw7WlypkIXPDnxv4jCYB59QDEydXlOQqOyW+2X57irXOaW/cDrIeJU8LgPB EUJwkh3DDTTfme6nQENYSxPU9ew8YsBswsugmCk6iMUO1M/1Iels5HRoITlpy56Z15xeCw3bXRc TNnoN+NkgzwuqpHD5fXlSi2EEKjGTxmbT2NKVgsiOgkwoSVDGM2f51ELvU9JdujdhbXZSFnCLvz /5j9ZKqkM+vXJqxKjdZno0hLZ0QBtOdR7qUxFgdHoKDpgaaFOq0JQmcGBiH6U1d7VfaxbGefaLR rQ== X-Google-Smtp-Source: AGHT+IHvklvYoQsBdRpSjyxufdr7zZKIv31Q8qlAcLKm/rkNTdwweQww8u0SOQAiLyVosfLiFohr3kIr/vgo X-Received: by 2002:ac8:5fc7:0:b0:466:a20c:a67a with SMTP id d75a77b69052e-46c71083d73mr104808661cf.38.1736426891219; Thu, 09 Jan 2025 04:48:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-46a3e531427sm21193801cf.0.2025.01.09.04.48.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 04:48:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 04:48:11 -0800 (PST) Message-ID: <677fc58b.c80a0220.2da8d5.1074SMTPIN_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 E0A4C6052471; Thu, 9 Jan 2025 07:48:10 -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#206063 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 | +-----------------------------+--------+ | 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/