From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (unknown [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A882460A1 for ; Fri, 17 Jan 2025 06:13:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 789DB40E68; Fri, 17 Jan 2025 06:13:31 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 739A94029C for ; Fri, 17 Jan 2025 06:13:30 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-2165448243fso38521535ad.1 for ; Thu, 16 Jan 2025 21:13:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737090809; x=1737695609; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=4PPHxwknKy2ic1Fs0ql1OoxQG8jOw1FKp+aZziMX3us=; b=RpCyQKEBSRA2aquBm2XC2XFi2lE6p+LgOjJULwUH4w6hcwmFnY/pTTkw9TwFORoHVp itJgoxKl0Whv70ZQeCjUL7llSaVQjr/Ig8Hj9T7RbTXH2Zm33Gl74r71vCuP9c2WF+QQ G9ZPPDZOlvI2GBR17H99nWBvtpiiIZsoTeqD4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737090809; x=1737695609; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4PPHxwknKy2ic1Fs0ql1OoxQG8jOw1FKp+aZziMX3us=; b=il4j7qDfOcVsdV35FnRaYotuCizb7VGxoM+Yfqxv+2Jqy3Yhcqy0KL9Sz15VQfgadO Qj1Nwdy5Qi3Coe7s54fxPbpsyIru+ulhmm4QwcCcwm9PdFXtKNcyf1wFbOtjxYeBptff 5iKsKoUNMehULTFJYw6h95uhPegzYmYqUKevf2k20jqPEl4sKkeKf8RDkVl1NPiD6Vzx IPD6IHS9M9ExrShzO3GolH8fz05n57i+RWV7gF8fLShu/rma7h95kJ9GYa2Q1rOrTHH8 2VPhl4o/Oo4I6ifkcjH95PWluirgP4g7GC/d/qzk+znTHgZFXq4ZVkzpdrkdPrd64wIA m23w== X-Gm-Message-State: AOJu0YxuilRZl2stYuNLLxStFICNLLI3seT70ztlWvTHKAaAy9jV6eOz jH8Ms/py+q/J0Teg9wujvoqz8HE7QRW4ks/gb3Dq1B3qknc36lSfCfOvK1CBF4rPkRO3hjRyOZy Rh0aezYYr2+I6h9Y7jDfglD2kLTb1MjRoS6mkg16F X-Gm-Gg: ASbGncuXCZHrhQA3h5ixszP59GCXQwvdEPYUvJ0rOi+PC1iWRZPOg5jJVA9aAm3Hxb8 pZyCwNT5lW8nnkSXy3xk/ZzY3JKdzVOTcYwhnaq65RzmexZo01j5MT17k8e81791jMTSG2LsgIv nYr4s03cCEVLj4Rh6CzBQC16pgiVJq5xTiUzDr4ATKPo7NOpAX2IDYiLx4Cw7I3tkLqRo/b+HvY 15UP1csEywRnWowMS3xwfh3nz2uvzCOERdDEBJ/x4fvgsN27wQEVU2amm8FrE1L8vpxVCbROz9f 1a29Uw== X-Google-Smtp-Source: AGHT+IEP6AhgduHCPSCB7OcPP7nEjK1/193oTbutV32bZLEvDM5ESBzqTuJEpGoz1rw/J1TSu7GwMGAKHWhi X-Received: by 2002:a17:902:d4c9:b0:216:31aa:12fc with SMTP id d9443c01a7336-21c35563f15mr24578995ad.24.1737090809473; Thu, 16 Jan 2025 21:13:29 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-21c2d3efd68sm699435ad.75.2025.01.16.21.13.29 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 21:13:29 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 21:13:29 -0800 (PST) Message-ID: <6789e6f9.170a0220.17c7ad.5a4dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id D6E3E6052471; Fri, 17 Jan 2025 00:13:28 -0500 (EST) Subject: |PENDING| [GIT MASTER] f2eea2f37a82bb73fb01d56350708f7d70e21379 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/v24.11 f2eea2f37a82bb73fb01d56350708f7d70e21379 --> testing pending Upstream job id: Generic-DPDK-Compile-ABI#112644 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PEND | +-------------------+----------+ | Fedora 40 | PEND | +-------------------+----------+ | Debian 12 | PEND | +-------------------+----------+ | Ubuntu 22.04 | PEND | +-------------------+----------+ | Fedora 40 (Clang) | PEND | +-------------------+----------+ | Fedora 41 | PEND | +-------------------+----------+ | RHEL8 | PEND | +-------------------+----------+ | openSUSE Leap 15 | PEND | +-------------------+----------+ | RHEL9 | PEND | +-------------------+----------+ | Ubuntu 24.04 | PEND | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) 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) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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) 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 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/32231/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/