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 4CBE043E48 for ; Fri, 12 Apr 2024 02:57:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 443C140295; Fri, 12 Apr 2024 02:57:01 +0200 (CEST) Received: from mail-pf1-f227.google.com (mail-pf1-f227.google.com [209.85.210.227]) by mails.dpdk.org (Postfix) with ESMTP id 22E354026A for ; Fri, 12 Apr 2024 02:57:00 +0200 (CEST) Received: by mail-pf1-f227.google.com with SMTP id d2e1a72fcca58-6eaf1005fcaso318194b3a.3 for ; Thu, 11 Apr 2024 17:57:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1712883419; x=1713488219; 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=gbcmJtGb93Zor/Qc1Ktpo99XIqe5xsiSqBpvKBLopOU=; b=Ial0k/F3lci23xb2wcTYtcYInYZ0FOElJYL1wTAXzgmizagAe2DTgZSwXIfwB/xFrM cFmxSR1sIWE9m6tc1XO4LdlrFQdXuBawMZzrstF3Hm6LMpO9QaONPj/iy+ASfBhXKIgo B4+DuZnkCoDLhH8VyZu07pEN+L/OqETZUG8bM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712883419; x=1713488219; 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=gbcmJtGb93Zor/Qc1Ktpo99XIqe5xsiSqBpvKBLopOU=; b=fGnr11OR/iSQbkvWvOhY2/DfwqV4ubDqLbHr75wflCRpVwXMlfbXC4TshNGYtM21/S cbyEygZjlIi1jdhf0kg0hdkYFMoMCOZ8F8hE+/AGqI8BiSo4zEuQqYtEaRIaGZ3n4jye O7f7RNnzYS8Ff/+viZXhpx1GYpsYEhFi+zoLQ1RpEyTvwDb7m00WVwJ9u5TBiuNQbOkM y7JQjRgk+0LAQegpYlsSfcaauZxzYjeWqM2Mpzc5Dg9ujSUNLt8uT6O5MyaZn/Hf7Atv JstBvN+Cb86qmOgTgsDWG68/zMSskLiRt0YIcwzwF4YxMlGUHazRLUPiTRt2Fw3IFLse UyzA== X-Gm-Message-State: AOJu0Yyw3e8bH3nM3Nj3bABXaTN//lPTG8Rnjyo9PWlnasv+ugiX+wuN QAD59sHnbTv7ss7WZ5wEPhbEAbKYX7iXMF1UJVvcGRGAGrrlbJQEtTkf2VKIfWbROmXyx/8OqJu xFftCp6WIvjQJDmMfRQZEaVlOyRYsPfuaR9B0qSklJ9Y6pdTEoDSa9Vfr X-Google-Smtp-Source: AGHT+IEPvUBv/beXjPFgqevN0Du1TZ56ziXBOT6FiSOogcf+apcFVJpiXBCYBV2I7jQ7gGe+rAyKeUtJgnxF X-Received: by 2002:a05:6a21:3d84:b0:1a7:aba5:7ce9 with SMTP id bj4-20020a056a213d8400b001a7aba57ce9mr1347691pzc.34.1712883419356; Thu, 11 Apr 2024 17:56:59 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id a6-20020a170902ee8600b001e427754a29sm97676pld.38.2024.04.11.17.56.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Apr 2024 17:56:59 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 11 Apr 2024 17:56:59 -0700 (PDT) Message-ID: <661886db.170a0220.d603d.3bf0SMTPIN_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 876B4604D420; Thu, 11 Apr 2024 20:56:58 -0400 (EDT) Subject: |SUCCESS| pw139231 [PATCH] [v3] ethdev: fix strict aliasing lead to From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240411120408.2397-1-fengchengwen@huawei.com> References: <20240411120408.2397-1-fengchengwen@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/139231 _Testing PASS_ Submitter: Chengwen Feng Date: Thursday, April 11 2024 12:04:08 DPDK git baseline: Repo:dpdk Branch: master CommitID:6db5f91b5e628671c341b833f21ea35e65e9699d 139231 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Debian Bullseye | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Windows Server 2019 | PASS | +---------------------+----------------+ | CentOS Stream 8 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 38 | PASS | +---------------------+----------------+ | Fedora 37 | PASS | +---------------------+----------------+ | openSUSE Leap 15 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ Debian Bullseye Kernel: 5.4.0-167-generic Compiler: gcc 10.2.1-6 CentOS Stream 9 Kernel: 5.4.0-167-generic Compiler: gcc 11.4.1 20230605 Windows Server 2019 Kernel: 10.0.17763 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) CentOS Stream 8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 Debian 12 Kernel: Container Host Kernel Compiler: gcc 10.2.1 Fedora 38 Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 openSUSE Leap 15 Kernel: 5.4.0-167-generic Compiler: gcc 7.5.0 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.2.1 RHEL8 Kernel: 5.4.0-167-generic Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20) Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29761/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/