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 8D5F145EAA for ; Sun, 15 Dec 2024 09:16:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8872F4026F; Sun, 15 Dec 2024 09:16:12 +0100 (CET) Received: from mail-io1-f100.google.com (mail-io1-f100.google.com [209.85.166.100]) by mails.dpdk.org (Postfix) with ESMTP id 9423940269 for ; Sun, 15 Dec 2024 09:16:10 +0100 (CET) Received: by mail-io1-f100.google.com with SMTP id ca18e2360f4ac-844e6d1283aso73912539f.1 for ; Sun, 15 Dec 2024 00:16:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734250570; x=1734855370; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=PnCflBwqF00eSKO8zYBAVetwladXJMZqNS+Kc1+wgU4=; b=Uy0euzI7k6KR6C/W1xF3ENTiUow3TBk4gCbSRFjdf00RJwAxum/e2yBZg8MfxSXRyD CzYGAein/5c5tn1HGSN6LX1q0VH0XcbB/BAOR9I/UWJ5lMbKAqokngEjCbsYcbs/632Z T3m1BrQOXwXj+EcEI+JgGqrJzgTwNY2nGHTDs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734250570; x=1734855370; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PnCflBwqF00eSKO8zYBAVetwladXJMZqNS+Kc1+wgU4=; b=KnbRULApqWBbbfsysJoijASecfPQ9Ov3w4BfI1O1r5BLj7rvqPbKjX4ploHY2Lz98t YUwVbp/IuLrMk9WfF4klTVOVm6wFJovQm/WWfYu21YQANbVw9s76VZu65XBsHtdkOCZB dDUOmQA9ymLv1PwCsK5/3JUdRN255GL9qhTQKl+JTAliBU5MqvIow9PFxmti3OlpuD88 v0UKRyeYfV1y05oyPEMB5iH252WlQPE0lf4BLqZQGYw/1nfuiSBdRfN3vVw2cavAAB0H lSqM/zFkX/FZ4Tsj/WaYdA1RCje+PbO7P+RjHlSpGZa7oKXAstqJh3isj4Tdq1gmsnJ7 fR9g== X-Gm-Message-State: AOJu0Yy8JbuFsJRuM4idV8ApSdWmAEDRXCzHyT41LlviS58ZpD5u93Xp WSFfKDy5EsSlIDLIyJ4VFltSa1izsSA9irp9o8oVjRYhXT6FeL+tG8iF0NOOzwrF+FfM2vIyedt DoiBOkh6iEu/k6PUEWnQjiuZ5PdG5A7yM X-Gm-Gg: ASbGncuHO/tqSbrU1sGvAKKMhlBkVU7YEEKwHs3YfoFZ0mphc4i/7xTwJuBToVMsWZv MAgsSMEO8DhmImrJbpoaxUizBp0BJpuoci28muGcyJn0c+XHybJcVjIXVAnVj6dFy5rKfGyz6pK AfJ/qZcPVBtI17eLelpwo+orYpml9JzlFHny2urA0yy6EoU77u29afvZhyOmTs/S/PYRl/8lZ7+ NGmCynGNzTegY89/h0j9zZblfu3+tTnmWsugLod6eED20WATEIMboN7cVIUwlOZMr4Tu0L0IFtm Ug== X-Google-Smtp-Source: AGHT+IHvK37anDgshAMiwHOEjAjo5uCl+SgD0tf8CJIoKVAr0l2hY6xh56R7d+Wc5AtYzXMWilNvR9CAPF49 X-Received: by 2002:a05:6e02:20ca:b0:3a7:ca83:3f9 with SMTP id e9e14a558f8ab-3b02adcbf2fmr80201865ab.4.1734250569786; Sun, 15 Dec 2024 00:16:09 -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-3b249b3d253sm1721275ab.16.2024.12.15.00.16.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Dec 2024 00:16:09 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 15 Dec 2024 00:16:09 -0800 (PST) Message-ID: <675e9049.050a0220.756fa.c0c3SMTPIN_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 6EDAB6052471; Sun, 15 Dec 2024 03:16:09 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] 92bac8b798fa9c94bcf835bc49b4f16f1b0997fa 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 92bac8b798fa9c94bcf835bc49b4f16f1b0997fa --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#107605 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 39 (Clang) | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 39 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 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 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 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31940/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/