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 6585946036 for ; Thu, 9 Jan 2025 18:40:31 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C3AD40612; Thu, 9 Jan 2025 18:40:31 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id C3C1340430 for ; Thu, 9 Jan 2025 18:40:29 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-21a1e6fd923so25816485ad.1 for ; Thu, 09 Jan 2025 09:40:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736444429; x=1737049229; 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=QE55SBBQ1tPVyQwG+zZBV7OdsTTkUYVQi+nibzXRdPw=; b=FNoPNyTtrw1fsmnJdYD9PT9bGxYBan3E+UaGORquTGiWViYzWCp6fWCNQVBe5LBeuZ W8ogbccBxrXt12PiNafHXFWrVDL0XCYDJPGt0RWK+mu5y3QoDmHNDOQJWosrgGXLKsQ3 oGp8ysgQUH/D9K32C52YdV9V8XOrQi6Pm3yE8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736444429; x=1737049229; 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=QE55SBBQ1tPVyQwG+zZBV7OdsTTkUYVQi+nibzXRdPw=; b=ESwzQLl1zasayRGMyInOPZxox4B1iiONOqLM+OklbMnIakdyRQiDH41zrE0oOCwDQQ ovCsRAzAMR51Mt1i5px6xqniQbyV5jarNc5W2Yc/V4fb1AEg+TWjA1Ew7yQHawIP7Tbt xbTmkd6GX92gOiU77L+Yr8MN/Zlp3KlqJiZxTdp5Hc6/qQ9EFnoUJS67Z9d4+C/eUyAb 1g8TNzCChADEf9XQ9w/fYz12SvCC1ZxejRfE9P7qOPSSqi72HTh5wyOgtaSXXHE1CqbZ r9NnVjQHcln2DVuLuO4pK9kaKoirtAT+sAtdOtrICptqDvXbVc3NRpM80nNcZxBje/FT jaDQ== X-Gm-Message-State: AOJu0YxpbKFQtnszDE5yuqUmeHVZ4RD1CiAtlGSNJQfbIkQxYF5Av66a /5z+tb65InQcOYcfV5qW0YCowJhSNxtwXMS2ZQir4E1dfuWufm3hz0J5OoPcB+bTKVNCPfyBFdH /FWPfBQoxQ9Y2G15mpCF4Apb/5s4crbywcq82ceeg X-Gm-Gg: ASbGncuqFQSNOVDaYxGHt04tT3aXspakIfJ41XjDC0woEMuhlIZYhPlPGu1+ipA7AnG r1nqYBE5FjQiokhGlFrcX2pX7/u5HtF0DvDC/5wzgXbYN8zCuFFxvODzMQ+b5Tutu9WvPn7CjVZ ar5Tv9hYAq6EWDkLn20sdUoswnOSNSZrTS4h6bvC6HB0e4m0bcAWYNwvvXnN/H1d5a9igMKfv5n Ro6YyJ+6X8Kk35Y6aBYS1DDypAL/4ik6i2qNI8a9cq0sI+oW3Md33STgUNq6PJ/ZEomx5166XLl RA== X-Google-Smtp-Source: AGHT+IFpKpVCKWbjaCOSUxC64V6wtAK/YSY9vK1zMIVRAaBMq3HHfnbxkE2THO05MGFgR8Uvw7PV1H9kiyrW X-Received: by 2002:a17:902:e5d2:b0:216:591a:8544 with SMTP id d9443c01a7336-21a83f672f6mr116531735ad.34.1736444428988; Thu, 09 Jan 2025 09:40:28 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21a9f23654bsm35505ad.9.2025.01.09.09.40.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 09:40:28 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 09:40:28 -0800 (PST) Message-ID: <67800a0c.170a0220.1b6012.0384SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 329F66052471; Thu, 9 Jan 2025 12:40:28 -0500 (EST) Subject: |SUCCESS| pw149666-149667 [PATCH] [v2,2/2] test/crypto: add asymmetr From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: References: 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: SUCCESS http://dpdk.org/patch/149667 _Testing PASS_ Submitter: Gowrishankar Muthukrishnan Date: Tuesday, January 07 2025 17:52:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149666-149667 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#349724 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 41 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 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/32269/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/