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 4006343E48 for ; Fri, 12 Apr 2024 03:35:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3703740295; Fri, 12 Apr 2024 03:35:36 +0200 (CEST) Received: from mail-pj1-f100.google.com (mail-pj1-f100.google.com [209.85.216.100]) by mails.dpdk.org (Postfix) with ESMTP id C757F4026A for ; Fri, 12 Apr 2024 03:35:24 +0200 (CEST) Received: by mail-pj1-f100.google.com with SMTP id 98e67ed59e1d1-2a4df5d83c7so249982a91.0 for ; Thu, 11 Apr 2024 18:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1712885724; x=1713490524; 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=tEyPmLrfmLLWuSjiym0EpM03HC5LpbZ5xzRUgM8bqq4=; b=XHQDw7WUNYzCuFssocMt9+o8srdpjKka+Bl7pa01nLAwJZaQAukV3LwMbKe/vXXvCk 0CXacQ/Jr1x5w8XZSJX8zHJrUybO/vMqWggcG8ZDKWLeyM2YjQzqNtlWZkYTJC9PqSs9 X9ZCQeJWLed3wa/jqoXfxDobk/SQJitRd8gZI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712885724; x=1713490524; 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=tEyPmLrfmLLWuSjiym0EpM03HC5LpbZ5xzRUgM8bqq4=; b=msaAgSDHqYrD8l0sFvXsySTlnSqkfi64J4irE/9e/UMO0D47wl3bXa4LH6ysLG7H4x KWUKNQEked2dMmxCMgv4+ZSYaS/PAchQhKWnXf28tr9nhAAQ/9vwoBEEIoPSCkCuoZW/ Ch75nNH4eRIqGVZkjgT6YchUCcewhLqNrKQOcsc87cDeIdd30MlAFVWtKdTnoijAe5bf XO+7ngFXYEsnAy7XTZeNFXLAe+iNeS626wq+sKm0q4T/b0rdbdBV7McdlycIzfz/cNHB zfPxntTf0APgHAwhZq6mb7vQDpsKD4GsNpvUc108gK4WoJ4ggYEnK4+b+5BTlqSDJSbJ sldw== X-Gm-Message-State: AOJu0YzU7zHJLGhCaAuwFUNn1GmUFIfO5a0Hjjv+DUCXexwpVkYjqNoh BnL9fxTjyXKJOwiuqRnpUmWEiQ4oh8RUR+jtlmSNkUSCIAy8F/NdcyMXXJKPmbgdswLIiEEanbG Mk8tpi2g0OEu2BZMYS19lk0u+p288LaXfQHdwmYrUP7SmX9g3HyUfCtL2 X-Google-Smtp-Source: AGHT+IFbG3CzQpnCI6EUBpLkWlB1c1u5UntBlpPoEtyy96ba/EUY5EdSMEjZEDxVzaV9nbmWUAyQOG9u976D X-Received: by 2002:a17:90b:3a86:b0:2a6:f977:39e0 with SMTP id om6-20020a17090b3a8600b002a6f97739e0mr162002pjb.3.1712885723998; Thu, 11 Apr 2024 18:35:23 -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 w13-20020a17090a8a0d00b002a232d2cf86sm179964pjn.13.2024.04.11.18.35.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 11 Apr 2024 18:35:23 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 11 Apr 2024 18:35:23 -0700 (PDT) Message-ID: <66188fdb.170a0220.fa505.6fc9SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 2747B604D420; Thu, 11 Apr 2024 21:35:23 -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-arm64-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 | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | lpm_autotest | +=============================+================+===========================+==============================+==============+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 37 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Debian 12 (arm) | PASS | PASS | PASS | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 38 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 39 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 38 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | 32-bit Ubuntu 20.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Fedora 39 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | SKIPPED | SKIPPED | PASS | +-----------------------------+----------------+---------------------------+------------------------------+--------------+ Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.4.1 Debian 12 (arm) Kernel: Container Host Kernel Compiler: gcc 12.2.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.2.1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.6 32-bit Ubuntu 20.04.4 (ARM) Kernel: 5.4.0-155-generic aarch64 Compiler: gcc 9.4 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 Ubuntu 20.04 ARM SVE Kernel: 5.4.0-167-generic Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 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/