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 ADE5E43E9F for ; Thu, 18 Apr 2024 13:27:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 951D1402CC; Thu, 18 Apr 2024 13:27:21 +0200 (CEST) Received: from mail-yw1-f227.google.com (mail-yw1-f227.google.com [209.85.128.227]) by mails.dpdk.org (Postfix) with ESMTP id 7AE0E40042 for ; Thu, 18 Apr 2024 13:27:20 +0200 (CEST) Received: by mail-yw1-f227.google.com with SMTP id 00721157ae682-6150670d372so6353277b3.1 for ; Thu, 18 Apr 2024 04:27:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1713439640; x=1714044440; 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=/u9wL9W9u8L7YGk85tHlFMa6IPBZhvj+r9IOAD4gGAQ=; b=H4YLhf2JQ8OuGwaSZMn6iFaOxh0Rxbi1Z+OGOVghWFKcXuxPoreZmYJw2MwBwfAp2m mqSpPZeBCOhbJbBjp2JqYrXqDvTQptxJvfKQmv66/aF6S/8y2707KeY2OU/sK7Uyq4Ku jRLtUcdiKLbYzaVEJthzpG15Y1r7v9VeBTMyc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1713439640; x=1714044440; 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=/u9wL9W9u8L7YGk85tHlFMa6IPBZhvj+r9IOAD4gGAQ=; b=tViYxIJ2q9RF/OIqbtyM79V9qAdAOcnNX+cHtg03M9Y9kgRVRqbE7WpueaxU/3A3+z CTrUULoOU+21jcT+plQRg/ZjBNPnNDXcZjc7fcnedsYh19wQn0MEtGZ+caMkTdO20JJR 2trpObywPUuNGPW/bCA2/s40lA9auek5s3meRMAETK1zgm0mwxYilVJ6aIZ7wFf7of4W o6u7yPCHli8+auZZrTMOfShBUxigRRi3eMdnGfL8jb6nzgyUDFOvYnJLXlEThm0VWLa1 6HM7eHFGTNwF/2IheIW1+29jBQldMU7YpkJ1FwluPIAk7+gChqa3L8WM0BuWM8zRp5YU v+GQ== X-Gm-Message-State: AOJu0Yymm1RjrDnAknGjLfGuDluzg2P5EhlEYy2OVTX+bYWp6dzDK2FD 4fMz+ngcD9iHHVQHoPv1FD4e2xEMxa9Lj32jfs+YU7a6dgG57mbnKC3l9CPBxVQFkNZBx/4zMwb KE6fKXzmpvjUnvPgN8s8S+wXTUeaJAXMA5tP9NAvOg/IJTyJ4tzQh39ao X-Google-Smtp-Source: AGHT+IGC+S5X0i0AZH6xYiqpZGt49n2hn+69fB+sTFkPTMZAkCgT7W4ueILnxShlr/kPdzc23CcBMo7dYre1 X-Received: by 2002:a05:690c:b8d:b0:609:ff6d:cb87 with SMTP id ck13-20020a05690c0b8d00b00609ff6dcb87mr2053388ywb.50.1713439639890; Thu, 18 Apr 2024 04:27:19 -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 i79-20020a0ddf52000000b0061afbbc8867sm91514ywe.33.2024.04.18.04.27.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 18 Apr 2024 04:27:19 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 18 Apr 2024 04:27:19 -0700 (PDT) Message-ID: <66210397.0d0a0220.86407.4b49SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 7A3366052514; Thu, 18 Apr 2024 07:27:19 -0400 (EDT) Subject: |SUCCESS| pw139480 [PATCH] [v7] ethdev: fix strict aliasing lead to From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20240418072818.2074-1-fengchengwen@huawei.com> References: <20240418072818.2074-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/139480 _Testing PASS_ Submitter: Chengwen Feng Date: Thursday, April 18 2024 07:28:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:ea9b0f7277acc931ced3fee4a3ee087a26ee1401 139480 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Windows Server 2019 | PASS | +---------------------+----------------+ | CentOS Stream 8 | PASS | +---------------------+----------------+ | Debian Bullseye | PASS | +---------------------+----------------+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Fedora 37 | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ 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 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 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Fedora 39 Kernel: Depends on container host Compiler: gcc 13.2.1 Debian 12 Kernel: Container Host Kernel Compiler: gcc 10.2.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/29815/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/