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 CF2BE4606E for ; Tue, 14 Jan 2025 18:33:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C4F1D40299; Tue, 14 Jan 2025 18:33:35 +0100 (CET) Received: from mail-oi1-f226.google.com (mail-oi1-f226.google.com [209.85.167.226]) by mails.dpdk.org (Postfix) with ESMTP id 629FA40298 for ; Tue, 14 Jan 2025 18:33:34 +0100 (CET) Received: by mail-oi1-f226.google.com with SMTP id 5614622812f47-3eb790888c6so1553891b6e.2 for ; Tue, 14 Jan 2025 09:33:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736876013; x=1737480813; 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=MVAu8sJcgbScm4VD2bbTvXmBSJYSQVd6/ntbnCq9TMI=; b=jUXZWtCIsUxg/o7MAtrdCB/6y7MuWFQ/tOBfbAh7CttZ0RU41lMEHwoAgXuQiuBRaO 3OdZ21PHxMnpso5x7kaRu89uxRDuXv69uYncymtSKLfjd3Mt2CqtM5Kb9WqpiYsXjKYq GTPfZmyjadQGOu3kohg6r6RzfvOU81A2jvxjQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736876013; x=1737480813; 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=MVAu8sJcgbScm4VD2bbTvXmBSJYSQVd6/ntbnCq9TMI=; b=aO8aq1OomgbNgQa2C1SexbBaLBflPRkhRWuVVrwvkz1UV82eWaBzFaMOOiIxlQrr2k kZH/O+d5iVrO1eK6vQWggYjO1qVFNgLwRyBI/Fkik8FkX19VvkyU/ICAlQJi+hajurZr pKabISIGW0ZE5LZImtrXMxe3MLcMU5M0xSnIfEQqLKjz0orbxpqDkyT28JjHpzmpvOQS BvBy+sI9VpPZ7E5+BzB5LRkeCEqyo6f5kBoR0vhEGTBnqPNVvDOWGKYdm5rA7M0qgCJz +0ktr9+8A1ub/ylL/czjUQQg/Gicx2rHX2zn2IkS5UylksimS2rbD/8akc7labcO81sS waNQ== X-Gm-Message-State: AOJu0YzQaeeg1zmK1Jxm555RDqSCE6RgAPyawCcP5TRxPR3GMIsosKQS 13rVxqFaoiCO3gx0PFozPfbD1WRW4bUbnoXkdKUvMq0O7VI9gVVdS4sYYm3GySrrBC3F7GjTqq2 RVkf0TMVRzqvZotun1JlbRrL8x5UpF8mRywTkMz6J X-Gm-Gg: ASbGncvYs5UT0Llq1wN1fjf96NGBHtHHeTwRNswMGFW32buwSYt8YzugkFxaDIJt8tC w5pixbE5VzFwnMxgySD7lvHnm49Ef/sHNoiajdrMcefrLFj0Y1ywJAu5GfyOuE1kTpdJ67gQ/hz +mVrND/UuFTM5dZYDb5AmWBUNbcPFYXW8244EkqWd1zVFHjRezUCw+PwfRULEpnH9PQycFFNOUd 3Zg+X+veQSv9ZQwVcd5ywxJwt2nbt6GvbrYUgs1n+g47mjIRvJNQG7uegg1QU1t/qmsh32/x0yh FLACVA== X-Google-Smtp-Source: AGHT+IH7gHXmRWsF92gsmB39Br7zoblLSfkBZGYZEJjblmmVeyoQd6woRtMGbKBmadkzd+/Um8IteB0LWuSs X-Received: by 2002:a05:6808:228e:b0:3ea:5a0e:941c with SMTP id 5614622812f47-3ef2ec1704fmr16900190b6e.10.1736876013424; Tue, 14 Jan 2025 09:33:33 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f8826022d0sm204769eaf.1.2025.01.14.09.33.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jan 2025 09:33:33 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 14 Jan 2025 09:33:33 -0800 (PST) Message-ID: <67869fed.050a0220.313391.fd79SMTPIN_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 C079E6052471; Tue, 14 Jan 2025 12:33:32 -0500 (EST) Subject: |PENDING| pw150078 [PATCH] eal: fix undeclared function error on old From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1736871673-25398-1-git-send-email-andremue@linux.microsoft.com> References: <1736871673-25398-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-abi-testing Test-Status: PENDING http://dpdk.org/patch/150078 _Testing pending_ Submitter: Andre Muezerie Date: Tuesday, January 14 2025 16:21:13 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 150078 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#112261 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | CentOS Stream 9 | PEND | +-------------------+----------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.0 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) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32317/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/