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 C84E545626 for ; Mon, 15 Jul 2024 23:25:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3B5AE427E8; Mon, 15 Jul 2024 23:25:18 +0200 (CEST) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 1D0F440647 for ; Mon, 15 Jul 2024 23:22:35 +0200 (CEST) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e057ae1adbeso3633881276.0 for ; Mon, 15 Jul 2024 14:22:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721078554; x=1721683354; 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=Tcpe/NIvfUDej6823hgXoNfYixScRp8BasPCKMXtZlI=; b=ODEYpvb19yD6fZeXjZwRGFJDHnl7P1nRPZdFGN7qMwPb53phrFlLsvFs1iZpTdJa5h 5XZnaN2GTrKTils/A73e931LJcwdRl2W6Yyj4bWvpejJw4tSp4nwt5pWwvRtkPSRHiWB 2jk+QnKAwDtUc2IdVso54T2IdAV1Xhe1YJQZc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721078554; x=1721683354; 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=Tcpe/NIvfUDej6823hgXoNfYixScRp8BasPCKMXtZlI=; b=Zq7IkJT17q1xJJyZD0bH2EMa04y8sP5upfuNk9aj+dzVJlNltYSWTz3tPSYyscHB8i a/AqDcibLfeo+9c2/OPD8cUzfwDyBjrG/obGluEL/BM2FiVKu+A3huttsOdXToUbXzj8 Rrko8ZrAXWoC9VIJKdP5sRXBP0lR9C6P9XSEnMd5xLIHfV1koVs7+6MYA+CJpI3QZCuS hFh1JhbzWvh0OQ7EWOfK4rNPIpvAPkP75XMBkUcT9t8F17qPRRq4UI8PPJWTCxIBuunK sq07fzw6QssBRAIB8b2f2b0un2SJRG34Q1sjaQ3SxgFDexP0bDgYOyu7UhbDQmtdlMkg GENg== X-Gm-Message-State: AOJu0YzLXO6q19KNzvWsu3LIKYKJrhkKOgfOz+N3oaGAJLxaXi/yx9CG jBzLnaUZ9dLx7rb5JmBsE5aCeE6m+jnCDnRJRvcJmY7d5B9H1yc7u6Av7R/c5YDHhFd6n0FMFgw zl4mz5hsMaKCeG0Oi7IVHo36E9S6ShBw9MYqHyzkGMarJ839C8Pz6k3Lm X-Google-Smtp-Source: AGHT+IGjk3mfDzZm4aULY//gfCGxhllrb0Q0rQFFnI9E8cE389yklbu2r8fr8r+RnlGrxILSRQFT/ASCpOJX X-Received: by 2002:a25:838f:0:b0:dfa:48d9:b0 with SMTP id 3f1490d57ef6-e05d6bdf0d1mr112010276.22.1721078554407; Mon, 15 Jul 2024 14:22:34 -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 3f1490d57ef6-e05a469563bsm304335276.31.2024.07.15.14.22.34 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Jul 2024 14:22:34 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Mon, 15 Jul 2024 14:22:34 -0700 (PDT) Message-ID: <6695931a.050a0220.16da8.f46aSMTPIN_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 12D8F605C380; Mon, 15 Jul 2024 17:22:34 -0400 (EDT) Subject: |PENDING| pw142404 [PATCH] [v1] test/crypto: fix asymmetric capabili From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240715133728.1519-1-gmuthukrishn@marvell.com> References: <20240715133728.1519-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-compile-arm64-testing Test-Status: PENDING http://dpdk.org/patch/142404 _Testing pending_ Submitter: Gowrishankar Muthukrishnan Date: Monday, July 15 2024 13:37:25 DPDK git baseline: Repo:dpdk Branch: master CommitID:ba268b0bb43b56174e3d9345a27e6b1675a5a991 142404 --> testing pending Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PEND | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PEND | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PEND | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PEND | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PEND | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PEND | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PEND | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PEND | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PEND | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PEND | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PEND | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PEND | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PEND | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PEND | +----------------------------------------+--------------------+ | Debian 12 (arm) | PEND | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PEND | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PEND | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-167-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.6 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.1.1 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Ubuntu 22.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.0 Ubuntu 24.04 (ARM) Kernel: 5.4.0-167-generic Compiler: gcc 13.2.0 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 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-167-generic Compiler: gcc 9.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/30517/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/