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 7861643E39 for ; Thu, 11 Apr 2024 05:45:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7139A402A8; Thu, 11 Apr 2024 05:45:16 +0200 (CEST) Received: from mail-il1-f225.google.com (mail-il1-f225.google.com [209.85.166.225]) by mails.dpdk.org (Postfix) with ESMTP id A2A82402A7 for ; Thu, 11 Apr 2024 05:45:15 +0200 (CEST) Received: by mail-il1-f225.google.com with SMTP id e9e14a558f8ab-36a118d3b30so30273345ab.2 for ; Wed, 10 Apr 2024 20:45:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1712807115; x=1713411915; 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=aaoxqtPyvS+KpBjVTfJa0PiUPybb6+kJ2MZdZeOr0/Q=; b=CnsSeHQ6lx1As8U1zb7YR3By18s7jhtesIxscCaWe9SRoUT5zxdaIzYsAvZVDSSZ4I wayryjNmWsXyWTO3eUb1p8uXqQEZi7Ft3VduwK0zBzElEHWC8zfXoOTZP6CtyJp6vSFo vIyCqlY1oFQgLf+LJJSbrvQU7I6Wtcw2qTNoI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712807115; x=1713411915; 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=aaoxqtPyvS+KpBjVTfJa0PiUPybb6+kJ2MZdZeOr0/Q=; b=hfkWdQc7f2HjV7g5I9fk9BohXCBj0YR2UEcEyXgfUUR3Qv42QvwSFWVW/7Is8/qkxd x1tjt6qqBxda/JrWQzeNkBrvVZRMWwEtQXT7nzvn6o5rVrR7IwV1W7fXy2Gu04lEyKsY IQfhSnyFw2DCpjCfqY+zzVF1/ShvBcrBrEz1GBhhTtKkFSkTAPeQvE8ZWPpt69n/6LKa zIGB0j2nnRT72El9XntLPCx0Zxf5+qaPqZ67kztlyHJqiZyXg/G38LPWVu8Ok4UfEcUn iRLtwgWqTv3MIwOagThTkOfNfwgIqLbuLkBOIJV7RDDbL1rURuQGJgeT9KKFXBtmo2Ws yOnQ== X-Gm-Message-State: AOJu0Yyt6TWx9k5L9jI+fLLGjYDg9YiOgUgDcUqHmUxZSGSsTnWnq1L/ 4c4cU2b0SCERH4D91JE4iMlFJLSoM9xFdxzPw4cZ6IyR4HWyS+pgmvy3d2QzBZMsCbnqEzR1FQ+ jZ38W0tHeqFIue56fkd5mvAw0G2ao40d2ZCszFWTl+s5K+RdWdfU3YQjm X-Google-Smtp-Source: AGHT+IFeLmP7+wA4TnH1GcNKPMJssOb/r6MmI98edTM4TQR6CCkQn2H+UhAjeShJV3D8BFyPdUjUbjlmyGeE X-Received: by 2002:a05:6e02:16cc:b0:36a:1ed8:88f8 with SMTP id 12-20020a056e0216cc00b0036a1ed888f8mr5742354ilx.31.1712807115013; Wed, 10 Apr 2024 20:45:15 -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 p15-20020a92da4f000000b00369de5e7f92sm25441ilq.22.2024.04.10.20.45.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Apr 2024 20:45:15 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Wed, 10 Apr 2024 20:45:15 -0700 (PDT) Message-ID: <66175cca.920a0220.92f4e.1824SMTPIN_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 A03986052514; Wed, 10 Apr 2024 23:45:14 -0400 (EDT) Subject: |SUCCESS| pw139220 [PATCH] ethdev: fix strict aliasing lead to link From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240411030749.41874-1-fengchengwen@huawei.com> References: <20240411030749.41874-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-compile-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/139220 _Testing PASS_ Submitter: Chengwen Feng Date: Thursday, April 11 2024 03:07:49 DPDK git baseline: Repo:dpdk Branch: master CommitID:e2e546ab5bf5e024986ccb5310ab43982f3bb40c 139220 --> testing pass Test environment and result as below: +---------------------+--------------------+ | Environment | dpdk_meson_compile | +=====================+====================+ | FreeBSD 13.2 | PASS | +---------------------+--------------------+ | Windows Server 2022 | PASS | +---------------------+--------------------+ FreeBSD 13.2 Kernel: 13.2 Compiler: clang 14.0.5 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/29752/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/