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 6AAB645DB7 for ; Wed, 27 Nov 2024 15:14:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 63728402AB; Wed, 27 Nov 2024 15:14:26 +0100 (CET) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id EFFA94025D for ; Wed, 27 Nov 2024 15:14:24 +0100 (CET) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6d43b396c9bso48257196d6.0 for ; Wed, 27 Nov 2024 06:14:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732716864; x=1733321664; 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=TFapSrf8INh7ZElli9GteTeHbFhgtZDC3E9MQDxMnAo=; b=ed9SXXp0yr5U3bNF6xsnv/KUJxepBW4n+oWdjsGIoKMv+ed5GjwvKwqC/k1pH9KZon OkZ0swQl3v37siHIO2rEVl9eM9uLQcB/l3E/JDgYwHJmPBWRJN9Km0Ih0b+NuasHQZqP oTDE6ct8yj1C/LK8+Wu00/a4DbxOPywfnRj+I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732716864; x=1733321664; 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=TFapSrf8INh7ZElli9GteTeHbFhgtZDC3E9MQDxMnAo=; b=Shnvjb9BCt2FjQ8q+0BKRHs6rn+llKzrqCcAZR6aLtUp19yt7FZikekwrhqAdaRT4P Anw0N5CPQ2mct1QVyNfH49hPqDhDtCun/M+xHlra2vzpDWDPJBt4bsNNCO3DCSgfRpi+ ZDvy6eiKfPd3j+Vltcck9XnMVF2scbJN1su1xeki/NhnHTvXuuLOEY1/EvEImHYvVvGJ xzXf3q75RCZ7tP0I3GHU+BtUxny86D7bPRMaUehWf211mIBDLIVS4NP5gPzuwOkZGt3o DL6hcdKKqdvCTY3NLxzAXXrpHURLMcIHulESSjWPR4TRwPVWL0hB3vGNJnY1GDidjf0o fcUQ== X-Gm-Message-State: AOJu0Yz6j+zuPJTrRLPLeog/EflaH6lh+R3YpTbRKWpXBDzDdu3sK+ue zX1qpmxhr3/HMwtT0LzAbXg5cK8nhSBTP03y5LZ+OY0KIsy4VhVz4mjeQER44U3AJXsUmTk3sEo XxnrocBZIesgSWjJQvUrdHc5RMK9W9YpRrH8hbDqh X-Gm-Gg: ASbGncvkauvV9kV0ukxJgz/JdKjJXuC13i4J+wvd02LRtolHhytZVULVzxPdM2Wo6z7 fxUl4Cmv1hggrYHGJXmnvWtyXDTeZePtVvnw0Ikaiz16KnzrVyVFoe0xQYrL3zfFW+9ito9EfCX 2+9XOsVxp5KcnM8WDGIC/g8rmoK8dZm1btR//ydhKwTwhDDoDU+B/McTybD+vK3c3SDYfdATA6X HuFrgboIp4m1kKvQ1F5osgRJJhOUKs3V2Y9IsKs+tw1v57uC8T+thh38bgrWuTMKWzRqY8= X-Google-Smtp-Source: AGHT+IHx21hhrBBP/SMV2wMhuNUEfjLfXs+KzHi7RUoN2wfrPwf7RCiqYPtbdPOITFkWBSSiPmVOFUFzAnec X-Received: by 2002:a05:6214:2262:b0:6d3:c118:72dc with SMTP id 6a1803df08f44-6d864df2c53mr24398736d6.42.1732716864338; Wed, 27 Nov 2024 06:14:24 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d451b7de4asm6010316d6.74.2024.11.27.06.14.24 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 06:14:24 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 06:14:24 -0800 (PST) Message-ID: <67472940.050a0220.56b4c.92b0SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.8] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 117BB6052471; Wed, 27 Nov 2024 09:14:24 -0500 (EST) Subject: |PENDING| pw148912 [PATCH] crypto/virtio: remove redundant crypto qu From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241127133415.1077670-1-rmudimadugul@marvell.com> References: <20241127133415.1077670-1-rmudimadugul@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-amd64-testing Test-Status: PENDING http://dpdk.org/patch/148912 _Testing pending_ Submitter: Rajesh Mudimadugula Date: Wednesday, November 27 2024 13:34:15 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148912 --> testing pending Upstream job id: Generic-VM-DPDK-Compile-Meson#31728 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_win_llvm_compile | dpdk_msvc_compile | +=====================+====================+==================+===================+=======================+===================+ | CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | RHEL8 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | FreeBSD 14.1 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PEND | PEND | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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.2.0-23ubuntu4) 13.2.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32038/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/