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 AE1B845DA4 for ; Mon, 25 Nov 2024 17:57:06 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9893F40B90; Mon, 25 Nov 2024 17:57:06 +0100 (CET) Received: from mail-yb1-f227.google.com (mail-yb1-f227.google.com [209.85.219.227]) by mails.dpdk.org (Postfix) with ESMTP id 272AA40B8C for ; Mon, 25 Nov 2024 17:57:05 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e388d853727so4231695276.1 for ; Mon, 25 Nov 2024 08:57:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732553824; x=1733158624; 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=//esWIGWBAOb8us16eriqbI/7VMrSWptu5BkmlwMjcw=; b=XW53aD4FjhmlTsBreorg5O1mcaf7nuLa7P1AOF8DCnCRm424KwNWnm7yihCUwffk9Y yM2TQJHCbRHh4Zq/DxbQpBsheJiZBGB8FryKT6D1ewvtv68HS+pBxBeU7pC4hM9ZTgz3 TshJr3+fHys93Bymal8s3fdDX3oQ4k3yehQHw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732553824; x=1733158624; 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=//esWIGWBAOb8us16eriqbI/7VMrSWptu5BkmlwMjcw=; b=c5ek/U9iWHsRkMnDzysTo4GEcu6laKnywcPN+PRVmFC2XUjor67kVmird0lhItsCsV noldKiRs5VNCWGC1jnc7kwpOMbm+L6mF55cADK1e7i3Zl9Cbk7wrd0hJegKI0LFZmeVq MLXaLiIVD6HXzcMx8VMRKutqKYoKgAmJqbLOzhNP6cgjf/sqIfvykp3x3iBHm0xwo1Vs WLE67dKHL0RBEoxs2jEIMmjur2TlX/TIOOsvAHAx2LNsLP/GtvzG7Mug/oiZozHI48mQ CgEjplO038fUiQI3NfNyaHC7WEPEpCAPBPSE3gE+YQTxU6Gu90b5aS89DnA1U1CwTIpt 5Lwg== X-Gm-Message-State: AOJu0Yw6IliDpHLt85pcWC0/Mgy+MCPdsuj/HxTgtwYQSyie0Yfk2YvO 2QAkOkB9PkGMng7hhNll3RQik464/I3qAZsTLzZlVsEAHqciYDiJNJm2L3ZDlF/sytjvqntZKl1 zv+eZwjpl80z5Vjl+KvJzcgIfGn0JwqUpM8z/5eCzqY1gxOpHDJ+uO364 X-Gm-Gg: ASbGncvt+xNJft4nDDbbsqi1aUI/S3zx2TrVctDJkz0ZXtB9WcOIrK+i9NZAOiGtuEw XWgV3ZApxeOK1u1XmsPlgebqFtmQFTjk7KBEmVg/t02NQp84fwE37DH4a0vuVOjIXlKEoTlKKIi XzRzf8XacX+LRg2kzmtjP6W/wvjbDR99ze1mNU2mzWwpPeCFZDnUZIk5rFnzx/Fz5vqm0G3nIgH rz3PGd0EgtGhgjcWb9HE9EIPaaBrBXmYtKDd5j0rfmesYyRwON1EVzX9lnIPu58x2zDuoPGfBE= X-Google-Smtp-Source: AGHT+IEXM/mmkGNyps2ysHHcdQrNkX9CWSCRw0mjmfe80tmXtqbctEmc7YQ4s7XFXB1VDe9pnr3Mqkh7oFIz X-Received: by 2002:a05:690c:c92:b0:6ea:2ac4:9df6 with SMTP id 00721157ae682-6eee0882f81mr142092497b3.3.1732553824513; Mon, 25 Nov 2024 08:57:04 -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 00721157ae682-6eee007c831sm1824977b3.55.2024.11.25.08.57.04 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 08:57:04 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 08:57:04 -0800 (PST) Message-ID: <6744ac60.050a0220.23129e.bd3cSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 2D22B6052471; Mon, 25 Nov 2024 11:57:04 -0500 (EST) Subject: |SUCCESS| pw148831 [PATCH] [v1] net/ice: updated latest recommended From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125025220.3557719-1-hailinx.xu@intel.com> References: <20241125025220.3557719-1-hailinx.xu@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: SUCCESS http://dpdk.org/patch/148831 _Testing PASS_ Submitter: hailinx Date: Monday, November 25 2024 02:52:20 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148831 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#337568 Test environment and result as below: +-------------------+--------------------+------------------+-------------------+ | Environment | dpdk_meson_compile | dpdk_compile_ovs | dpdk_compile_spdk | +===================+====================+==================+===================+ | CentOS Stream 9 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Debian 12 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 (Clang) | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 39 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 (Clang) | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Fedora 40 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | openSUSE Leap 15 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL8 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 20.04 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | RHEL9 | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 22.04 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Ubuntu 24.04 | PASS | PASS | PASS | +-------------------+--------------------+------------------+-------------------+ | Alpine | PASS | PASS | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 13.4 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ | FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | +-------------------+--------------------+------------------+-------------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 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) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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 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 FreeBSD 14.1 Kernel: 14.1-RELEASE-p3 Compiler: clang 18.1.5 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32007/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/