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 4C670454BC for ; Fri, 21 Jun 2024 17:01:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 48A78402B3; Fri, 21 Jun 2024 17:01:01 +0200 (CEST) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id D00D840265 for ; Fri, 21 Jun 2024 17:00:59 +0200 (CEST) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-7ebe508fa34so106659339f.2 for ; Fri, 21 Jun 2024 08:00:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1718982059; x=1719586859; 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=6b2iWzVYBsEvQHwWo/71APpKOj1O7wfKK5/cJD1dlow=; b=IbmW+HFqe2tJoXaVbUWDOJLCQJayS1tBRjhqjFD8uzSjzEns8VIlUVtaSYTU1EUP76 a+dpUGqiDgU6TpqBhlDGDM3TTDhf/sHkq8Tf28S8F4M8Nuwse/YSumOwVXGatORkgpWs vIiU9C5g03RO4iEArLdWoUbX8fYJ+7LLhOPWo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718982059; x=1719586859; 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=6b2iWzVYBsEvQHwWo/71APpKOj1O7wfKK5/cJD1dlow=; b=LvjgQ9LSfQI7Usw2k4L3NpjENNYv9G75fe/vxEMf2jkNxH6caa4fsO/PTTKKAirUhz +q9g2kniXpajiVw/k3KCADu7m6rJR/Ck/vGGBXOVdCTrfyt35Xyj4QJREBn4defnG08b XeUJI5MUjUXobuAaKpCOqPD6ftdcmMsCzCrjzl2gh3/lodBMazvIAgQxlKzhO9MLodjM cRn2rK5zr6CyR7zj/INAmuKP6K0EinxOsV0qj2O2mz16TjJloHaLCBrccYUnz567ldzR SpuPHM6CiTXWBN0poDEPZ0Uc4xU7dfFcEJqb2eAoR99QecoVZhJ9zjnVmN73fnhoQHat 7Fmw== X-Gm-Message-State: AOJu0YxGIcXJ8tGqVGK09vurzzRccVB3nn8cf+M2YOBDHFhwvGMQOx2b 8m2aFfzcGgVUoLUzd3urMlrNG3Szj37yw1wRO93pJoFgB6pFuPsNA6K9Zn22BLNlPBCgTM7pSQU bsg4ApXqfHy/Y+zQeYboDwIk98diDjIbk+oTwOxd1sour6t+FnWTLNSph X-Google-Smtp-Source: AGHT+IE8O1qiGdctpq91p7LgXR0qY2q7hMkA0mQ5jOVdFUKEPXAZUm5iKZzXshDOFarkPQvLx1pzC8xk2JKc X-Received: by 2002:a05:6602:6003:b0:7e1:7f44:1584 with SMTP id ca18e2360f4ac-7f13ee7d3e3mr949293639f.20.1718982059202; Fri, 21 Jun 2024 08:00:59 -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 ca18e2360f4ac-7f39202bf73sm5780739f.27.2024.06.21.08.00.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Jun 2024 08:00:59 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 21 Jun 2024 08:00:59 -0700 (PDT) Message-ID: <667595ab.050a0220.ea1bd.4b77SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 98333605C373; Fri, 21 Jun 2024 11:00:58 -0400 (EDT) Subject: |SUCCESS| pw141473-141476 [PATCH] [v2,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: <20240621023832.1707-5-gmuthukrishn@marvell.com> References: <20240621023832.1707-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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/141476 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Friday, June 21 2024 02:38:29 DPDK git baseline: Repo:dpdk Branch: master CommitID:4a44d97f0a52a76258c6a6cb6a713f4380a8ab1f 141473-141476 --> testing pass Test environment and result as below: +------------------+----------------+ | Environment | dpdk_unit_test | +==================+================+ | CentOS Stream 8 | PASS | +------------------+----------------+ | Fedora 37 | PASS | +------------------+----------------+ | Debian 12 | PASS | +------------------+----------------+ | Debian Bullseye | PASS | +------------------+----------------+ | Fedora 39 | PASS | +------------------+----------------+ | Fedora 40 | PASS | +------------------+----------------+ | Fedora 38 | PASS | +------------------+----------------+ | openSUSE Leap 15 | PASS | +------------------+----------------+ | RHEL9 | PASS | +------------------+----------------+ | Ubuntu 20.04 | PASS | +------------------+----------------+ | RHEL8 | PASS | +------------------+----------------+ | Ubuntu 22.04 | PASS | +------------------+----------------+ | CentOS Stream 9 | PASS | +------------------+----------------+ | Ubuntu 24.04 | PASS | +------------------+----------------+ CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Debian 12 Kernel: Container Host Kernel Compiler: gcc 12.2.0 Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.1.1 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.2.1 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 Ubuntu 20.04 Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0-1ubuntu1~20.04.1 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) Ubuntu 22.04 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.0 CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Ubuntu 24.04 Kernel: 5.4.0-167-generic Compiler: gcc 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30270/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/