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 26D4A45F23 for ; Mon, 23 Dec 2024 17:39:18 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0676A4026C; Mon, 23 Dec 2024 17:39:18 +0100 (CET) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id 96F4F40263 for ; Mon, 23 Dec 2024 17:39:16 +0100 (CET) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-6f29aa612fbso30616677b3.0 for ; Mon, 23 Dec 2024 08:39:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734971956; x=1735576756; 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=p/DVCsZ6TsPOoZrcX2ILRb4v5wWztE2Iak6Y/+PXKYg=; b=Y+MAYd8YVrvSPHfN3qfnVjn2mfJkhkQ1WXd5qj0UU+avj7DwuB0r8t02wmmpTLBe60 edBtwiJ2jpkOfC/rKO6QZqNtJGO2P6xk1BhWazFc995jopAghHJDeJe0vQphHuzH4fHJ KoTu6lJa2Pzutl4R5K0v5niTj/YpewXUd/G0E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734971956; x=1735576756; 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=p/DVCsZ6TsPOoZrcX2ILRb4v5wWztE2Iak6Y/+PXKYg=; b=nDKY5huLCanoC0tmnoXYNmMnyQ5aGATKv/L6AZZaquJ9hlS5w/Wko156T6lo/AGuKL +v2OreG4fcbYszW72K4boUYkPYNUCXXeznkZSsW0d5ooX7GT9ejBCu/SZbKsKDBVizHo 6tTKpaXUviSXac9DCVMtU5lDaAbC3Fl0hdpgg1yQCbb1e/aF1f+CQGT/u3Zi3ZPTdhno O5mr73CHAGjWPvjOdiQqJZ+MI/51jl5N6ivu5qrQp0jzjvpkj5LmI1N2/8AvOSmmW7pk /VPlqO64kJ76b5C4RhWOi51GMk5Q36EjxrGItg1sndLmogn7B3jYuVBGYPoO63ZEe2Da wiIQ== X-Gm-Message-State: AOJu0YzF3CVAoAAtLtBRoeZBvmAlK2a5FKw4qCYqUeZ8XHuEPeWbCsGF m3JwFLUF0PkLcgUdGR6v5086FLvOxr4YO07mQChXYyp5KTEE7yWlg+z/H0nKABGquQlb2/qliaj lLOm+DGjGQ2JTx9jFNk8BQK4gRWo8j/f6bHon9dv4 X-Gm-Gg: ASbGnctqn7OEsRDvWi9NvMnRmvRwchMcqGDjjvuUWlE4TtQAKk9Mg/bOOyNXbQe5Blu SeMrLYl8ktV0/7nSXZwZ/tKV6Kw4GSb46T7XPXcvdXL0QRAD8MJ/hEs7cN8YJyGK3Dpyi/uXvAe 31B8CylEjEemnWj29xuo3hOvStcp5STd4LclHY3n+BJZGNwiZsk/Vytjj5w36yaTcVsjCw2P9q5 ZNLSPcrnRUT6WrRxnhypa0yeYh4BUgeLvBkNGR5yDetNPYpnJtnssrPU4Kna0UP8afzeZ+MMy/I ag== X-Google-Smtp-Source: AGHT+IH2rTg7DCYOMgXFANhfwmYkTcfEHvuH59PKyeiO3r7lZC8WBDuiAJyNPW+m4l4LHpWT6BEnvvOGBqwO X-Received: by 2002:a05:690c:d1f:b0:6ee:baf5:a4e3 with SMTP id 00721157ae682-6f3f822f406mr83615407b3.42.1734971955939; Mon, 23 Dec 2024 08:39:15 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e7477e0bsm3543487b3.40.2024.12.23.08.39.15 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Dec 2024 08:39:15 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 23 Dec 2024 08:39:15 -0800 (PST) Message-ID: <67699233.050a0220.158bb9.c7c6SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 97C536052471; Mon, 23 Dec 2024 11:39:15 -0500 (EST) Subject: |SUCCESS| pw149409 [PATCH] doc: install guides and api docs to diffe From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241223153846.230648-1-luca.boccassi@gmail.com> References: <20241223153846.230648-1-luca.boccassi@gmail.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/149409 _Testing PASS_ Submitter: Luca Boccassi Date: Monday, December 23 2024 15:38:40 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149409 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#301429 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) 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 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.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/32197/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/