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 99C7946077 for ; Mon, 13 Jan 2025 20:00:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7FA4B4025D; Mon, 13 Jan 2025 20:00:29 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 7C5054025A for ; Mon, 13 Jan 2025 20:00:28 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-216426b0865so81509325ad.0 for ; Mon, 13 Jan 2025 11:00:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736794827; x=1737399627; 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=Terd62186DB9gMYbb//18S2keuQXUG4hV8zDkMztBNM=; b=S40JXOOb2tKTMfXjUmyLGtoQTHM1pUrBeiCBZohjMrFRi5Xde1EiOJNYknvN/dvxPe PTVXll1SXZR2UgrgWxr1TsyhlxnmFRsExmB4nJMd5coFYH6tdMFVyf6/Z+W3t4ESIYp2 OT6DMQ1FVk7/luJDFnCgB/JtH3RfVyaJ8o3OU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736794827; x=1737399627; 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=Terd62186DB9gMYbb//18S2keuQXUG4hV8zDkMztBNM=; b=KudDeVvpWlQu18Nzbc2ANTKCI03p8c0icbH99nKwKA0/upF+rjZXLHbrCvyFVjTph4 5L+3AQ9L5Soemkd5dPC8QY9g7fbwMV/r+lR0Hsx2c0w97y0YWpuiWa6brDtTClT6q/jo DP0yn4z/RTnv1f5tZhqRFQSwaUGxxrdT2Qzs/z0rPumWAKsXF35qAV4xTq6vAEizan/Z sHQ5JbGf11vDG7UTeuyf6wYNbzGqpd6SUG9JkS8e1wYF6Fp03jK0UiSFMWHpO5dRDBD+ vsIcTwO/+n+8Kit9tofuqAAweaGXKEgxs+XFG3dmRBqo0uYsVGrKKv38FfXE/4kwLAf7 ldOQ== X-Gm-Message-State: AOJu0Yy41Ld+1io3x0bym2uH6QA4OlDPLjujD8+th4v0i7smsiVmvONc HSa3p7a5Xbc9Ra0hZrYuxPcGjr3B6871pkQtG0m4uixSx/JCckPo4uhTTrPfi47nMIW7BbNRqu5 rQoboEeXa0ueLmNkliz3XYaE4lR3EfdunB0BB5lXR X-Gm-Gg: ASbGncs0NwCJ80pCRLFv3zBPl6KbGgMg2qSf8mJBpbuVUgDcTgXbd+uXCgP940AKnaY oJttqwG5+ar9bHkS51nCYq95U+4Bbuptkv1EWa38Q+KPsBhsl/lxwdxMUXpaNCQoI6FKrdSYIbk W24sqhye9+wJgKo8Pr9YAZJ/72Xq4kLFbUxt4dHMGnyihFBOgxsb/+R9+iRU8qk5uQIppAy774b lefJvm4txbqHNpESSFFypO+tE6T2rgMWBjlONkE2nhTeBn8SSshx+FPG9n2PAnjjGEBYKRmT6lR V7MZvw== X-Google-Smtp-Source: AGHT+IH5V19QDoQqr3/paVxhxDgNYib2yhTQk4cHc4B4MyDFSzJG5sIDgx3mWAe/XGGLgvqBiPgYNvSC56o4 X-Received: by 2002:a17:902:e750:b0:216:5268:9aab with SMTP id d9443c01a7336-21a83fe4ba3mr349387535ad.46.1736794827166; Mon, 13 Jan 2025 11:00:27 -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-21a9f23b95dsm3489495ad.24.2025.01.13.11.00.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 11:00:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 11:00:27 -0800 (PST) Message-ID: <678562cb.170a0220.7f9d6.992eSMTPIN_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 3E1BF6052471; Mon, 13 Jan 2025 14:00:26 -0500 (EST) Subject: |PENDING| 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-abi-testing Test-Status: PENDING http://dpdk.org/patch/149667 _Testing pending_ Submitter: Gowrishankar Muthukrishnan Date: Tuesday, January 07 2025 17:52:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149666-149667 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#111887 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.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/