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 9D79E45DBC for ; Thu, 28 Nov 2024 06:32:07 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9AB00402AE; Thu, 28 Nov 2024 06:32:07 +0100 (CET) Received: from mail-il1-f227.google.com (mail-il1-f227.google.com [209.85.166.227]) by mails.dpdk.org (Postfix) with ESMTP id 6B68C4029C for ; Thu, 28 Nov 2024 06:31:48 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a789d422bcso1902935ab.1 for ; Wed, 27 Nov 2024 21:31:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732771907; x=1733376707; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=npFc0bVfGBoNshLBG+yx+t54B63UUIYu0UEL66V4ZG4=; b=Rm0Ga4tgOugcC/re8Okd6a/ptx8VVy8/ILUbNxa+vEHA1uCowoxcDLECeWtx3bK9mf EjOYY5B+AIsc9/pHBiQegSlTfYKr97XeUfFfxzD9yQBy1kZ4pXBXAkqkTF7IVA0TpX8o S9LcpLWGj5HnmznQKB9mGiULkyNGuSHBNkU5M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732771907; x=1733376707; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=npFc0bVfGBoNshLBG+yx+t54B63UUIYu0UEL66V4ZG4=; b=kacpCz2DS8ukdqqQHFKgBxTvYkmagA+fEA1jjyFHxH54kMVbMu1FCmRGCVDawyQmrB HOxh4mnyK8XN0l5zDKi5o1ZDa8hOlg2qxaOs/olj3phf0LeU8RLWCjlhXqYXeph0z5Tl egfEHvfXXQ46uQx+uquB4ZukmgcKaCn4m59cHb0+jappMm6UKVh8qm2vZCNeX8R7VrCK w/dcoOkaIProBArRDuoy6wyBkhk9XP2/Bew9fA0pphLQOWSzXos81Qr5sMEZ7EVaRVy8 TuunjuxXbwuwrFn53addY3pjh7+2/DACKTnJNiq3FbiCN6BX0tBTwakusVFtedPufdpZ X4nQ== X-Gm-Message-State: AOJu0Yzbr4hgB934ZfsOeA6fc0XrjsOknpdmXmHTh+ilUAK8ZgjOFQkO 1tap/CpfthsbmSqbYc7gYp1wpw6rW7xT+EfH21NJjCsq8nEquwjOUHwRk+m6TBGatEf1L3fHD84 ZKR3qJeoKmwtc6J98YUdBe08IW8T36LgLqngwElD6snEFIrbOPOdyupcY X-Gm-Gg: ASbGncvnpcN3PP2m+vK1TO0hG4XMuAruuoQhEQ3LgT7+6gTyt/97WOP5KD+1abqadt6 4NwOcFds/TqYdY6AfoAMlwpoF73wknjnwryhvXfhsGMlyuZSFU+DZjfdebak/lUMpUq6xJnzSY8 IWgBOjsrpfIP7TCovDFBqf+46HxefrbOJdhNbpFQMHmrevu9iwgI3tuR8b1J7WEynwWDdtcTEpR zlhheJ3u9jeIqagTqlCbeUtGgx2dKQVr56ShttNe+3NjW1vqyAT2WtFH3KdcA7vtoRgsz2C6mM= X-Google-Smtp-Source: AGHT+IFJp4pW47GqK17e54aXBQrEMgwX4OizP9g/t9K61YOCfyADpFJQz5d6DzeoRHJIQjN2cg2h1UABUpm+ X-Received: by 2002:a05:6e02:1c29:b0:3a7:3760:7314 with SMTP id e9e14a558f8ab-3a7c55f0fe8mr68115615ab.20.1732771907689; Wed, 27 Nov 2024 21:31:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3a7ccbefe6dsm295485ab.18.2024.11.27.21.31.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 21:31:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 21:31:47 -0800 (PST) Message-ID: <67480043.050a0220.325be1.22a0SMTPIN_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 2F0A16052471; Thu, 28 Nov 2024 00:31:47 -0500 (EST) Subject: |PENDING| [GIT MASTER] d20fd65f258afb5b572fe686b7d1032aeb95e079 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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 _Testing pending_ Branch: tags/v21.11 d20fd65f258afb5b572fe686b7d1032aeb95e079 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#107054 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PEND | +-------------------+----------+ | CentOS Stream 9 | PEND | +-------------------+----------+ | Fedora 39 (Clang) | PEND | +-------------------+----------+ | Fedora 39 | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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) 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) openSUSE Leap 15 Kernel: Depends on container host Compiler: gcc (SUSE Linux) 7.5.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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31767/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/