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 803AB46061 for ; Sun, 12 Jan 2025 21:12:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5C645402EA; Sun, 12 Jan 2025 21:12:12 +0100 (CET) Received: from mail-qk1-f227.google.com (mail-qk1-f227.google.com [209.85.222.227]) by mails.dpdk.org (Postfix) with ESMTP id 6F6F04029F for ; Sun, 12 Jan 2025 21:12:11 +0100 (CET) Received: by mail-qk1-f227.google.com with SMTP id af79cd13be357-7be3f230436so16182485a.3 for ; Sun, 12 Jan 2025 12:12:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736712731; x=1737317531; 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=73XvqlgdWLWG50Kt6rj6Q2fmy3sB024d9IxPgeIGPuw=; b=LuSC6l+vyhAM1ZQEsV9spkFOHPAKcZTW70Zz7qeptX0gDA8BEc76C29UXV+8+/tVXU Ip+fO3KfD9TMgFSP3pafgsg2lwyUIQdRynbHETpCI97AD9ATnTK4iVdEbA/+evwcoTxj ik9+kRsHYC/yOkmJi3RPstnxIVXcrx3thNcDQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736712731; x=1737317531; 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=73XvqlgdWLWG50Kt6rj6Q2fmy3sB024d9IxPgeIGPuw=; b=vRcdVJGpoA1nIx062jco1umEWEWeTylCVAcjevmENETURJ6DMoUAm9ByheD/tNbXqd bTL8wlUOGaOccVs1ppPdB6JImeDnwxeke16a5jYIkG0tda3SYLPzq+bIhT55TnXI9Xlg D2/2H2PoTfTOZ5I21jK6StSjCJC2Oyopus0n2thQ1YmLUHEGmUCSgZGhzRA7n1jSBl4t O/149+ULIwVln/H0m5qxdVUAR9zPAT0WyldJw3IFXuqHgJ7+Jr1JQxcWLEgmnYxS3SZC +ZjjHgSqXEa8r2G4T8PnqtNc9UTtUTMYXVwEzY1bh9xiQ3bcaNWMwotHX0PQ05/OI5uh /d3w== X-Gm-Message-State: AOJu0Yyyo/fCasrxPWk1ZiX88LQSl7ZGeal7aO0JX7FGxud/yMQBy9NX ziAImwMJqnT/7w13fLD4LS8EGrZJbOWNcKGa4H3PNbhO4GJj6k3E02smlvJb0+hhGq7FmE4nYIa 1xQibjLLlA5ypdVYrhYSmqtTiheGnBSYYwKWEgjWg X-Gm-Gg: ASbGncuLSB8ESSI4/EMAgWxpezgJXrVi5kEs2iuwCCCQ+F0tDMd5ZAMBAJnI0HzTOMn 1s8HumqWLPfKe4vQs/kl7a5mZBaN9o6E7x3l0dIBqRVkwAIA7bBeOJx8jsdTKyANQgnfzgSnon6 xNTbWsiR0UakYE6kP7mBtCsItm5eFMEuTI5S2NXaWXb5g+6kmAM4ifiIEFvwBxyz0AL25HlaS91 pW9jvGCYr8MeCcjtB4mMyDysvkrEYCE/3KOGtw0tf9YWPh0174o0n2qthtmnqGeZNATVNpEeVl1 FBEAzQ== X-Google-Smtp-Source: AGHT+IHqxlzqENIiq7QIIVy39xm96HhsZrkVCMXdTrihyKozaYkFwL3BpJY7M5/YwMbJEfsINGmebaFPi1iS X-Received: by 2002:a05:620a:3723:b0:7b6:d28b:42a4 with SMTP id af79cd13be357-7bcd973dc45mr2758962085a.19.1736712730764; Sun, 12 Jan 2025 12:12:10 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id af79cd13be357-7bce32fae8csm29210485a.8.2025.01.12.12.12.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jan 2025 12:12:10 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 12 Jan 2025 12:12:10 -0800 (PST) Message-ID: <6784221a.050a0220.28af34.5aeaSMTPIN_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 214CE6052471; Sun, 12 Jan 2025 15:12:10 -0500 (EST) Subject: |SUCCESS| 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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149903 _Testing PASS_ Submitter: Ariel Otilibili Date: Sunday, January 12 2025 18:58:42 DPDK git baseline: Repo:dpdk Branch: master CommitID:3779f70292c6b3c8fa23e6ca682876506bb08883 149898-149903 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26844 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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) 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 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 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/32298/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/