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 A900C459E1 for ; Fri, 20 Sep 2024 21:22:59 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F1644343B; Fri, 20 Sep 2024 21:22:59 +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 AD78540DD1 for ; Fri, 20 Sep 2024 21:22:57 +0200 (CEST) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-82aac438539so103914339f.1 for ; Fri, 20 Sep 2024 12:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1726860177; x=1727464977; 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=dfdZ5OFXbfrAW/3T2nxFuEc3HdFJSqR71WW/tn5KU9c=; b=i+0MFtNk6jimbD6+2yogOXJF1tC5tYlv4I01fAGGhDtXUVOCEC5QZ8dKyQO5r0dG3r qLpTor+FCHZX3whhoxpz3RZcRHT1Yt6wRrrSnYLWp85MIg1xAE4f1Y5Y6F83T7UQGphq vrq+w+aRU36ZT237gpEMHf1FOsbgCgiY8Ucvw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726860177; x=1727464977; 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=dfdZ5OFXbfrAW/3T2nxFuEc3HdFJSqR71WW/tn5KU9c=; b=VriiCcZLsVHV92t8PG/e2qw7WIJjeCp5C+dXXH+gXWa2HSqg1LjVaYANPLg3MYSM2E YHzt/1HE5YMm5auAYnOB5REHWwMC7ZKSKD5ddKR8O04FcZ6dwEhr/NR4nimnOxhxIjqm WBFIUdfxIPr24RRZsn3OmZVAOU3EBYb+fRasnZQ4A+dkpWttImmWLn0ODMTCJjjPIu3j EtOONWTzfhmrCXXkHwD8waaT7t8uf9jimO5PuGTvgrmAVN7RNXSLPnuT+z6bAZipZXlh bnNMcrJ2QRsARxko3hb7YG/NgsSq4vMoGIRbzqmxDppiKv0YHCF+CvkNu2XuACVBZ7cc vseg== X-Gm-Message-State: AOJu0YyVGsaVLghsxVPqXq/3MwY7gkYgKnJpSuY5BMz/IK845zs8C2NX JI/WLNm6UNxuamztrB8lHyiiFoMbCJNWBQ2Xlyw6SPGL/khUJFaPcop1SAMnGyHBtcwJpYE35cm UsFsCwILzynTA9Aep1GRUeeNOsT0Qr+QKp7mCL1d7YV/YodxHDk9i6DHl X-Google-Smtp-Source: AGHT+IHJWiOpg5S+h5Y9mvQeKEfIU0yg2ehxgoaG/0eRlxxovt6PUrZQCthwO+wayIlmbHxZpcgdBpIJishP X-Received: by 2002:a05:6e02:1c86:b0:3a0:8d60:8b7d with SMTP id e9e14a558f8ab-3a0c8c9e459mr41030415ab.11.1726860176913; Fri, 20 Sep 2024 12:22: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 e9e14a558f8ab-3a0e43dcdaasm350325ab.69.2024.09.20.12.22.56 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Sep 2024 12:22:56 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 20 Sep 2024 12:22:56 -0700 (PDT) Message-ID: <66edcb90.050a0220.22d454.1b62SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.4] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 10A1A6050A6B; Fri, 20 Sep 2024 15:22:56 -0400 (EDT) Subject: |PENDING| pw144359-144364 [PATCH] [v3,6/6] app/crypto-perf: support From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240920130950.1297-6-gmuthukrishn@marvell.com> References: <20240920130950.1297-6-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: PENDING http://dpdk.org/patch/144364 _Testing pending_ Submitter: Gowrishankar Muthukrishnan Date: Friday, September 20 2024 13:09:48 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b50d6c67a3c033a49739a0bd1a132aee6d9e324 144359-144364 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#265130 Test environment and result as below: +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Environment | cryptodev_sw_snow3g_autotest | lpm_autotest | cryptodev_sw_zuc_autotest | dpdk_unit_test | +=======================+==============================+==============+===========================+================+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Fedora 37 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | CentOS Stream 9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Fedora 38 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Fedora 38 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Fedora 39 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Fedora 39 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Fedora 40 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Fedora 40 (ARM Clang) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Ubuntu 24.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Ubuntu 22.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | RHEL9 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ | Ubuntu 20.04 (ARM) | SKIPPED | SKIPPED | SKIPPED | PEND | +-----------------------+------------------------------+--------------+---------------------------+----------------+ Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 20230508 (Red Hat 12.3.1-1) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 20240316 (Red Hat 13.2.1-7) Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.6 (Fedora 16.0.6-4.fc38) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31100/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/