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 6F7D345F2D for ; Tue, 24 Dec 2024 12:12:10 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 796AE4029D; Tue, 24 Dec 2024 12:12:09 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 90F3C40263 for ; Tue, 24 Dec 2024 12:12:08 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-2166f1e589cso59850945ad.3 for ; Tue, 24 Dec 2024 03:12:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735038728; x=1735643528; 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=vEar01sMdGE9nu/8aaXwRFtgZZ0tH9bj9iLhdwlnZzo=; b=hr6u79+724Z49k0DNGPG7K5s2b+dXiZhzgpY+pKdsxp5LnJ02t09m7kL5qv0N0cedV a7Ls79SIYGmlgHCogooR8M/wuXOFsXfRzcHIy89Vas8sijxMpbDv5iYhV8Yxj/PM3oNL uidGDEfpzoQo1Wkoaz0DIh7g0kKdoBRhMvDgc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735038728; x=1735643528; 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=vEar01sMdGE9nu/8aaXwRFtgZZ0tH9bj9iLhdwlnZzo=; b=hHjykHLb3Vmi7gsNPXDaO2Z3jJl9X7SV+TPdsJd2GHY2q693JD6nOVOcE2831M8a2f 2OeYJ8OV3sLDrqZl7jVnfo/vyWryEbu1hJHW8BxcQFFvlqcsCsUG3WWfzbhLFh2r7B2d b9hTFHE5WcvH4lcKwaGCKTstzgCzbl6DuFSMlSUrTwTK7TK8FF+Dh4T6BGM8mdq5ty3L uDIQKP9Me/jfRRLr1nPf5Bio1/V4k2aV6HhtP0Ja0n54HoRMrarm9Pc7K20ZbSHGwkhN CQh2m6b/anGlu5zrn8MWsWljkp1TQR8fifEMx4JzqmaY07xf9u0Ue4Gsx9ccil5V97E3 Aiaw== X-Gm-Message-State: AOJu0YxQeBaB27ESCbKMJbL7hHxzYokZuB7PdeKjyS4M6iLNvXg08WU9 s3na9NdkSURIPFEEl7su9Smq9wRy6X1PEwEhmiCkJvl7ZIssHsv611HpBewa2AsdZbcCcPoA3by yFcA6neAUjZi094cI8+lmtEL4OoJkhLhu8zVEAMoL X-Gm-Gg: ASbGncu2gJoXb72Ol7hGya6fmLQkvZz/eaSezHzHX6aFBf6hrVyf5eMZfdE8q6DTcqf T6re4KbeSKRCHXYQ3oJ6r5eHIUMNzuM+JdINkbkGdkkNTFk1VLz9WnCKKYI0QITFM+djTlLzMeC bQ1556cuCBF/rx7gEenr67x4kS+IqaWD4c+Q8mhIl8i063z8/CbEXmvCwFwnlzBqyn/zDUrlEq3 gMGKEjtN3V6caLDQcJQx0WCzT302/quzC6uPBMj57RWwbn04CUnNdv60/46Ix3ql3fnI06eBCL7 lA== X-Google-Smtp-Source: AGHT+IFi3msrAkA2+k1WLCGq1ewcVvjJk53uI/qLftbR77KMLKF88vbKLUD985aKeM+GJch3IYzFbXrBIajK X-Received: by 2002:a17:903:22cf:b0:216:7ee9:21ff with SMTP id d9443c01a7336-219e6f38254mr242098025ad.49.1735038727702; Tue, 24 Dec 2024 03:12:07 -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-219dc999d5asm4433895ad.46.2024.12.24.03.12.07 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Dec 2024 03:12:07 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 24 Dec 2024 03:12:07 -0800 (PST) Message-ID: <676a9707.170a0220.f4fbd.218fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D51C46052471; Tue, 24 Dec 2024 06:12:06 -0500 (EST) Subject: |WARNING| pw149451-149466 [PATCH] [v1,16/16] test/crypto: test virti From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <854b1ec12217bda2cd624431f95ab771114aaaa7.1735025264.git.gmuthukrishn@marvell.com> References: <854b1ec12217bda2cd624431f95ab771114aaaa7.1735025264.git.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-unit-arm64-testing Test-Status: WARNING http://dpdk.org/patch/149466 _Testing issues_ Submitter: Gowrishankar Muthukrishnan Date: Tuesday, December 24 2024 07:37:14 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149451-149466 --> testing issues Upstream job id: Generic-Unit-Test-DPDK#301781 Test environment and result as below: +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +=============================+================+==============+==============================+===========================+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 39 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM Clang) | WARN | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+------------------------------+---------------------------+ ==== 20 line log output for Fedora 41 (ARM Clang) (dpdk_unit_test): ==== ../lib/vhost/vhost_crypto.c:1435:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis] 1435 | rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO); | ^ ../lib/vhost/vhost_crypto.c:1446:23: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis] 1446 | rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RW); | ^ ../lib/vhost/vhost_crypto.c:1455:23: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis] 1455 | rsa->cipher.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO); | ^ ../lib/vhost/vhost_crypto.c:1458:24: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis] 1458 | rsa->message.data = get_data_ptr(vc_req, desc, VHOST_ACCESS_RO); | ^ ../lib/vhost/vhost_crypto.c:1474:18: error: calling function 'get_data_ptr' requires holding mutex 'vc_req->vq->iotlb_lock' [-Werror,-Wthread-safety-analysis] 1474 | vc_req->inhdr = get_data_ptr(vc_req, desc, VHOST_ACCESS_WO); | ^ 9 errors generated. [407/3378] Compiling C object lib/librte_vhost.a.p/vhost_vhost.c.o [408/3378] Compiling C object lib/librte_vhost.a.p/vhost_vhost_user.c.o [409/3378] Compiling C object lib/librte_vhost.a.p/vhost_virtio_net.c.o ninja: build stopped: subcommand failed. ==== End log output ==== CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32207/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/