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 DA2AA4602E for ; Thu, 9 Jan 2025 14:12:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B91C740BA5; Thu, 9 Jan 2025 14:12:08 +0100 (CET) Received: from mail-oi1-f226.google.com (mail-oi1-f226.google.com [209.85.167.226]) by mails.dpdk.org (Postfix) with ESMTP id 37EBF40B94 for ; Thu, 9 Jan 2025 14:12:07 +0100 (CET) Received: by mail-oi1-f226.google.com with SMTP id 5614622812f47-3eb9101419cso479179b6e.0 for ; Thu, 09 Jan 2025 05:12:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736428326; x=1737033126; 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=L+AKJTazf36eRBmvi8cTFxktF8r8hBwuitZGgYuUuyM=; b=HqEeZlDjGhpODQMFTpL1y40IRw2TadmytgETIUj8xgzgOwz8m21rfQgWSany83FbI8 UorNjNCOJxqUCSuf2a5AfmEGIm2ZdXwXrnoFC6wDLvEmqE5P4dyqG1/L0qpZtzFvJi1Z IFvK+TXsRQbLVqw2B2PC4x54GP9rJOJuKLW4E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736428326; x=1737033126; 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=L+AKJTazf36eRBmvi8cTFxktF8r8hBwuitZGgYuUuyM=; b=EMDl6Nf6Zj7UcEjBL24U0jCMSGivcCjM32+58xYk3XogUT/IgjgWd531IMHNDM8sLB mPV+6xl/jZIE9Pr8uxzegEcIJbsITnpNjkBPiUcLulozo9XCINwm5xb0OAYkwtBkPfzv GASlIWZoUDpsJSAFEhr1zA7rB3i9KDPJgCQ/7z85Bkaqv9T4GdaNGJW8baFkzo06+j/i 9kbxu6P+ghuhaMX+F49WuaJ7WM11ngXf9cSdkr1c4NPyqYMB1Y+98SGueffQYSoon9Tb vsCBapGPbOyyfObHtx5wHIavlfePe5BqHDjsoFc4MbJCUPeZpyqF1px3B0xkMtP83eQv 0ZwQ== X-Gm-Message-State: AOJu0YweqFLyLzJS3JRphcjmweOZCQjP4nOxw+KI8NMd1tVvoOo/h7Df 775rhS+4nHSfOIpYpmUrqJKoa1m1DYXtiZmchIuqkqAnuSaKXhpCeNiDzlZqu8PzDwmBBlEJdQJ ytkAw+doMMLO9XQ7PqJ4WXI/7DK3TR8pFtTkhR1hf X-Gm-Gg: ASbGncsM2HO6OJK1WWHKCpF8c5/c19LhB2i9s5xXTkPqnZObke/SmtsUbJvysoYUBzQ lFoBQJm17BhyPD2pjBH9vCPtHdnJVeOvmqWqFnQPDLRXPY5LqD5IiOgmSxr673N15XxWnyHWxal HdY9UGnvBCmPKQpkq6AXAbFfmnO/8qgwimkJLlTbRqBuvJ5Kzum45tA/ouYdqwJnUlF8MQj8uVK tdy+vGdxZynXiZxNqQGGw2KoSgolaHUzZK4KPOCxEaL6XBvlK96RDCdIZWRh4+e64LQmoSCOm2k +Q== X-Google-Smtp-Source: AGHT+IGmkXfXMaIiTgpo9RJSnACHATs2iwm1diky+osMr5alXaAAVv8/Dldn7vrEA1C7u8zUo+Ezxp6VGs9A X-Received: by 2002:a05:6871:650f:b0:29e:3c90:148b with SMTP id 586e51a60fabf-2aa0690ed2bmr4027941fac.26.1736428326276; Thu, 09 Jan 2025 05:12:06 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2ad805917cbsm61869fac.21.2025.01.09.05.12.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jan 2025 05:12:06 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 09 Jan 2025 05:12:06 -0800 (PST) Message-ID: <677fcb26.050a0220.2e262b.3f97SMTPIN_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 BCE8E6052471; Thu, 9 Jan 2025 08:12:05 -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#111505 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | RHEL8 | 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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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/