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 173C945DBF for ; Thu, 28 Nov 2024 08:24:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0F2104066D; Thu, 28 Nov 2024 08:24:53 +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 51B16402EB for ; Thu, 28 Nov 2024 08:24:52 +0100 (CET) Received: by mail-il1-f227.google.com with SMTP id e9e14a558f8ab-3a75cad5eddso2208605ab.3 for ; Wed, 27 Nov 2024 23:24:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732778691; x=1733383491; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=pOaLY57qmLVad4BOupRc4Ua9YdS2yCgaTcO/WVcg3JM=; b=Hp3Ajda4Yn/WYvRF4wFP0PCJBA9SxOK1XzjYg2/BznLXZmDZY7OjBfqQCevY5BLEiW hKhGCFD/TgnfsbYPjmbFPd6TjhSJQ4VNzNls8wWxDKNv+lMP7II+eZpkLJ0Ab5DRFg6F EJCNVyF+Xq5QY03nljJAZ5xs4bjXqXfu3xYIU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732778691; x=1733383491; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=pOaLY57qmLVad4BOupRc4Ua9YdS2yCgaTcO/WVcg3JM=; b=E+uUEW58M3SAadN7p4pR+Q1dY6i84IM8UrqgjQMxKx4tD7ub3/0CIZgs0bKKwQd0Yg LLIf/kpoCrPm1CHOlXOGNECqrJLvDPocKNzSyXjeFuTvhjh5dHlPd4OUYgrBzZKhytuk O7yLitwL0ml5dGVb7CYFar+xDHMC8FQOZ5r1ddRR5lKNDa6qkOf9EuzbXq5T1J9Jb0yI h1XF7iJIOJhOVR49c8asLiRNbtiDwETfK2nPQ681bscZ/AgM5Q008fKYkph4erKRMeBU Dg41GC83hOlePpb3MzCHNXjdNHRl4Kx1gdA8tYzt4P5ZsbT/KC6+Cvk5X9k7UOQO/+9A 9qvg== X-Gm-Message-State: AOJu0YxITuC5tx9wuyP1+wdNLknJtOKCPdwcMg/tIOQRS7ZgS981NK2d EF1ZIL7q6advk7eGmGlh6FT3NhJZ2n7WDXwsytlVYyl91JsusjQ6xaQ43uhpD2bS+QuabYm2Bvu lMmrNdhMBnITVzCMmLU0N2wvInjcEvA1X X-Gm-Gg: ASbGnctzq92kI2OCL0KTOiNzEXl3/7DLwXs/mDnGdBpNfhmQv7J7yWi+s6/64TFI9DG 0u3Bb1W2XaohedBAep8fIBnW5cPzqiUIK6ZRLpqrQDHubSV7BtcJQvHZfrIvIFXw+wnnkx6cV43 tE2S6io6xkyTLo10oF2Rkj/ENXf4b9ghtBiqB/fTXP7curq/qxByQhwlKcLk5cT+HFSYjf868Dj XoXaYuVV6g0PpiInd/4uyTGM6TgpwURfBh6QeadhHxx64LmZWut+rWYO1o39arrII4OS5c= X-Google-Smtp-Source: AGHT+IH4M/0fVWeWOJx5WIjY7UzVLpuCWmyrqteX/vT5j6pVpplZ/9JXpDa5J+/kD+uuTnNKibedvVu5GRU9 X-Received: by 2002:a05:6e02:1c04:b0:3a7:bf0b:a84e with SMTP id e9e14a558f8ab-3a7c5544a26mr53663675ab.9.1732778691633; Wed, 27 Nov 2024 23:24:51 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3a7ccc0bdfdsm348025ab.31.2024.11.27.23.24.51 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 23:24:51 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 23:24:51 -0800 (PST) Message-ID: <67481ac3.050a0220.25dc5b.26e9SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 1E8C46052471; Thu, 28 Nov 2024 02:24:51 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 65491527fa667ee05abf48043978ace2e6cbb154 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 65491527fa667ee05abf48043978ace2e6cbb154 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#107066 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian 12 | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Fedora 39 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Fedora 39 (Clang) | PASS | +-------------------+----------+ 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) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.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) 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 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31768/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/