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 C707E41F45 for ; Wed, 26 Jun 2024 19:13:08 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C0D5E402F2; Wed, 26 Jun 2024 19:13:08 +0200 (CEST) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id CCBA1402CC for ; Wed, 26 Jun 2024 19:12:56 +0200 (CEST) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-7ebdb5d9915so276361939f.1 for ; Wed, 26 Jun 2024 10:12:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1719421976; x=1720026776; 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=l8jh1kj080aeHNzFi8O0G4ZVwplMXq5u5V0a1eZ9lzA=; b=OzyLq94WAjdUrkqnhmM8u8VVNX7vCT7xw1i9mWDzyZeWogDHkp7HZE7XDFCjbRuJTc T95JUlNNnMw8IgF5zbBT4S7aEZiPUN+xO7uNpC4um6bq3t4zWn5aZ6hrbIIhH88w7tEF cJSCPeaRaLWgestCId1D/qGKV4bJdHbeaHB+8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719421976; x=1720026776; 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=l8jh1kj080aeHNzFi8O0G4ZVwplMXq5u5V0a1eZ9lzA=; b=KCbPA0QVhB/CSaVGpu1QqP+gKOy2TcocgZNyR0ycg6/8uXZ4BKF39k7KyncLAosDnk v1PxCy4KtW1LBMeAsXrC21iC+oZa7GTwxo2tY4pVF9jHZyuxn86rysepKqnr1ztwwgmj vbezmFx97fRyUqxcwsFv/40m3hc7dkeOjG3fCtRDx6YFZtRSPIFvmDoTG+95mKk/YVlK 9Uwpmk5zFKsNLhPQ7y1P0n/13JIc8273wwJt2Td42N5yioPxq2FRrwjdE/tUocPNufhN Xy1uSDBDsgRzkXXEGc1ub7iHxTL8xcsI3jHr8yPUO6Gs2yh+QN1zj7LFcVu7Z/AfaeU8 9GNA== X-Gm-Message-State: AOJu0Ywol8hH7spyuU1tiDXU6v0l+ba7beYU09XuQcMEMSjuPRpXNUV5 69MQRDHeEU9OQcs0n7tFyzJvg0dXAlS9C3JYWXY9vSLiNl7Sv6X8f3wPQRoq7h8vCcxA0HbHh6o tBsg+OOMQOUKV9sduASTASV8vCpn5DwNril9Dk7W0exCjjxDNBGjFWQc9 X-Google-Smtp-Source: AGHT+IEryeOYKDVYsVPzWiGcvnt/ZRKPId6Q5KUIVj/uSJ9GgRTpWH4utQLMmOFbM4fx8uQuqi2pAvw+ip2v X-Received: by 2002:a05:6602:6d15:b0:7eb:71b9:fc8 with SMTP id ca18e2360f4ac-7f3a755b3c3mr1278854939f.16.1719421976284; Wed, 26 Jun 2024 10:12:56 -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 8926c6da1cb9f-4bb60512dbdsm23301173.45.2024.06.26.10.12.56 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Jun 2024 10:12:56 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 26 Jun 2024 10:12:56 -0700 (PDT) Message-ID: <667c4c18.020a0220.93fd2.187eSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E6839605C380; Wed, 26 Jun 2024 13:12:55 -0400 (EDT) Subject: |SUCCESS| pw141756-141758 [PATCH] [v3,3/3] test/crypto: add modex te From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240626100345.1758-4-gmuthukrishn@marvell.com> References: <20240626100345.1758-4-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/141758 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Wednesday, June 26 2024 10:03:42 DPDK git baseline: Repo:dpdk Branch: master CommitID:6ca8a873f715e19550fc7dd43ce94af54158a725 141756-141758 --> testing pass Test environment and result as below: +-----------------------------+----------------+ | Environment | dpdk_unit_test | +=============================+================+ | 32-bit Ubuntu 20.04.4 (ARM) | PASS | +-----------------------------+----------------+ | CentOS Stream 9 (ARM) | PASS | +-----------------------------+----------------+ | Debian 11 (Buster) (ARM) | PASS | +-----------------------------+----------------+ | Debian 12 (arm) | PASS | +-----------------------------+----------------+ | Fedora 39 (ARM) | PASS | +-----------------------------+----------------+ 32-bit Ubuntu 20.04.4 (ARM) Kernel: 5.4.0-155-generic aarch64 Compiler: gcc 9.4 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30317/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/