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 E687845D76 for ; Wed, 27 Nov 2024 02:36:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D023F4027A; Wed, 27 Nov 2024 02:36:03 +0100 (CET) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id 6A6A84026C for ; Wed, 27 Nov 2024 02:36:02 +0100 (CET) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-7fc2b84bc60so2152505a12.1 for ; Tue, 26 Nov 2024 17:36:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732671361; x=1733276161; 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=d7Jyyj9EXxoBhV+TC415ohWTIIhCiR8Q4GDpqcoTrlQ=; b=caNGueRRV+aUtUUBt7EkkvjQJY0UPsQdFsjqOhSUwPZrtq1x9A0JA1RJZ2gnVK9ufQ /bOhfXf8pl+p+8qMNrI8wOw5B04smV1LOqps4e+vX/GpQbeIlnToyjAykIydLmiyksB9 5ugkW/FLQo7vIgelcP2LeELuYqVWEWb2u5B4Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732671361; x=1733276161; 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=d7Jyyj9EXxoBhV+TC415ohWTIIhCiR8Q4GDpqcoTrlQ=; b=YycwWjFXLIIN6BX0TcYov6CNtVeEoqS06/xSfnSKnthUbs5EjDi6NaYJ1vTTVeW1nx /rIT0IjpZnxsFLy2TQFiJvWreeuOETb0ntvN43Z9jazdiU0EljLKcFrqf1S7O3ZvZigs dtuRJVo3bayhbAN0BUYmq+DxMAd+4PeZPUDfNr62URJbRpZewhyTzQ1l1xKaVh6uPOgV PaSmjYNgbNTmncajGHlcf9auoKuR+sWhcsJodI4F1we7QXhB7ngL30ls9UbDK42Yp9av uSaLF1giMwZ6gtdXdfk/HPRqJGdFnd0gFwTFIT0RFz8aUgzUk8Ey/7o0jFn5RVcG3r2W ffbQ== X-Gm-Message-State: AOJu0YxE49Uit4KwcdCn/kDNVGsYdUF2q/ycvtmukKdBgs2TrBeun2o6 1SOKvatYmk8CRb+Ei104fcp0PULaFZzNesk66XbzjXCOtQ8PyfsS9Mo1lHpVt7qUHqOE7ujkEfv bgDpoOf9x+NgoC5P0r56yx8iFbABQDPQqmaPd5et6 X-Gm-Gg: ASbGncucfRgW/9qTqQ/lV3A2442uZUXlea3uVNvwsfwOhDcIc1JTAQBI9VgXHRCZEDd u+vvXx4pWYwWuTueaaws3Bg/5XUUdlomT+APC0J2H8ZABLnfjSKseFr+MjCY7rAfc+mTWA3XYem 8y8CXSTBBBm3y6p0CwrDluxRdc2yKWltjQ7nSua381sj/yH3cNAc+pZqzVRdnQqJcUufAHljp5L CY3brMzmED+4ff4rHpi0aS4WcceSE4D3seQ3A0JceXQri1bH/Kearu79l8UPzwrvBOg5Iw= X-Google-Smtp-Source: AGHT+IFJjDQbU5+tZLuPrsyylh7XdDH42xr0XNp9p6fDmJFG6xC6Xth+oLVMv3J8glYh4WmS8Stdk2vbnP5S X-Received: by 2002:a05:6a20:244c:b0:1e0:df27:10d6 with SMTP id adf61e73a8af0-1e0e0b0c08emr2441185637.23.1732671361551; Tue, 26 Nov 2024 17:36:01 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 98e67ed59e1d1-2ee0facdac5sm17449a91.12.2024.11.26.17.36.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 17:36:01 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 17:36:01 -0800 (PST) Message-ID: <67467781.170a0220.269f5.19bdSMTPIN_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 B9FA86052471; Tue, 26 Nov 2024 20:36:00 -0500 (EST) Subject: |PENDING| pw148869-148895 [PATCH] [v6,30/30] lib/eal: remove __rte_p From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732668761-5556-31-git-send-email-andremue@linux.microsoft.com> References: <1732668761-5556-31-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-compile-amd64-testing Test-Status: PENDING http://dpdk.org/patch/148895 _Testing pending_ Submitter: Andre Muezerie Date: Wednesday, November 27 2024 00:52:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:a4f455560f747af8cd7fa99db86e757b7ff2fe79 148869-148895 --> testing pending Upstream job id: Generic-VM-DPDK-Compile-Meson#31704 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_win_llvm_compile | dpdk_msvc_compile | +=====================+====================+==================+===================+=======================+===================+ | CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | RHEL8 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | FreeBSD 14.1 | PEND | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PEND | PEND | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ 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 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 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.4.1 20231218 (Red Hat 11.4.1-3) Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 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 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 FreeBSD 14.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 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/32028/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/