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 B68ED4607B for ; Tue, 14 Jan 2025 05:02:44 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AB035402E4; Tue, 14 Jan 2025 05:02:44 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 5A4D4402BC for ; Tue, 14 Jan 2025 05:02:43 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e54bd61e793so8814076276.2 for ; Mon, 13 Jan 2025 20:02:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736827362; x=1737432162; 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=gaBuHLLs0JHo8DAVyH2zJ4MQ3UTgszzzblG9J+W887g=; b=TSH7riZSLzS3n5ZiFIXui7jzuY/vx8ksFubyZ3e2C184/FmJfCZjVYqXeU8HPNN6j4 CtSiscZYnbHLT/M7IWMq46VQmv9B8GtmfLyQOiigieK1L3Zr52pDk2Rzm6MIERSLtyVo fzKSOGY8Iauq/UP6s4mzzHw9ZFrJuoTSXPOuE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736827362; x=1737432162; 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=gaBuHLLs0JHo8DAVyH2zJ4MQ3UTgszzzblG9J+W887g=; b=KERI31qH1LT0d+LbB8MW9YfWDAsGFuCIiqF2PrCnCgviy6IKQRXz0k3hYuk0tG//Yl QzSnckIDD64aa85683LPl0pOm/Pl3HFcACltFjVPfvm9BC50unn8kMn5k2ijyB+BVAKl oWcQWDhgOZz4OJebkTA6hqlS/VYPLiQtJs3C5DTHln4iwOap+XKavtAJKEtBnig+w1lp VFjruNXXhuCFMDM45TtQdXH6QqLaEiCaiQCtux6qJDlKmFYWWyrJN5c7abhXRzodBfhm ZPa7NYsRAEPJgTBfpf3gcXCmlmrUYuqlcWX+tL3vFMaIBIM23EHLhuAREMh2BKT4BTJs 5NNA== X-Gm-Message-State: AOJu0Ywtw08r/Lq5SOcS4NYLca2IQLVACzdACwXq8UYvSQKiKP/QpXRe IUb8xhg6O2ixBljYu8mXCai8RvQyq9/nPmFRi34V04qtnzfIC9BIp08hvH9mVoLnOrLDsRt/9aO J/ikVYzEQC99zF75QPSEaubit9DeMdbOKNEBQQ52w X-Gm-Gg: ASbGncsZuKGuBdIgx375zzAvPB9in4p9bFNHn3vzaab9NxZP0WonRoi3uYllaJWPDqk bBju3AzQvODVJNcAHwe5l0n+DkBnsFl3+5ThHSFwmfa3M9uBt8xCUM2uy326lIOOzILI016quml YRWxMTnvuCP+rlOVr0nPew8QYOQ1EUjJgCmyxVlJpkpRVuqyTvwdGtkMHwnj+WcuhH5gR3wUtPD t4eANMtyOdYNNJ9569iIl6V7Yv3qYCNbY3A7m8eSswEoDrMz8WQ6jphsDnTqObedh1zBw7msAkZ 0vrl4g== X-Google-Smtp-Source: AGHT+IFpuje4e8piqFrCrk+5KxL8QwFDvmqqJFLdnUfiOBnJkuzRBOlKi3hTx95UecY73bCHl7sgZRZl7H1g X-Received: by 2002:a05:690c:4d88:b0:6f6:7b8a:6e62 with SMTP id 00721157ae682-6f67b8a76ccmr79491257b3.35.1736827362604; Mon, 13 Jan 2025 20:02:42 -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-6f546c3646asm5390217b3.11.2025.01.13.20.02.42 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jan 2025 20:02:42 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 13 Jan 2025 20:02:42 -0800 (PST) Message-ID: <6785e1e2.050a0220.27a2a0.7f63SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 3C3346052471; Mon, 13 Jan 2025 23:02:42 -0500 (EST) Subject: |SUCCESS| pw149938 [PATCH] [1/1] eal/linux: Remove unused values From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250113171920.1185214-2-ariel.otilibili@6wind.com> References: <20250113171920.1185214-2-ariel.otilibili@6wind.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/149938 _Testing PASS_ Submitter: Ariel Otilibili Date: Monday, January 13 2025 17:19:20 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149938 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#305484 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Ubuntu 20.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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 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) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) 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 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.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/32309/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/