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 243714604C for ; Thu, 16 Jan 2025 14:06:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E7474067E; Thu, 16 Jan 2025 14:06:14 +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 631F64066A for ; Thu, 16 Jan 2025 14:06:12 +0100 (CET) Received: by mail-yb1-f227.google.com with SMTP id 3f1490d57ef6-e46ebe19489so1311766276.2 for ; Thu, 16 Jan 2025 05:06:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737032771; x=1737637571; 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=ceajfSnrMmWKYhXkiHcQZoH/l+S0BqRPSvx5d/TGnTA=; b=Mgop2S49bcXfpb1e6VoeTr1JpncajS0lkmcUqu426lJMxOvf8AXqLG68M49DoMO6+x FEA2Tjp5Eztzp5l0CnPJqI1QLDX3l+fRK93S+FevELfRJltF06o5hOgT3cxagu54raV5 UWobr+dV9yoK83/nxeuPban3DqYKazXXQDJoc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737032771; x=1737637571; 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=ceajfSnrMmWKYhXkiHcQZoH/l+S0BqRPSvx5d/TGnTA=; b=UZRl4AZBIBCBUJ5ijAsnF+DE7xa3YHLMrHUKekxN0vHrDPwxZ46O108+1Vi/Ra+KNE ONBRON4taQecwC7IvE4a0vFVcDKicNYWme0tMpiaBAxRO0xXX+ujiK/pcCbwbCVJzY7p YZgv5Ht92xbFlSd1NM+Tgm3sR/9N1UKRdvIyGSNoK6i/TDCOtS2KzrTxCA7CO6TY0qnP giFLLxjVvFJF1dHi8l7efjQTJM6953d6tDGideAVV4FsCPfSNWaGFh/99nJeHaHmV3Yw q0X74mL7Js16vETIoT0C8wGMk6SOHhHcWUjP0BUOa1QPgvh+oX4MyKE+qC3kyqYY53uH STkA== X-Gm-Message-State: AOJu0YyIalFkN7l2dI/JFkasA7X/rkbt7xDX/zz+pl6sUU+1RgPbrApa MTSvBPtsfBbUauEatBBn+fcJjIT/VQ4Edi5DD35KV/vZm3vAKKOuINTNjEMbORNgBAzmz4x/feo 3cPGYpMy3el/jphhNfBIwaft5yJKnBTMdz7seZF30 X-Gm-Gg: ASbGnctZht5/FcvXibKbKAdjUr9nvQtlM9GUEnDyIN0dBC/ZOV9HCdralGW7dgBZxCu NOVOYrV+dP/dJTbLhdScfVjZnWfkawNi0D+0CMjZXo2PL5MU6coIErqN0T0vXCYstV5MW1IbDLQ O+lz/DCrp4Xf/nWIR8KxsFr2kNRDI/IaUzu2bjzlK+vii3ek/aJUBbsAFyr+cUQT7S9e1B33+/l F1Z6X5X1bx6iT8YyXD+zc4Ro38eLWVbKtlVH7N2/IQTG1z7U6g9E/Eu54mbx1mgF6oXvXqqS5OS DsS+0w== X-Google-Smtp-Source: AGHT+IH5291HHBbW3/ZsdnhupjQSMWbIYSREMdjvHrO0POSANw3CgOStB04ueMXdO2sfAsXGroTkl8pMHdSn X-Received: by 2002:a05:690c:9b0c:b0:6ef:4a57:fc89 with SMTP id 00721157ae682-6f53125e6e5mr278000967b3.19.1737032771727; Thu, 16 Jan 2025 05:06:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f546dc69fbsm8173507b3.45.2025.01.16.05.06.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jan 2025 05:06:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 16 Jan 2025 05:06:11 -0800 (PST) Message-ID: <67890443.050a0220.1af83e.e400SMTPIN_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 6C3676052471; Thu, 16 Jan 2025 08:06:11 -0500 (EST) Subject: |PENDING| pw150141-150142 [PATCH] [v2,2/2] ethdev: fix some function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250116114034.9858-3-lihuisong@huawei.com> References: <20250116114034.9858-3-lihuisong@huawei.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/150142 _Testing pending_ Submitter: Huisong Li Date: Thursday, January 16 2025 11:40:34 DPDK git baseline: Repo:dpdk Branch: master CommitID:167adc84d05c732af3c47dd569f152fa4ba234d6 150141-150142 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#306455 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | Debian Bullseye | PEND | +-------------------+----------------+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Fedora 41 | PEND | +-------------------+----------------+ | Fedora 41 (Clang) | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ 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) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 41 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) 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 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/32342/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/