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 36A5D45F7C for ; Sun, 5 Jan 2025 00:11:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0EE7040269; Sun, 5 Jan 2025 00:11:41 +0100 (CET) Received: from mail-qv1-f99.google.com (mail-qv1-f99.google.com [209.85.219.99]) by mails.dpdk.org (Postfix) with ESMTP id 49EDD4014F for ; Sun, 5 Jan 2025 00:11:40 +0100 (CET) Received: by mail-qv1-f99.google.com with SMTP id 6a1803df08f44-6ddcff5a823so8920156d6.0 for ; Sat, 04 Jan 2025 15:11:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736032299; x=1736637099; 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=Z06xboDmi3EJa2lKNYzpreKjlpIFA5cc9fc68dgGew0=; b=WBbs3FtpkLX001oiL8bVGjmjTQYBAHuFuFFo/n9+bmPFAJtNYvTi0bFCnKs7QN6f+O GxpZXQQGAcNGcJE/Ryb6KfhFSZVXfMnFKi2vTSNKFmXAqLJB/lxrq98aiz6/FcnRRHKd LbjWJGFF5gXhZ4tMl7/4wDTUGaBWIsyFKVI3U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736032299; x=1736637099; 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=Z06xboDmi3EJa2lKNYzpreKjlpIFA5cc9fc68dgGew0=; b=YqCBb3GWaRkG3MaRPbIDON4MmxQp0SnsgyUTAprYjFKzdSJis3fx5MBbdUWxAv3MjP Tc5ciKbT72VF/9VpaRireUqTSSDD0GHJbmbbAYUqYQ4VJHNBksq1oP344Yqe68d5GmGG E678sz9DxiRmMyhWnreun9qkQ8HDevyWDZr3U1XBKg6gqfGUQM6zqF2EKP1NIhwWYmlg /X7m8tbia/5etZ6bwtu2hytkeOQzrveItNk1vuWATgOABDHgeDSLhinZfhAw/Gh8atAM TgOfga3O1eJcE3kgpwhfUMfqFj+qkykPJNheKxPPwMiTvuVJiffC7ImH48vBv0sRzsXz oVgA== X-Gm-Message-State: AOJu0Yz5v6k3HOuTAOgG6gkEkkE/PDCqJ4rcoTaCbCVxOyRrdPPbSzg/ RHzpp1jCRx60rnrs08rukE/Ga4wGh6K+vEL9HTxPvK6wAvG6ZZ5eB5nlcj/Eir1UC/wmB16LSpg PAqfZ3018F2TtY1PHSSFxaqxZCafti2OG7eLjtyPM X-Gm-Gg: ASbGnctIYuwFyiOft4zADUQJo2fK/R/1Z5ZnTx6vPktER+524u5BfoCEGuIrlo8mCZe 8ZWgidgiqFFyEO6SqGOR01Q1ZhkbtFpF+Y4gW9jKQ4HudpY3cSVQZNHT9r/Zd5vBqfw9HFdI8sz fIAAcx4vXoaVt7vbkVB8YRCqwqh0zJ13RXF4edMpDXG0qjfn6EOkkPoi3xUvpNvAD56djnansCP 0gkKVNXz/FEVEBAXGQYhLVrmA4BjIrqZ2jIIBBC/dOUWRYYExusgbTVjW5xFBrQ2B5BCSPkVPmS Gg== X-Google-Smtp-Source: AGHT+IHUNPrX9tuCyRihegsBqIlnxQWvFswRLag02v3H+o/GXXMEmjZf4fXGm+X34tnSEofZBrMTZ9KsfyKc X-Received: by 2002:ad4:5b83:0:b0:6d4:1d4a:70e9 with SMTP id 6a1803df08f44-6dd2332d725mr760493696d6.19.1736032299595; Sat, 04 Jan 2025 15:11:39 -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-6dd18113428sm18182116d6.35.2025.01.04.15.11.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Jan 2025 15:11:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 04 Jan 2025 15:11:39 -0800 (PST) Message-ID: <6779c02b.050a0220.38fb3e.2e28SMTPIN_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 43FD26052471; Sat, 4 Jan 2025 18:11:39 -0500 (EST) Subject: |SUCCESS| pw149612 [PATCH] app/test-fib: enable test-fib on Windows From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1736028594-15393-1-git-send-email-andremue@linux.microsoft.com> References: <1736028594-15393-1-git-send-email-andremue@linux.microsoft.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149612 _Functional Testing PASS_ Submitter: Andre Muezerie Date: Saturday, January 04 2025 22:09:54 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149612 --> functional testing pass Upstream job id: Template-DTS-Pipeline#205362 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32251/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/