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 C9D274608D for ; Wed, 15 Jan 2025 17:00:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C548B402B5; Wed, 15 Jan 2025 17:00:24 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id CD89640298 for ; Wed, 15 Jan 2025 17:00:23 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-21680814d42so104615015ad.2 for ; Wed, 15 Jan 2025 08:00:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736956823; x=1737561623; 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=EBn3z4Tj46sgTDdy3mmiGJhIzglI7yNmhACHp7vkmNg=; b=TGmaO/cZcAL20JHqApL93Y8/T7L4t7h+ZzV0b8BibLW647RV28sqQuqtuU+wYJDdsb RzSK+KJFOEH8F+M0rW/j72cetEDuq+9f36Idpt9kUC7QE1HYDVZhw+zHSzr1VQMKRH2R FghtcMq75RqmL0EjlLbuEmTKI0U1RlCOGVRsI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736956823; x=1737561623; 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=EBn3z4Tj46sgTDdy3mmiGJhIzglI7yNmhACHp7vkmNg=; b=hkrZhmCRPqOdTt5x+MRmjpNqJDzIaliAUES0MZuvIsPgVtyzMLBHnAOPpK9FYxVWw4 1fwhYJmvj0ySwkwV4qF1y2gBoydJ55vslDY2HAzgd/naNTTMUULSZ5JcZucHHDb9CUjV innsOuOKV8/awTq0SH6yjuaflKkT97rxMG2GJaCq2HLiAzJ/X9s4WRvZ5BIEVetBfHGe 2r4tj85ArKThMy1zLIJG6KtyGMe3lZiAHZVCdcTki982LRtbdGxPg0G8YHOdSJRZVhkI M10bTVcLCNvgbVZXDprfh5NAUyaD9Me7cadLc1zt3pO/70TfL/oUU2fpl18ZM7/ljKsl N80w== X-Gm-Message-State: AOJu0Yyhqzfim79mwtRzPC0vDaTdZot2ndSO7rN7PAA4K+WXss/mpqlI Br2h6BEKzX59QxyB/D3dgTBo0gwnQ1h244mcCNnaVIpkukvRtse9W3okGN13YwA5YvAgBXO3o8l /w11N0w9c13QNYg1ReOzWAzUd72lT+OYxLtFYnGAv X-Gm-Gg: ASbGncsi4r3WWDRVheY+QXxWzU+i/49RIsbw14fLgIhZhdAXLTbeE6uFMGuo4Y6o0M4 VawKYuTJgz5XTmgGbjUuuc6eUb0IQ8854wgCeK8QNrjTDw9sz+JAS5a8EfXy1x/KudqIk+8p5Gc xSvAhV9KwPYTTMyR1YjE0Dr6p0oAPNZoxtqHeXw7EW/FSYy4BA9+KRZm7YnJUk4IUi8R7N60bL6 dyGhBcq6hMxjovzNLNzRHzk5636JLSPjDqpzxs3cCFkGV4Nr3EZt8m8qJ+2DkBAK/FsLyD4+QaZ 9Jmk7g== X-Google-Smtp-Source: AGHT+IGAXTlUL4dcpMnRSmyquVEJit4FvFz06BRUFY9TarSqMPvWh7yHuCe6/MUtaH7sKvZv9sqehLxZDz7d X-Received: by 2002:a05:6a00:929a:b0:72a:8b90:92e9 with SMTP id d2e1a72fcca58-72d21f30475mr39401460b3a.5.1736956822748; Wed, 15 Jan 2025 08:00:22 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d2e1a72fcca58-72d406e1ad3sm766723b3a.20.2025.01.15.08.00.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Jan 2025 08:00:22 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 15 Jan 2025 08:00:22 -0800 (PST) Message-ID: <6787db96.050a0220.ac78a.663fSMTPIN_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 E8E6D6052471; Wed, 15 Jan 2025 11:00:21 -0500 (EST) Subject: |SUCCESS| pw150099-150102 [PATCH] [v2,4/4] vhost: improve RARP handl From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250115125938.2699577-5-maxime.coquelin@redhat.com> References: <20250115125938.2699577-5-maxime.coquelin@redhat.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-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/150102 _Testing PASS_ Submitter: Maxime Coquelin Date: Wednesday, January 15 2025 12:59:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 150099-150102 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26880 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Debian Bullseye | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 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 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) 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 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/32330/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/