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 D9EA046068 for ; Mon, 13 Jan 2025 07:20:33 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B774B402A7; Mon, 13 Jan 2025 07:20:33 +0100 (CET) Received: from mail-yb1-f225.google.com (mail-yb1-f225.google.com [209.85.219.225]) by mails.dpdk.org (Postfix) with ESMTP id 9DE6C40261 for ; Mon, 13 Jan 2025 07:20:31 +0100 (CET) Received: by mail-yb1-f225.google.com with SMTP id 3f1490d57ef6-e4930eca0d4so5535137276.3 for ; Sun, 12 Jan 2025 22:20:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1736749231; x=1737354031; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=sbcQM0AVzB8DWxjdZfD+x6XYWjcZU1AFNacm7InK6o0=; b=byqBvWMW4ytWtZe8M9WzVQZztp80w8V/EKAdeyTVACE6Ms181QMKP3PG57ybtbaOCT /Ug3sevTFXQqHKM11nAOuqGhcSPpFi/NUVREgzvouk011DqFVCfSpiKMkj1NleqxwEMZ Ey24sKgdF3XRvtLd0aNNPMnI+wVGVHNTbwI8w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1736749231; x=1737354031; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=sbcQM0AVzB8DWxjdZfD+x6XYWjcZU1AFNacm7InK6o0=; b=MJoHZGFYRrLRWFInpyLP5aeAD7g+cTti0bysW+QreKEy8GyNJWk0OflFr3kIJmWD9m F6b0JtlVnoBroL8uMnkx6rRGFyRcdcC0gZURGlkTDDO1V0MT8LrINUaK7YMWIOsHOeQt pVODjJF6BynxPRePwgNp4Q9k9lnKO4UziV5dVKxV4mzwF/Nd6v5f6O5+JxWG7q747UPj UXYtkaekCvglS8MwRSWLZZE5Dajvb8p3JcuxOrPNLeBVpzQsf99B/5w7BETIzuGoWMsB Zqtwady7S19vz5bATgEcm/L1GJwysT1D2owfrUQZoEVlYvLdfNhdI2e0/tlMLESnQuTg U6zg== X-Gm-Message-State: AOJu0YxSwlipzdN9leiH2WuxHMjqUuA/9U+IpHsbt/dbMHzWK7LUzsVG 1wbbbIfAw5lwc5x1PbwPTZWIAC+cpvRiEPhO1K1v0Gnnf7VtAGi8zX8k4L+r0mC2hsS6F4MahHt tNLu3hx1u6smKUdHvko8iFuUBJeUk5QGs X-Gm-Gg: ASbGncvCfbBfKkeEduHpV9xnvWbiyiwT03GXTpE/PvqiJtn93XPVpM1HKmHY3N+YLmm qzxHDSaLGz+p7K0fK91V0YZu5pvHDNzSM0VPZr5a/Xo9LSjfbeiJZruhZkdO7K/zUKcdUlQCssl ufw/ofWPjRS5DFUa6qMI9jzSsHpUdrkslT5m45Tp7PffsUMl31+HOMG+1h+C2Q1UlkCFrz4dEkg C1OhtZBaTUjmuVtaFwZikmXHd6kMIqKzXI+qxOL29YxBLi/s4/O4bn89LgXUVqFBE/a9I21h1Kq FDpBFg== X-Google-Smtp-Source: AGHT+IHf6jIxkcSelwWic5x0m6B4xPw24eXHFas/NBX1EPXKkRQFdmZwj6Mswta/pDgDG5oaCANdKcYDfEMY X-Received: by 2002:a05:690c:b99:b0:6ef:668a:e55b with SMTP id 00721157ae682-6f53124fb46mr135817587b3.15.1736749231004; Sun, 12 Jan 2025 22:20:31 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546c344f5sm4123367b3.7.2025.01.12.22.20.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Jan 2025 22:20:30 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 12 Jan 2025 22:20:30 -0800 (PST) Message-ID: <6784b0ae.050a0220.23abac.ebd0SMTPIN_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 A778F6052471; Mon, 13 Jan 2025 01:20:30 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu, Xueming Li , Christian Ehrhardt , Kevin Traynor , Luca Boccassi 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 PASS_ Branch: tags/v22.11 7ce7d3341d7e21c2a81f2fea8e451681d7306d77 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#111817 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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 40 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 41 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) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32178/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/