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 AC248460B2 for ; Sat, 18 Jan 2025 07:36:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4BDD540609; Sat, 18 Jan 2025 07:36:36 +0100 (CET) Received: from mail-pl1-f228.google.com (mail-pl1-f228.google.com [209.85.214.228]) by mails.dpdk.org (Postfix) with ESMTP id E2F4140263 for ; Sat, 18 Jan 2025 07:36:34 +0100 (CET) Received: by mail-pl1-f228.google.com with SMTP id d9443c01a7336-21649a7bcdcso51898065ad.1 for ; Fri, 17 Jan 2025 22:36:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737182194; x=1737786994; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=j6wnKgkA3hFF7LJwxenaDbYtEccM9/OSIzDt7dwGbyY=; b=aMl90kYW1zcWll3dcG7ZyQ/0cjkiNaQvZ/Z9Rd1iIQ7VPJuCCChr4FkRiPsPaDmINa 6Q19K8JDla3cQvJkYOZVmKWSs5ko3b34TrcRTH6UpcflAwktci5x7E1n6vNvJ4Q8kIUm vj6/+RAsRUQ4E/qNnL+Rv3Bd/z2Dw2CoiTNjw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737182194; x=1737786994; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=j6wnKgkA3hFF7LJwxenaDbYtEccM9/OSIzDt7dwGbyY=; b=vEKfZO0A7EOm3/b6fso8PrKBkxyHx35pKMMUNi92X1H371czUPEMLNTGd1IRbqL9KC VaRATpA6qR+L5dYJ6V3hToa4EqvaRUFKyFlxdOPhcIuulR7/kZIs//uNZKyqWp/wvxky iRTz4OEViC3cFyW3L4WV04lKvixtjXYlRVOgmLCDRVEeXU+T8srgU4iLfFcVcnxAAizi Y6vnZNjGebC6oipK+bLLe9qXrBWwSZWuzZ8rILQ0bzyy+Fv5GnLf+rMs1rL5FKrawIlt EFOVdbuo5EFZHIjLHTAsTJlEBa5+M1aCq7kXDDPp4PXb04s9mqeewrx7dEM8l7n64rMA WOZg== X-Gm-Message-State: AOJu0Yzl1xQC2iwLcGRpqafQcotAA9rVgR5ARVtKMDAJ9SreNDHT+1Xe uUqpFr965m3Vi4we/HLcLRQ7LSolLPj1UsWq7iv14YTp9iZp5u1Zld/iWFcMeRehzBtAKZeauBm ERD6/rQIJ4wRGEK02Cm1Trcga+S9LHSi9 X-Gm-Gg: ASbGnctcfoFWc+CUsVcVQFEBGrGOD+tYq2r5jC2Zn1rPxQOPSVGefUZ1cYVadLpBPFu QhIuYKw/33DUZdSW2a877/ha1eV5rJDGtAwSRjdqYK7vwVf0oho2cmC+BIsdvXkGbyd9w/Py7gl sXnMQPOPfowJvStSYvab/jg6jFz9p0OIm5tltMqP1GImsn+eU8malReaeUHM08Wf6U1XEEIX1yU OUBJWXfQXdhR++Oh6nUiiOGeDfPUXhxlbAjibmwqPeCpD4dc8ohRYVF9z8t/pi2qtfY8/AJp8Nv v68GmFnqclacC2BgWGg= X-Google-Smtp-Source: AGHT+IH0wAgq8mXtKgihvxN/6g2Qw98C2S1mZT4cvFiFYhMb1RarXZ/ALXFVQT3O+H/rBCnvz+Z6N/9LgAGR X-Received: by 2002:a17:902:ec92:b0:216:527b:5413 with SMTP id d9443c01a7336-21c3556cf70mr86759025ad.26.1737182194022; Fri, 17 Jan 2025 22:36:34 -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-21c2d404966sm1801245ad.98.2025.01.17.22.36.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 22:36:34 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 22:36:34 -0800 (PST) Message-ID: <678b4bf2.170a0220.163c7d.c4bdSMTPIN_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 297916052471; Sat, 18 Jan 2025 01:36:33 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] f2eea2f37a82bb73fb01d56350708f7d70e21379 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/v24.11 f2eea2f37a82bb73fb01d56350708f7d70e21379 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#112826 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | 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) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 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 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) 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/32248/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/