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 3844F45DBB for ; Wed, 27 Nov 2024 22:01:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2A52B4029C; Wed, 27 Nov 2024 22:01:16 +0100 (CET) Received: from mail-oo1-f97.google.com (mail-oo1-f97.google.com [209.85.161.97]) by mails.dpdk.org (Postfix) with ESMTP id 457F440280 for ; Wed, 27 Nov 2024 22:01:15 +0100 (CET) Received: by mail-oo1-f97.google.com with SMTP id 006d021491bc7-5f1e573f365so103694eaf.1 for ; Wed, 27 Nov 2024 13:01:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732741274; x=1733346074; 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=YwB3qsLGq56a1EmkwU3i6u4xbJMAPKItiYIiq61n0rQ=; b=BFOEsRVWyOSK/ucq1JHaUehH3G1zQGdIyVrc2y/Vk8fNtfxtsnLcboiahwsJjGe0Lt jWPqE2WCcfoDTke2FE6Fyidfw4BAHC9JYLwq9k4234EcNvP1Qq1bvPKQ+9+IJAyNANId XtnVD6KXdiD90kwv5cytKhClAUq7Y7gZElv5w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732741274; x=1733346074; 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=YwB3qsLGq56a1EmkwU3i6u4xbJMAPKItiYIiq61n0rQ=; b=sRQXx2fOK0ppESKOMYM7ZJapAFSePBcH7WIzFD/vwy7OcBufz6dL81Ffh0J5tdZFlX r4AokcVLUqGH2ytUIM9/gXhKB+sPGSH44QU5I/f6XjsPOQHr5twPodYK2e0ERnLoHwec arxMTRTMYDNITPQfyY33VJry0j0QAEJ0ZRaOX3cF6lIXn66u+V1rLNN0cbXYVm2lM2dD jzxdpJ1EselUWd0/ntP6YLEEH2q4Q24mxhWyMlApRQXZU/bgFrOHdRMx4EzGbospbmGd pK8+EL1GvnlEj6rO3P/iEk1ivUMH0ps/aYgNujtC8hSfSzsMbstLOeWo9pqNz7uUHE6F YO4w== X-Gm-Message-State: AOJu0YzNXdXGTO9hR4yAWOao74UcRGkhv5qb2XcR27xIMICThUAjHYiT ftciU4znKoJ8DieRNN0UoxfH7c5m7KIinHvbfCrvzQbKQhcskQwL0P58kqX4zrPC+I5S/Se2oAS 5gsrZmfDVm2kuRl3gyF4tHbBuVAeiPh3cED+ybCQc X-Gm-Gg: ASbGncuFsI2NDMfyqZPZzY1iWz9QEMGyHbBZybZkvN4KneEj3eFVVIrVk5pMpJ7OfOC WNMKKMc+10IsZCKrRxIF4yfJXU053VDtNTfQW16JiVQDM6zCVpOe4XCuE/3FlhWQmPGFKFchcg0 FDRT6qF/hUrItWDPNOD86+gEvedHOksja5RbCAS+l4YykchUSQQyhnZ5lqlM3SF9hMKlUYRI4fc LyC/sfVFH0mw/QVZRwFBNYQ6fae3P7E2U7QCCnDDILGeygvMT2QT8H11YT8q6MbEQdAUec= X-Google-Smtp-Source: AGHT+IHsOxNDNlhVwgfYZVP56GTORg5evcuVcZq8i4gfC6unsiidDjbrgVX1ykrrgtascuTE/0FzWUhkAhUy X-Received: by 2002:a05:6358:9886:b0:1ca:9b11:c7fd with SMTP id e5c5f4694b2df-1cab16a4d6emr431538455d.24.1732741274189; Wed, 27 Nov 2024 13:01:14 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id a1e0cc1a2514c-85b4e806a4fsm86262241.3.2024.11.27.13.01.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 13:01:14 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 13:01:14 -0800 (PST) Message-ID: <6747889a.050a0220.d7ae1.5ab8SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id C7E2A6052471; Wed, 27 Nov 2024 16:01:13 -0500 (EST) Subject: |SUCCESS| pw148927 [PATCH] [v2] lib/eal: fix macros for noinline and From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1732736370-19115-1-git-send-email-andremue@linux.microsoft.com> References: <1732736370-19115-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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/148927 _Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, November 27 2024 19:39:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:4843aacb0d1201fef37e8a579fcd8baec4acdf98 148927 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#295792 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | RHEL9 | 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 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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/32046/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/