From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (unknown [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8A96446053 for ; Fri, 17 Jan 2025 15:11:08 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B1D642E6B; Fri, 17 Jan 2025 15:10:50 +0100 (CET) Received: from mail-yb1-f228.google.com (mail-yb1-f228.google.com [209.85.219.228]) by mails.dpdk.org (Postfix) with ESMTP id EA6AB40294 for ; Fri, 17 Jan 2025 15:10:48 +0100 (CET) Received: by mail-yb1-f228.google.com with SMTP id 3f1490d57ef6-e573136107bso3697594276.3 for ; Fri, 17 Jan 2025 06:10:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1737123048; x=1737727848; 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=0qBRjC8YzQXUXYpFCtONBVGyTh6zaN0UsyV51oef0tU=; b=FYIJDICZpt2IBo8qBBij14i6zH1CgRcddoPWQLQe/K6a5kDSeKS4RQopRf7X9GL+dm EwWkcimddD7Dl+zvzZPfFpRQH8iaumiB/SNz5J1yLJ1MJQo225HUdDm51spcZ422+Csk 8E9hsruBRByhf3l93IUx1CmODkoyhZ0PfK/VU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1737123048; x=1737727848; 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=0qBRjC8YzQXUXYpFCtONBVGyTh6zaN0UsyV51oef0tU=; b=H/k852waEhjit4ueBUiCFKVsOV8BQEaU6vOFYJ19d9L+9tBBi8B7ZRmCDBZYH0jsl6 J2FgDWdiaOpwMQrcfRn3tqsTiqGtE5a+n69HAAG3/ShNxJzGvgB4YC//bHtcG5TH0PPb bTaT87BTiJ6vCtEs/Ii5OB73zXoHHqxjKvaj65WJQ44TMzgn32uW23gkK7xopYv5g/sz 98f6Aum6vakHWF71fEvqB9QYBm7VOTbJ/Ml/6uarnul7mEZq+9w9yMq3ZhA6fVRmWCiT mt0Hf7AAP8aWokyXCrjznSVOGc4UyV5r91DhUzpyhuSk4ihGxOns/+ljJywcv8T+Uxhl +/LQ== X-Gm-Message-State: AOJu0Ywesn1imEM+PnpQ1vlC+zYsESTGq1yinR/3nIIVE0HK/yO20WCt g3x2WBeesI1k6A0OX/SLcigS1ymA6TefsaaY55SYIJfxsr5l+OZ6LxmdVKTeD8q6mtxfCaUmbyC UOKa+LQZD4cMtFVrZAk7qGFYFjx5Gf6mws7W+CH0t X-Gm-Gg: ASbGnctiAa2m/Sj0QL3aZFSkCU0Hpkg0spNut2IKxk5v3nc1gqcjno2drypZBewZmNn RnooOajPyVcRuxy7g7sbh2B1AtOkbHarR/yYuVDSdXMl1ZmbhOp+z7rP2tbrrtkiSn6ZEVrRkIG 5gqDOQBQbrl1QSNoup/2ePVlKKdYSaLlOZEXSv0unkYDUOaLUqqdJiUvAbYy9NVwzUa4uuXCc10 wruz3Pik8Iu6CkT2eb/Drzh565nPcDxOLIDvlpfVwCxQvzqpZ4zXpFcxw9kpcSK7Uu7qx9A6cri S9SPXw== X-Google-Smtp-Source: AGHT+IFI2KtRq1npw72XAO95m5etHJYUcv83TdN0HB7Il3C+Qmv4yyecSEroNC+6bZCWm04xLFSHUz1sAvzm X-Received: by 2002:a81:f20e:0:b0:6ef:7d51:eba6 with SMTP id 00721157ae682-6f6eb90d669mr15138127b3.28.1737123048205; Fri, 17 Jan 2025 06:10:48 -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-6f6e64d70ecsm1534187b3.37.2025.01.17.06.10.48 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Jan 2025 06:10:48 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 17 Jan 2025 06:10:48 -0800 (PST) Message-ID: <678a64e8.810a0220.8eb1b.b722SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id D3DEE6052471; Fri, 17 Jan 2025 09:10:47 -0500 (EST) Subject: |SUCCESS| pw150163-150164 [PATCH] [v3,2/2] ethdev: fix some function From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250117091210.12419-3-lihuisong@huawei.com> References: <20250117091210.12419-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: SUCCESS http://dpdk.org/patch/150164 _Testing PASS_ Submitter: Huisong Li Date: Friday, January 17 2025 09:12:10 DPDK git baseline: Repo:dpdk Branch: master CommitID:06e2856620a70000b2a28f0ea715fc247b85fd8d 150163-150164 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26908 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 41 | PASS | +---------------------+----------------+ | Fedora 41 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Debian Bullseye Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) 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) 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 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 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 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/32354/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/