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 E217F461C9 for ; Sat, 8 Feb 2025 12:35:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C520F40280; Sat, 8 Feb 2025 12:35:21 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 4E38F40279 for ; Sat, 8 Feb 2025 12:35:21 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844e7409f8aso80927839f.1 for ; Sat, 08 Feb 2025 03:35:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739014520; x=1739619320; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=IXrASNOpH/8oYfPwN2GgOaY7G1yW9vesbh/n3u7mOWM=; b=DeOKYg1pEaaWUTysghcAwcEZZyG0QqmivlxmtNkgmTy5h1ucATJcwa/pxY/DzuLMq4 Jp7egvuuktlvpzhqT/AOPuNG9Q84gB7t7Vhh9GSCCrMS7G28zaXoiY/Ufa5Kh6aDW18F eoeZ3TNRs86Rh7j8rijlDAaY+Z+79eJ+EZwLg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739014520; x=1739619320; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IXrASNOpH/8oYfPwN2GgOaY7G1yW9vesbh/n3u7mOWM=; b=Nr6S2UnX49A0yVMh/yuDrB9m7tt+yy7KBCa0tn6Y2HrJWLl6/c5GM0566N1mZrAFRl Hv5aB9TQbr+hV1iK9p0wcI6GQcjbVNzuENaBbLpVaNwvHY6Qwpbf8qA5UvH3qWK33vxd s3SldC8aCQvsh5HqKe4TjHNEMFpvsdW1y/SK9PNxBcrjtsWqs15PtwwaoGR6uagtETO5 uIC37aF36JgLP8l2NBl0ajYaybQ1/a4GG229L4JBLyyj+KC6sacAi8rKKiJYsHrqGjoF nvcxx893uuwB3oceDukJyw+4mcBc8CunXS7PlQMdgNavzBhM+mVqAnpL+vz49B6pYr+u fM/Q== X-Gm-Message-State: AOJu0YwHXHWi15LfQKLOwtqrC42y60m8mjzHS3zPn13y9q74gdozdkvV pkYsQq5e5QJXmDcOhziCUAZHqPOWBF4Wi3Ky0F/J+R0DxwmQZNGGlYCmYI5cPY9ctOSA4Gs8q6+ lolgR64easV0r5eltrO2tmXB2gE5ODv4c X-Gm-Gg: ASbGncttGvJHJf0sjfSwqgcUihF29DmxztkQ0gjbGm5sLC2HChsDcemvs/Eef/DSTbs 2zSTDVsKhSUAGUJ3RgvFPeILuwMk1fNtRueEraecp0Rpg/5QxOAiX8NfTnthi9QSNms04Yv1HYn cqRmV01WDcDrv7xcl0Hj8+wBoORGr8ImXx50MQfITeVFA1bVg3INEhdzlzI6Lm11Me4Qzlu97hZ wf/CPt0TgvOl62Qt1xsZ5GVz2gDIHKYxlOQMHiD4o+kAe8Jo91wkWYlkp9vyHq5oPnYEdJj09Mq UxlpS1PFXd1zZvlx2gg4ABDkMKgdCw== X-Google-Smtp-Source: AGHT+IGdC4hFxYcusQybElPEpwz/P6rjMzOjUnPvoWO1gmJaI4b5YrEk04eXQhO7NxS5xlGV3hRVFPK9ZjOS X-Received: by 2002:a05:6602:3a01:b0:84f:2929:5ec0 with SMTP id ca18e2360f4ac-854fd897901mr745614339f.4.1739014520404; Sat, 08 Feb 2025 03:35:20 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4ece9dd3510sm43477173.64.2025.02.08.03.35.20 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Feb 2025 03:35:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sat, 08 Feb 2025 03:35:20 -0800 (PST) Message-ID: <67a74178.050a0220.2a024e.1f4cSMTPIN_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 E76CA6052471; Sat, 8 Feb 2025 06:34:49 -0500 (EST) Subject: |SUCCESS| [GIT MASTER] c66daa12e76d7b4912cfb7109a761856a7a873ab 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/v23.11 c66daa12e76d7b4912cfb7109a761856a7a873ab --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#115440 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | Debian Bullseye | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 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 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 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) To view detailed results, visit: https://lab.dpdk.org/results/dashboard/tarballs/32505/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/