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 22C2C45DB0 for ; Wed, 27 Nov 2024 07:04:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 184E8427C2; Wed, 27 Nov 2024 07:04:39 +0100 (CET) Received: from mail-yb1-f226.google.com (mail-yb1-f226.google.com [209.85.219.226]) by mails.dpdk.org (Postfix) with ESMTP id 70D90427BD for ; Wed, 27 Nov 2024 07:04:38 +0100 (CET) Received: by mail-yb1-f226.google.com with SMTP id 3f1490d57ef6-e388c3b0b76so5140810276.0 for ; Tue, 26 Nov 2024 22:04:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732687477; x=1733292277; 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=1DARyXxZxsxFQiCPg2gwIVW9q/kQGAYCtOzEaiG6fsc=; b=RPwWa1rBWgF69/coOiyb8ujn2Dyi/+2GE0JmP6reJQlgm9ZR9n7lpQxhZ2Hzltpgo9 Y8IrJdY+9hlULVAeoNj1wzGJIj5zmNSF9CPMcz1SCtRseCtK52Mgwfglz+bGQLaJderC G6YLgPVgD3b8/s2iMC62YJ9jdft/682IA51So= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732687477; x=1733292277; 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=1DARyXxZxsxFQiCPg2gwIVW9q/kQGAYCtOzEaiG6fsc=; b=rVC7OnMSs7+mhjzqmiRGHWxvkHZSZ8mQUajZUun9BQMkdDUbtYj9VMDBJ10rI2cNJ4 fYq55c3vyl9M98IPuQkzrWAaGS1B9xY3LELb3Ao1PNHEHds1f2Ma+E3Fv9DWg71d+Dwt VcQViEwGOVmYTjmFtLUSyW8tM5UutRviLuEFQOoBQktDfIgNbbeHHnALWpLYWjlcBzWL IekYMAjG80ITayvqTAodw51ecJMMKL6mUknI8KJHF91fzYcoZXqspK4H1mXplY1dp9ap h4MCd7Xh+5ADuZZqZS6K8Z/v/mimOz2fUkfohoL7gtveVPRGSQddOf30z8bmFLlGQfpY OUiA== X-Gm-Message-State: AOJu0YyDWdZXV2zIySJISuRNmgEP5dk20QxznNcDlZRHDZHCbE2xJcub lE8WEmSis9ZVywCoyxFbBYHbCXLrZUYDHVq1naT5ds1leCDI3MpDoo6st45B35O9f0LOLFIuPek fATvBhO2d3jGTiHQ6NcWPUItayFCaQ49RyM5Jfcn+ X-Gm-Gg: ASbGncu8pL5gn+b9okWBS4vPdfQHUCBwAi5IqiLOAyspKkXsEK2ktWaviYmnVIrXJTD EJDsu5U2Cvv72G47I99MAA5hoOzIt5rHmKxWDKMJk9LqHe/KgkyHScwa2ApHiAlbn7PhMyMMAT/ bmpcVE5LqoSwEQAWgmDqrUr0+O/vP0H+xOubTfDgvFCXfqjVmMbNzigRbizwj3D52/jkpv0l9pu +rWB2dsK6kQz+i1RLp/fRn1iX6nh4XJTqdh0r+hN19q3hW44fG89MGi21Gu73tadIj4B8E= X-Google-Smtp-Source: AGHT+IGzHQb06RXOy5nx7CWU45vVMPA6hlR97JpV7+/ZmhTrDikdlR4xar/2Q34Sj59hOYZlaEOGp1FWGuoP X-Received: by 2002:a05:6902:c12:b0:e39:811:f2b4 with SMTP id 3f1490d57ef6-e395b869ad2mr1733952276.1.1732687477593; Tue, 26 Nov 2024 22:04:37 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 3f1490d57ef6-e38f62ce6d8sm237918276.24.2024.11.26.22.04.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 22:04:37 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 22:04:37 -0800 (PST) Message-ID: <6746b675.050a0220.2f5bcd.f6dcSMTPIN_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 3576F6052471; Wed, 27 Nov 2024 01:04:37 -0500 (EST) Subject: |SUCCESS| 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-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/148895 _Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, November 27 2024 00:52:41 DPDK git baseline: Repo:dpdk Branch: master CommitID:a4f455560f747af8cd7fa99db86e757b7ff2fe79 148869-148895 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#338416 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 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/