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 941C845FCC for ; Fri, 3 Jan 2025 01:36:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 912AA402BD; Fri, 3 Jan 2025 01:36:30 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 9DAE9402B1 for ; Fri, 3 Jan 2025 01:36:29 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-216281bc30fso187917695ad.0 for ; Thu, 02 Jan 2025 16:36:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735864589; x=1736469389; darn=dpdk.org; h=references:in-reply-to:cc:to:from:subject:message-id:date:from:to :cc:subject:date:message-id:reply-to; bh=J09yIdqF87YMxsb+fsSR3w8IAWoE99qa6V0HvfVGJUc=; b=M+0VOdcJTHAF4gWZlCSAbBmyX/ZykB0V+Dvjv2dPTpsTgB38ntacDYT4nobAszhdLe Ul5aOMHrGmevO8kKKlHKCg1GePQ5zRZwNeefWQ8MUlxJdP3wBgymOJ1eR40GEWYkNSf9 Qq51Yqstj5K0SmyufQGFMUxqJpgU+jAlYiM30= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735864589; x=1736469389; h=references:in-reply-to:cc:to:from:subject:message-id:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=J09yIdqF87YMxsb+fsSR3w8IAWoE99qa6V0HvfVGJUc=; b=kLLD3JCnic7wTodgKMoXkrs7lmSPE5Rq7NQAQSZ6NceDJVwlmxBsfTAR3i1nJiQmxK ELDEmvhnniyKXoVeHQax1jNGR1LJyqVCbbSOkpM/qsP5gXNgGM5rLvyGgGsMcQShOAcB nKbXNi9MQDCLl/kN5T/HUEj1toCQZHi8HJsHVT9v84rg/zuTiehLDlod4RAEUpy/mO18 PnwOdroJSIcfcztj5CWV5XU72IRj6lZu3ebeClVzwHehqRKlg86O/DenKSsbRDE30oK8 yJ2c/2SRpe4NrGOxUaQjj2GHh7L6/eN2kVtVXYb+f0cvzmrQuMomQ6rKste2YPBPAI0z CWag== X-Gm-Message-State: AOJu0YyaIkTDRWbQADUf3malKPhezIuL6aGzyMSSHdlCVMOHYGGp14pf EaDV8suXvI9RE+JGPM6QJ5Zu/1Kcy4sOmApyH2svrsbNkW6iaMS1nZR1nlxqC1LIw+GiFAYZj3a 5KhD/TH/fmb2+9djzJmDG/Z/MNBfYxKEB9zi0h2du X-Gm-Gg: ASbGncsZIWuM4cfETwN/1TWllZTua8LSkePHoEEbNQ723i9H5PkFngF3taHIkEMQ0ou FjYR0kSqEHBcr2V4Iqoy7dP5MOn3BVRs9MMG2WicnpEekVYE+mGKEQXRIr6FXVtcBCAjBV7XQqz sBiCcp0PO8wvzwriimUmZOFnkrYj72EAD2d/85pZ0N/+o5oG+hcsP20OnwazQTyM675vZgPlEeF q+6I0b7FnkbHla5RY+U3+d7x9XvycQ5lzDkWL3vY2epCcmJisXQNAeUJBh7BRMuio7wEb6Vtdlx gQ== X-Google-Smtp-Source: AGHT+IHgGgk5jExYCk4+g44DgwWV0MjSGp3/EbkZ5V53u3087rS5r9BUqov9hUTfn0M3H2rVqcLdPjMm0YgO X-Received: by 2002:a17:902:c952:b0:215:75a5:f72b with SMTP id d9443c01a7336-219e6f3d44cmr727383285ad.53.1735864588806; Thu, 02 Jan 2025 16:36:28 -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-219dc999fb3sm13968465ad.49.2025.01.02.16.36.28 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jan 2025 16:36:28 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Jan 2025 16:36:28 -0800 (PST) Message-ID: <6777310c.170a0220.14710d.882bSMTPIN_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 E9C436052471; Thu, 2 Jan 2025 19:36:27 -0500 (EST) Subject: |SUCCESS| pw149558-149560 [PATCH] [v8,3/3] drivers/net: add diagnost From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1735692511-4196-4-git-send-email-andremue@linux.microsoft.com> References: <1735692511-4196-4-git-send-email-andremue@linux.microsoft.com> 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 Test-Label: iol-abi-testing Test-Status: SUCCESS http://dpdk.org/patch/149560 _Testing PASS_ Submitter: Andre Muezerie Date: Wednesday, January 01 2025 00:48:31 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149558-149560 --> testing pass Upstream job id: Generic-DPDK-Compile-ABI#108424 Test environment and result as below: +-------------------+----------+ | Environment | abi_test | +===================+==========+ | openSUSE Leap 15 | PASS | +-------------------+----------+ | RHEL8 | PASS | +-------------------+----------+ | Fedora 40 | PASS | +-------------------+----------+ | Ubuntu 24.04 | PASS | +-------------------+----------+ | Fedora 40 (Clang) | PASS | +-------------------+----------+ | Fedora 41 (Clang) | PASS | +-------------------+----------+ | CentOS Stream 9 | PASS | +-------------------+----------+ | Fedora 41 | PASS | +-------------------+----------+ | RHEL9 | PASS | +-------------------+----------+ | Ubuntu 22.04 | PASS | +-------------------+----------+ | Debian 12 | PASS | +-------------------+----------+ 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) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/patchsets/32232/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/