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 C374E459B6 for ; Tue, 17 Sep 2024 21:35:19 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A7C3240608; Tue, 17 Sep 2024 21:35:19 +0200 (CEST) Received: from mail-pf1-f227.google.com (mail-pf1-f227.google.com [209.85.210.227]) by mails.dpdk.org (Postfix) with ESMTP id 267C940280 for ; Tue, 17 Sep 2024 21:35:18 +0200 (CEST) Received: by mail-pf1-f227.google.com with SMTP id d2e1a72fcca58-718e9c8bd83so39491b3a.1 for ; Tue, 17 Sep 2024 12:35:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1726601717; x=1727206517; 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=jsqaZoCvnKlN8AZTi2UT5mAmVh3c3g9Z7/6jfq6tOdo=; b=ZaLmQElXrnpvMr0GmDY/vvNIA+TSXXMeguDc7WRW/Cl8Xz99mLvEu95OB9SaXqpT1X TbwhzsJ9BbjE5WgEcw9fwoC1AAC5yAsBf2p2hq6uD5lKJtctN+DIe1RNgTOfeDGwveCd G2+JN+deDIQFfEDe/5FQJwGZyUu0Vg9mruY0Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726601717; x=1727206517; 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=jsqaZoCvnKlN8AZTi2UT5mAmVh3c3g9Z7/6jfq6tOdo=; b=IYPWZ4Bq+GzX18bdIwHk6DCONd8s2upV6poALIIIsOE1OpgLDYTpbzFxCNrCNCM4NE L5bGc7+T2aY4RJjO7SsKKH1dKlR91PwBi/c7Vd4hLqnzyqlpcymiqjdE+apj7LGr1B+J qPxj4+7ZeakbsKA8jf8o34+qpo7PRDNrMzoOG7m25260L0dgeHi/K7T/ElFzKCwaPVy1 vvO4ekZXGA3+RGkumU/6kvR7XtVPOFLQufAmsWZdj/RiuIwQbav0nefHJO9f0Fk+ysnq CKfRsleRwXlTUJHNrL3kR4q6Tl7Xc0rpxUB7iDabPAk6SfdeDRrdoUmef27+H6+Qhh67 icSg== X-Gm-Message-State: AOJu0YyS9H83w/JruDUg+3ejgRLLU/Bq5Yu7wUPwQZeG6DlOERr0uZbm qnNNMpyeVIUszypcMj1FmQoIrTqKTGD5IXyL6LeNAhGgune1Pv9Beo9kyARrJ3M06IJtipjl2yj Sq3zRZ99RQ+lZGvkUROZ0ZohDOIJIERAcdVRFbM24oLmxTCjDEVEeu80e X-Google-Smtp-Source: AGHT+IGQPH28DjOcPE9pxBLgy2/I3xwAH116Ds2k2GV6YygTp1ejtmoMXpJliX4kOmkjirXBbUeJ8ev8uo/U X-Received: by 2002:a05:6a21:1519:b0:1cf:3248:48a0 with SMTP id adf61e73a8af0-1cf756c3ee2mr28779577637.18.1726601717028; Tue, 17 Sep 2024 12:35:17 -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 41be03b00d2f7-7db4990d041sm260420a12.17.2024.09.17.12.35.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Sep 2024 12:35:17 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 17 Sep 2024 12:35:17 -0700 (PDT) Message-ID: <66e9d9f5.630a0220.b7f44.3918SMTPIN_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 2C3D8605C351; Tue, 17 Sep 2024 15:35:16 -0400 (EDT) Subject: |SUCCESS| pw143678 [PATCH] cryptodev: add asymmetric operational cap From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240905181725.2040-1-gmuthukrishn@marvell.com> References: <20240905181725.2040-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/143678 _Functional Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Thursday, September 05 2024 18:17:23 DPDK git baseline: Repo:dpdk Branch: master CommitID:b3485f4293997d35b6daecc3437bb0c183a51fb3 143678 --> functional testing pass Upstream job id: Template-DTS-Pipeline#181000 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 | +=============================+========+ | scatter | PASS | +-----------------------------+--------+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | 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 | +=============================+========+ | scatter | PASS | +-----------------------------+--------+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04.3 Kernel: 5.15.0-83-generic aarch64 Compiler: gcc 11.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +------------+--------+ | Test Suite | Result | +============+========+ | scatter | 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/30929/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/