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 2E64045DAF for ; Wed, 27 Nov 2024 04:03:26 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0D1CF4027A; Wed, 27 Nov 2024 04:03:26 +0100 (CET) Received: from mail-oo1-f97.google.com (mail-oo1-f97.google.com [209.85.161.97]) by mails.dpdk.org (Postfix) with ESMTP id AC4884026C for ; Wed, 27 Nov 2024 04:03:24 +0100 (CET) Received: by mail-oo1-f97.google.com with SMTP id 006d021491bc7-5ee1c3dbeb9so204293eaf.1 for ; Tue, 26 Nov 2024 19:03:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732676604; x=1733281404; 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=ARLgYdc9sME90I6f+XKpa2fhQiCWV3TpQZAUsewuoVE=; b=jx8mOYf+uxt5uHkT4AaeZWveQJ3qs1IV9wYfuxTHOwiYPtt4TvUH6xCrFpYf4q+nBT 7maqLN00dTQ2g8XkrHdg2xPN7g2T19APs5i8C0oMCigIHLC1TREQr+8vz8lhISlAbJTd YTkmNFNYknNLxEKDTvQfBZndJKfjpu+9cRymE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732676604; x=1733281404; 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=ARLgYdc9sME90I6f+XKpa2fhQiCWV3TpQZAUsewuoVE=; b=f1zTpYIACEQGwYMrK9NdgUHMYDrTOSiWeCcfWOTmth6LiMGEyOKLw2ihQDeOHIRdkz VPv9feTD8clustxJgdRr3U8pBbpleyizybueYVxAzXk5EMsblAWuF5Zt9p5jOfeYsqwm Bn5m1kiK7MNAYUN2NBuxct9c1tulocr0B8LFLosJVVMh38z3qy3SKZh7I/1bXS/emWDT g8v5zepyhtA30EM/QRBMvHgPhvXe2denmncoyOe1/EkiL5D2zbw/3avtgy3OV90fJ4Ej bXLHzvlFhXxtEQIWL92J9QG2qFzXK09tedE9GmcJjYr/XOusTzGO3W5peK/YYbmKcjiF E6CA== X-Gm-Message-State: AOJu0YwtfuGsRXgbkDmUaHTtIW1u551U7G3VRzEnKmKUlHUk5M7u1SKd GpsBnBk4gFZQuAbD3K1ADsckBLnjuuFi72tSP228yaYEiRJecfSTjBVoihdhPoqIL7Ge9BMwOXQ bgQ3fiK43NUe0U/0LwPgAArkGy0ffbi7BYFHvzAU3s84q86lUqgy/onMf X-Gm-Gg: ASbGnctehdwqBUH4rqx0HqH0AdN30WQcBsjg21e/EEp3J1skDHmFXZuqFszXx9kOxZm 10DiDz082xHq5gxy26ohn2p5QCHVe2sPea8xkXnI3Gp3Kdis1aLs6iI8ESpzw7+Yls+9OWrpmGR gYjiDFTBgbzd3yn5H2KJ+N0BSPWPOLhsKQ2NGDGeAE4SY6li3q8yMFtkWIgqTDucAVhch6HOz1p hwfEC97BvxiO8GDgSulc4yBvOJOUgWJhjwE2VVDzTxMvA2KAeNyTQ9iuUCyDBgXL0NjkTnpgRM= X-Google-Smtp-Source: AGHT+IGDoHaMugwpmUmZKKxn8I7QW+QsQYGvoBRrmucRn9oWO0/+WSjuQAAGSTlfrwtghZ3nnfG5E3SjLHil X-Received: by 2002:a05:6820:1e0f:b0:5f1:e600:5742 with SMTP id 006d021491bc7-5f20a2b93cfmr917104eaf.0.1732676603908; Tue, 26 Nov 2024 19:03:23 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f06972d896sm410045eaf.3.2024.11.26.19.03.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 19:03:23 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 19:03:23 -0800 (PST) Message-ID: <67468bfb.050a0220.37d1b4.b977SMTPIN_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 653566052471; Tue, 26 Nov 2024 22:03:23 -0500 (EST) Subject: |SUCCESS| pw148867 [PATCH] [RFC] net/hns3: clarify handling of crc r From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241126231758.133355-1-stephen@networkplumber.org> References: <20241126231758.133355-1-stephen@networkplumber.org> 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-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/148867 _Testing PASS_ Submitter: Stephen Hemminger Date: Tuesday, November 26 2024 23:17:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3b0065510f15b2b149df4c55d98d78cad462c4 148867 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#338389 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32027/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/