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 D4C6345F52 for ; Fri, 27 Dec 2024 03:26:48 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BBCD64029D; Fri, 27 Dec 2024 03:26:48 +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 79CB240294 for ; Fri, 27 Dec 2024 03:26:47 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-844e9b7e50dso649448639f.3 for ; Thu, 26 Dec 2024 18:26:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735266407; x=1735871207; 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=Kv9ImJQx/jfUhFW1KIr+nRx+wcy2grni7JR7K9bsigA=; b=LR90mc7Xx2POVdC9VHZtXagfMz/cxTU6NuknNuOIQAUF9t+bvNVKUYBqjKMXrYN202 2X4ElsJHKK1x5S11EUG4EZLhyy3oz+HX0mMrpZawLN/cSaymTs2CVw1RmMI2AP89Qt09 RKS9W1a7LO3QpYoZuGn0tSsZXG9oUJT5NGrIw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735266407; x=1735871207; 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=Kv9ImJQx/jfUhFW1KIr+nRx+wcy2grni7JR7K9bsigA=; b=mRDicLh7wthPdV6Onw7Shw10Oe5yihZXD4ivX+w8knZwSIJO7ivkimhV9fks+py5SA DxtlviT1/ZM2veLIA3+35i9B2pUNZA/ywNDWjb34ot5KiAulEOaFAfPRiiXePhhaqVdo HkjW2EvkcQ1oOanS6+y397nf2TP0cOhUuSzFglYVrDJ3aQImOWheTfuORIT6A3zJRHLM DmuDoLE7kfjxnzmyk06RKuktm7Nzfqs9WwD2Qf87DWzlTUad3q9xZ7oDHzyBVs/Hm4Vd bk52neCWnhNIqPLHFe62Bqz8IAD8P/IjTlsLiFnp8nBUXuVmeCQZ7xwztPKb101a6utn cbKA== X-Gm-Message-State: AOJu0YxpYk6oamxvGOQ0K0fkzjyxNMdShq/y2nb77YGD7uaMn62ifZ6j sUtmYREcqA15WYApWnKd45h1xup128EpE5M4Bbmu6LSOQcE49VS5tmy/O1ijzR5BVQa6Y9js7Sx E30vnflMspu18N5n/6QZaLoUagN74H/ZHrrxokDcZ X-Gm-Gg: ASbGncsx3lYST1DBnUriGmAKlMr5p+ft1VMRNIGLND9gWK/u/AbWqP5aJm4FofWtNbz i79GIfvIFKrO9mk1yaBYoYMMT6aLfZ3TjWcCfEe3Gdjk5Wyz7FIMH4+5Rpb7EXIfuLcGuF6utsG XFKIEh9dJ9dQkW+6CQnf75K4Fg0lGuj7Jv4rUuubZ/mTaZyLY+lA1TGh+XuotptSLDdiQ7Op2fo PoaQyeur66J7yjnu5IG3opr4zH/n1iyUy+dWSjQlz8kxcO1RET3EUsXSC1Q1kdEzm45kcg5I0w0 tA== X-Google-Smtp-Source: AGHT+IF8pSR6tCRgmw3HyOEeR2zSjak950uN8CTCKZn2dHjZtxWvICwcDetFIAI5HJWEyWwL/vfgx7l/B7F1 X-Received: by 2002:a05:6602:6b86:b0:83b:5221:2a87 with SMTP id ca18e2360f4ac-8499e4f30d2mr2620188739f.3.1735266406802; Thu, 26 Dec 2024 18:26:46 -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-4e68c24aec0sm826295173.72.2024.12.26.18.26.46 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Dec 2024 18:26:46 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 26 Dec 2024 18:26:46 -0800 (PST) Message-ID: <676e1066.050a0220.3c6d7.f61eSMTPIN_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 618246052471; Thu, 26 Dec 2024 21:26:46 -0500 (EST) Subject: |PENDING| pw149496-149498 [PATCH] [3/3] drivers/net: add diagnostics From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <1735263196-2809-4-git-send-email-andremue@linux.microsoft.com> References: <1735263196-2809-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-unit-amd64-testing Test-Status: PENDING http://dpdk.org/patch/149498 _Testing pending_ Submitter: Andre Muezerie Date: Friday, December 27 2024 01:33:16 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149496-149498 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#302248 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | CentOS Stream 9 | PEND | +-------------------+----------------+ | Debian Bullseye | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | Fedora 40 | PASS | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) RHEL9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32218/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/