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 F14C745EE6 for ; Thu, 19 Dec 2024 07:58:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E37C540144; Thu, 19 Dec 2024 07:58:19 +0100 (CET) Received: from mail-pj1-f98.google.com (mail-pj1-f98.google.com [209.85.216.98]) by mails.dpdk.org (Postfix) with ESMTP id 64649400EF for ; Thu, 19 Dec 2024 07:58:19 +0100 (CET) Received: by mail-pj1-f98.google.com with SMTP id 98e67ed59e1d1-2ef28f07dbaso311628a91.2 for ; Wed, 18 Dec 2024 22:58:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734591498; x=1735196298; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=A6DPprPi3tkAjCWAkOt/8jZ2EwxX8eakpRNTp3xf0eE=; b=Y4T2rOgswv1P/nSde2IJYS0s0x+UKoSqj4BQ2Vk5R/TTz4EJ4zltZHHmqAYlFlLjff 9Kwi8U85sFoTXXbJqSOMDNN3iFmIFiJPJr2ej5T+WzPjqpweq+a6KIDS9IP4XQ1LfBGM 0bBnlRwThiY6XLer14Zqz/4QUP+eGLHEwf0JE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734591498; x=1735196298; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=A6DPprPi3tkAjCWAkOt/8jZ2EwxX8eakpRNTp3xf0eE=; b=hU8ayuyG8/p8OKzn8K/sN9rPjWNDmewUHsjH0T7RL5m8sL2+mptH6exuzFmYZQAKMQ 8ZJU1H38/I/P51OaRjXtthVTJUOBs7B1ISz4NR6O2JkqBei8Sv3K/dVvYb3vewOHFN3J fEs+UQw+7IiVenIkc5bICAH911JhG/kUhiFKnJb2pgNw+jtco32Q2jXs28+stMh7puvk gAfGR1J8FU6pJ1ueayXkZGIEGF/+TddjrV0cTHrc9Zv6aSEvRpK8545+menYO+HLz6uU Q/bPCm3LUhlJDQzTpCx/6O9bBBG+cvPEfx8SGsviBR2Y7AV6dfbeuluA8bgwjmgpm2QS HSPw== X-Gm-Message-State: AOJu0YxWl0A93BPPNlIfCuoqkBi1kuBFqa1P1cueoIm0E3V7TuKQSiUD RGaFEY153nAjNYrzz/Cc/TQ28BUYL2ksoI4iQbK9wiogkGXoXgtWt2nBFgCH+YWn4qoalCsH0ai AvQpQeSVeyV6fU7SCXzZC2dx2wkrJdfb1 X-Gm-Gg: ASbGnctTOFZ9wsAGpmxN4rGteLG73wW/MeUmTHABIHCdqgJas4BJm05EUpfb7BOCXqJ wIztOjkioYc6EMRxEZ9tzERRHuKUfwzD/yy5fEODcP7Xnx/3a2B2tSKEOGbIyyKXzkXopAfs5TZ qHeL5fQb6K9nuSGV6g5TPK6QK6khPxafzxQTqpboG59LvI5TY/dgTx/HDB8tJrkqirPqEo+ygmU bv2RKHYMebbh4crtX+8uWjTPjI1PskR2+EmCjh71N4mt0SogLhDywAY6d85qSr5jM/xiSEr/2Gq Uw== X-Google-Smtp-Source: AGHT+IE4EQT4GZLSavP+3gHoSWQhG9MrC/HSgzGGaELK2N/6iCw4mEd/zvLAUPNEdTwLGv+vpRVWmjKUEVOE X-Received: by 2002:a17:90b:534e:b0:2ee:d63f:d73 with SMTP id 98e67ed59e1d1-2f443ce5318mr3089462a91.11.1734591498555; Wed, 18 Dec 2024 22:58:18 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 98e67ed59e1d1-2f2ed634c25sm145648a91.6.2024.12.18.22.58.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 22:58:18 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 22:58:18 -0800 (PST) Message-ID: <6763c40a.170a0220.256cd5.8fffSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.215]) by postal.iol.unh.edu (Postfix) with ESMTP id B528A6052471; Thu, 19 Dec 2024 01:58:17 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 340c178977a29d2bffa4e43122207ce3a02be7ee 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/v21.11 340c178977a29d2bffa4e43122207ce3a02be7ee --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#107703 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 39 (Clang) | PASS | +-------------------+----------+ | Fedora 39 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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) 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.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31981/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/