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 3CB5045476 for ; Sun, 16 Jun 2024 09:44:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 428A1402C4; Sun, 16 Jun 2024 09:44:08 +0200 (CEST) Received: from mail-ot1-f98.google.com (mail-ot1-f98.google.com [209.85.210.98]) by mails.dpdk.org (Postfix) with ESMTP id 9313D40270 for ; Sun, 16 Jun 2024 09:44:06 +0200 (CEST) Received: by mail-ot1-f98.google.com with SMTP id 46e09a7af769-6f9774a556cso2059520a34.0 for ; Sun, 16 Jun 2024 00:44:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718523846; x=1719128646; 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=yLbbYCgCzhW0VHjW2iBLxbXRN+s7w0rnwQ46+wogd6E=; b=SCW9R782j6yj8D2/vhveIV5+kciPtXcj8xDXtDZ/Sny5hCkaR6FZ4FGcJYBl4hAwGj ZnILbQ++TtEUTvWAOEBbYixk2+LdozM9FK6YlhK3LS6J6RKk+yM2+gIMd/zrC74sIUTV JX1T+9eI2I3T7vwbwz72hPGsdyuEBAgkhH3QY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718523846; x=1719128646; 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=yLbbYCgCzhW0VHjW2iBLxbXRN+s7w0rnwQ46+wogd6E=; b=fnybGOsEOj7t081B9OSCk9dkqCzWcJA7QiyiN4ePNf7l/kBoICv46Zg+dHvd7N7qs5 q3WSu+mbJMpQAWDUl1uwkZXYsKJNnhK3AM1juWAjUvejHuxSwUiD5qMwlxKFZ9lW6Dz4 CvWH9T+vpaBU0COAxYWfdnZBLbV7D02wP8RmWC7qFfQbCVGhOQJirpVYi2W3cWcfRF/e qrIENFq/VS+l5LaXXZBiztqdTd1+qGtztjyeNycCVlLIkPk0ZwpE1tSFWp6L3GDbUGLy Qchq/nF9No7cCnXnRM13Vc5ffbdj1sfSwPSBcVSMieP2Z/EFdeIn3Hn1m6UCLakAQwCR 4YmA== X-Gm-Message-State: AOJu0YyAwxYGikmNtre44ll7Patz5yDxCfHFf7mc+N3dr81dCUnMvuh6 w+RI9E+nzPgZ26cuxR527S5Txywt/C1HN1ZD2AiwKwGhUdd9DpUcvkC9BsaKToDuSQkonPp2TH8 ADKfaj/IOblgAKKU/jL5HBomydSJsDGaAE/ztE2bBaCWjsZo8U5mdJpDU X-Google-Smtp-Source: AGHT+IGgbRG4f3pmzWIGTcjlyEyCeTKW9xXLKlu3vUUkAFaoN1+E884yOYMJ5TnoUUIFHfn5NMZKKgHDUTq5 X-Received: by 2002:a05:6359:7291:b0:1a1:b9c1:34fd with SMTP id e5c5f4694b2df-1a1b9c13f35mr558092455d.0.1718523845746; Sun, 16 Jun 2024 00:44: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-2c4cfed6847sm427788a91.1.2024.06.16.00.44.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Jun 2024 00:44:05 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Sun, 16 Jun 2024 00:44:05 -0700 (PDT) Message-ID: <666e97c5.170a0220.bb20.baf1SMTPIN_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 CDCC56050A9C; Sun, 16 Jun 2024 03:44:04 -0400 (EDT) Subject: |SUCCESS| pw141170-141173 [PATCH] [v1,4/4] test/crypto: add modex te From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240616044223.2841-5-gmuthukrishn@marvell.com> References: <20240616044223.2841-5-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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/141173 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Sunday, June 16 2024 04:42:20 DPDK git baseline: Repo:dpdk Branch: master CommitID:6909b48776badc05542a410ebd34bcfec4c248bf 141170-141173 --> testing pass Test environment and result as below: +-----------------------------+---------------------------+----------------+------------------------------+ | Environment | cryptodev_sw_zuc_autotest | dpdk_unit_test | cryptodev_sw_snow3g_autotest | +=============================+===========================+================+==============================+ | Debian 12 (arm) | PASS | PASS | PASS | +-----------------------------+---------------------------+----------------+------------------------------+ | 32-bit Ubuntu 20.04.4 (ARM) | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+----------------+------------------------------+ | Debian 11 (Buster) (ARM) | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+----------------+------------------------------+ | CentOS Stream 9 (ARM) | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+----------------+------------------------------+ | Fedora 38 (ARM) | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+----------------+------------------------------+ | Fedora 37 (ARM) | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+----------------+------------------------------+ | Fedora 39 (ARM) | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+----------------+------------------------------+ | Fedora 40 (ARM) | SKIPPED | PASS | SKIPPED | +-----------------------------+---------------------------+----------------+------------------------------+ Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 12.2.0 32-bit Ubuntu 20.04.4 (ARM) Kernel: 5.4.0-155-generic aarch64 Compiler: gcc 9.4 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.1.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30201/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/