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 3FF2C45D71 for ; Fri, 22 Nov 2024 14:41:16 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1FED543397; Fri, 22 Nov 2024 14:41:16 +0100 (CET) Received: from mail-oa1-f99.google.com (mail-oa1-f99.google.com [209.85.160.99]) by mails.dpdk.org (Postfix) with ESMTP id 9D8BB43392 for ; Fri, 22 Nov 2024 14:41:14 +0100 (CET) Received: by mail-oa1-f99.google.com with SMTP id 586e51a60fabf-296252514c2so1916579fac.3 for ; Fri, 22 Nov 2024 05:41:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732282874; x=1732887674; 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=VK82zqWTDzaLx67Lsh+27XLwi13ocTq1Cp5yzsBY174=; b=cbuBS/fSUCoPmHXO7vPRAyDip8TyyJNUS15VoN3oWNsvRtqnxVpSw4dzrsGzo9sx5C nXPYfEAI/AfAsHS6D3mx7qM9X8hWgs8hPWHLwBZpOwJhJ+hGYAXPQZEbRtrnwDHAuP3s dG8yX0i1LKsft7d1uQDuuStfs55Y+czDALvsk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732282874; x=1732887674; 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=VK82zqWTDzaLx67Lsh+27XLwi13ocTq1Cp5yzsBY174=; b=ml0H5RzjIh8se/G9HLXyFPGI6+hrIDGk1f676aSksPH3zEQdxQr2CQ33G5GXOGS9j0 5T820hrOeVjNac1Gvg+2j9emf4vBH+y5QLzZDBJadpkYxEWv2l0xoIQI+AvMnlgYzJkf QfVNiBBRFierkFuVsO+d4bUwI+GsFucJtzd8CZBQdpg5gOi62azZ2/k+7tzaowhwWqO/ NFL70M3TX4f1Hf65GYR55SNjZczhyFXaZwaDpOkGt52X02jOupoYyuV7r3ZJVYc1XoKc 38DSneFB1TiAIOurKXzBOjre77QGdR+yvOK2YXlBNnF3DX7OceMJj3hwOZ8u/MX35SCk CiwA== X-Gm-Message-State: AOJu0YwBhXuCJPw7s+U5iTLoAVXthW2J820DYGk5j1CQZ8JEHo164+1c ah7t8zJdqo39CJtiWdj4UMj0fKNkId+HTkoelFmvk1B9/Bk7Hd7mvm8tNQo+agdAWQzwjv+BZzM uJTtxwHy5clLpvvX6c/sLtgbFoP4wn2FT5n/FCEQp X-Gm-Gg: ASbGncuDdrA+x6zPIRmexorY39ytMZmyCnA3XUOv+zigomVYCvxkd2dQw7tmo6SY3Vi NBfTID423kYju3o9F/Vlqu7Nzl58Z673XXLyeY7TIrx2zvJc/E+9NcaT+4zyW5lXGK3ML6nYTxS vabOEpK2y+MK9cnDbBl8EUzm2ws7YIbFB+o9S9zCDClKiLpXOjvr58+hzsaFWPmG3+s7bVXWVa4 /hSyJO7qpRP9UkeXaYwOG4/FiZnCXEkzahHtGFtJlfX/6Tr8enrk+NcvbNOJdk6omcoRWM= X-Google-Smtp-Source: AGHT+IHfU6qGWPaGdU7rODsTy561MEfKVEvRbGcfPXLVMhmqN2kjvm9qrPAvLr+LjAxG0ErJzz6e8EzyAQAs X-Received: by 2002:a05:6871:3421:b0:287:e3e1:15f2 with SMTP id 586e51a60fabf-29720c5e8ccmr3356982fac.25.1732282873898; Fri, 22 Nov 2024 05:41:13 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2971d68e0desm72656fac.23.2024.11.22.05.41.13 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Nov 2024 05:41:13 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 22 Nov 2024 05:41:13 -0800 (PST) Message-ID: <674089f9.050a0220.23f2a.4b2dSMTPIN_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 4F8ED6052471; Fri, 22 Nov 2024 08:41:13 -0500 (EST) Subject: |PENDING| pw148797-148817 [PATCH] [RFC,21/21] net/ixgbe: use common From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241122125418.2857301-22-bruce.richardson@intel.com> References: <20241122125418.2857301-22-bruce.richardson@intel.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-compile-amd64-testing Test-Status: PENDING http://dpdk.org/patch/148817 _Testing pending_ Submitter: Bruce Richardson Date: Friday, November 22 2024 12:54:14 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148797-148817 --> testing pending Upstream job id: Generic-VM-DPDK-Compile-Meson#31596 Test environment and result as below: +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | dpdk_win_llvm_compile | dpdk_msvc_compile | +=====================+====================+==================+===================+=======================+===================+ | CentOS Stream 9 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 39 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Debian 12 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 (Clang) | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 39 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Fedora 40 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | openSUSE Leap 15 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | RHEL8 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | RHEL9 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 22.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 20.04 | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Ubuntu 24.04 | PEND | PEND | PEND | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Alpine | PEND | PEND | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ | Windows Server 2022 | SKIPPED | SKIPPED | SKIPPED | PEND | PEND | +---------------------+--------------------+------------------+-------------------+-----------------------+-------------------+ 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) 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.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) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.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 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.2.0-23ubuntu4) 13.2.0 Alpine Kernel: Depends on container host Compiler: gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309 FreeBSD 13.4 Kernel: 13.4-RELEASE-p1 Compiler: clang 18.1.6 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31997/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/