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 87D8245E16 for ; Fri, 6 Dec 2024 07:55:59 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 83F4440430; Fri, 6 Dec 2024 07:55:59 +0100 (CET) Received: from mail-qt1-f227.google.com (mail-qt1-f227.google.com [209.85.160.227]) by mails.dpdk.org (Postfix) with ESMTP id 6CC29402C9 for ; Fri, 6 Dec 2024 07:55:58 +0100 (CET) Received: by mail-qt1-f227.google.com with SMTP id d75a77b69052e-466a0ac9211so18424911cf.0 for ; Thu, 05 Dec 2024 22:55:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733468158; x=1734072958; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=5t3dWarwxWnx4nLHxntdjwE/+ALvbVhLyqAxx3sYmrY=; b=hOZrwmYxF0JSwyLxOR8ruqeuypG2oUfetD1sgIshRMSVKuGkarFEjYGNViNwyWZpDy 2JxHbUyoJ2hE+8qL4JCPB+gEdkl0Fc6WBikmK/Qo1DLbzywrJ7F1hHZWm6UKd3WFFTpt EBmuhlRKoL4r7kNN4A/Y4AoR3keNKtqFOYEFM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733468158; x=1734072958; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5t3dWarwxWnx4nLHxntdjwE/+ALvbVhLyqAxx3sYmrY=; b=H0dkK/e77D5b8rNNFGpaj9EPJtrbomWMTQQs6NeFf5rpIaTTcQyPU3kfRW26SH6QOL +zwGpfnafL8sxfjx5IhLydvQ44bsQk889BRkB4d+ueCh/oPQilUXXnolxttpEaTbpm1t /4XBkt3oX0KKjSxbj1lRr2pSqe7vSU0J8PGckGSd9VsHfePiVyRZVqQKxWlp5nlCnYfN wiSjfPxmk4dC8MW4xJgdL+HmkVFQZglo7/FEUGMrlKtU5FBnCdFEOtvTtGDiWzFt7ZRq RONzmCZefPH/3NwfSYa+dCu+w9B51uV6jAdQFkJ1vSSKpm5+uEpc2onKOQCQ3ODTKLRh RG9A== X-Gm-Message-State: AOJu0YxjYHxGeWsZQKGqvPpwFVKGBT1/cYThUKbARJLBQyt+PFxQhT5t mn8vvHP+fGvUKDlkKvdMOSQApHZAM0i3q5mBAEwLVtN/dn9+WrvbNFBOsm3RgH7ny5g7Ncuxbbe iWmdxlQE+govvrwX2ySEDAOp6VPL7l/rFbSeYg7xkybxNXCyx X-Gm-Gg: ASbGnctmZUh4O3y286iaLSx6Y+FUeSI6zK52tT2I7bVZN5wRjU3ve69u9B5dZu8yyIT yCzNUPe5bzzcaqokmBLJo37ZSA2Ve2MHCrcgk8j/AdFw2+m7OaExDXaxHv/4eLqFNJrEEi8D0CP 1/AckxOofl2eQ50+4hsakUW0aWtQiAHoI721lY/UYrsqWWPCjSgSEf1l69TpEOEgb4RGu93lJFG JG6pxd26rmYrWCs/tCMAgfmQgV1ousWvCgv3Z3JM4jCSsYL0cl0fjcEM4YtGwXK7XFGzYi1XLw= X-Google-Smtp-Source: AGHT+IEfdZ6duOhlMgheF8ItGGR9PFOxEQKOZGaFYyzMkUHmSwG/h5BE+2eFZG7y7pNIE1WpHvOgc9AwtvhW X-Received: by 2002:a05:622a:118d:b0:464:888f:adf5 with SMTP id d75a77b69052e-46734f7ba94mr35513401cf.45.1733468157792; Thu, 05 Dec 2024 22:55:57 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-467297b3113sm1476171cf.22.2024.12.05.22.55.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 22:55:57 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 22:55:57 -0800 (PST) Message-ID: <67529ffd.050a0220.11630c.8df6SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 7891C6052471; Fri, 6 Dec 2024 01:55:57 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] f197f1e13ccfb74c92ad05602443dd0984f39540 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 f197f1e13ccfb74c92ad05602443dd0984f39540 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#107315 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 39 (Clang) | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 39 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) 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 Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/31858/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/