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 05E6646061 for ; Sun, 12 Jan 2025 20:32:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 03BB1402EA; Sun, 12 Jan 2025 20:32:48 +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 7D05A4029F for ; Sun, 12 Jan 2025 20:32:46 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-2166651f752so78404605ad.3 for ; Sun, 12 Jan 2025 11:32:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736710365; x=1737315165; 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=wUXzASvCtu2LBmOJ5NmVVeIZyeSE7dFWKQBvZKx1at0=; b=LQkkORSp0ZPCKShMnijho/nchuunsUdHisRpZpgLH14/ShzFsvBD/qjjaM4wrtfPdO 1eXg06PTDs6CiamL4Z6IygvpgOPM9mEdgbW1NDFsxS5yEBfVF/bsJSUKMljW0o9dR/q2 JWgr1c6tfhhnlKbQPT4v0CW+qj+O8KrOe45D8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736710365; x=1737315165; 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=wUXzASvCtu2LBmOJ5NmVVeIZyeSE7dFWKQBvZKx1at0=; b=VbJHP7bbNwGL3//TMUwXY21/fFFlB3kpOQ++wl9B69n9u6ICFqu02I9Bx6csp1y+Rz vVOpQaXz6Riwq761xF5faQqdhT98Ga8FnbiK2cyv7d91N9eTO5eKchTd5N9fFic4lKQ6 Z/zzdLE10R16RQeV5qrfKPym5tLHMQPG6WZ3kcFZyzqvjS6nb/aDYCT5lDmOtRTMbmPb +Uqutblvolw2/WXCr9HUu/+e7uaRKhpH2AVPf112LXyV4rG0VnRtxHhQl5umJLJbc34b mPs8dJupICfqPxgiKgsN1VW+MZu272ox2spnzPctifkbdRfQymMo+2IfP2txmo1BOjtN IEWw== X-Gm-Message-State: AOJu0YxTrFEYbB+GzvnMC2+9dh7sPMn2idRqxYIQm6gAHp6zlNhoKSmv h9OqB8hETGu84efb/a0C+bwBmQLciGOeC16C6h/QT/VglXj03CSs3aOLaIAXmwwP6VH4cK1J9TI pZjuaZQugZ98tDXXJzgmU1JTtGNrOUeztAncb/J2r X-Gm-Gg: ASbGncsMSxqnOBB7xV09Yuz83R9VIgAXYl/blGtkxV105OP0wJR29yz9ydWKoSANcZ/ WHdDn0sAYPjh9/QAG9kC7e3rlIjoNvmP+gBhVvu1anZX6YoxAaYkh/6c/qUC5S1mB4wIkt/gVQ0 PHxADN3bWB7D6rbr5m+PgKc0HfakCkK7I67TAp0giqzNh6FCaG4EHgg1W+mnnjctFsqSvQpX9mA ZdbyRsZGZnmHonwU/7RgWRP2cs1lS/UGXoQsLWE6s7/+AXjUXF1lwxtbokYSaW3XCl4BjqRqOxe FvVjxw== X-Google-Smtp-Source: AGHT+IGUPLl2QC72e4Wv5eFSb0nuFAnhFVDKNn+59JizLo5i8Esp21DGHX84kydBpdyPkXvzZZQkRu0VxeDQ X-Received: by 2002:a05:6a20:8423:b0:1e1:a885:3e21 with SMTP id adf61e73a8af0-1e88d13b4d6mr30738160637.7.1736710365686; Sun, 12 Jan 2025 11:32:45 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 41be03b00d2f7-a31be770928sm313027a12.31.2025.01.12.11.32.45 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jan 2025 11:32:45 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 12 Jan 2025 11:32:45 -0800 (PST) Message-ID: <678418dd.630a0220.1f11e4.744aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id AB0196052471; Sun, 12 Jan 2025 14:32:44 -0500 (EST) Subject: |PENDING| pw149898-149903 [PATCH] [6/6] lib/vhost: remove check arou From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250112185842.9752-7-otilibil@eurecom.fr> References: <20250112185842.9752-7-otilibil@eurecom.fr> 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: PENDING http://dpdk.org/patch/149903 _Testing pending_ Submitter: Ariel Otilibili Date: Sunday, January 12 2025 18:58:42 DPDK git baseline: Repo:dpdk Branch: master CommitID:3779f70292c6b3c8fa23e6ca682876506bb08883 149898-149903 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#305182 Test environment and result as below: +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_snow3g_autotest | cryptodev_sw_zuc_autotest | +==========================+================+==============+==============================+===========================+ | CentOS Stream 9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Debian 11 (Buster) (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Fedora 41 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED | +--------------------------+----------------+--------------+------------------------------+---------------------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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 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 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/32298/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/