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 BF7F645DAF for ; Wed, 27 Nov 2024 01:08:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B33E440EE3; Wed, 27 Nov 2024 01:08:54 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id 014C0402A7 for ; Wed, 27 Nov 2024 01:08:53 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-83eb38883b5so235003539f.1 for ; Tue, 26 Nov 2024 16:08:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732666132; x=1733270932; 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=t7DmAIoxjvWi8ltNQaxlwrKiVBgB0v6zxu3vJ3QKhAY=; b=b535A4Yq6De2thJ6hnROp9GNLN27wu+agO92JAb5qjvhvMo61Smbv7cCVhUmpvHdzW ENEFueN8GcEE3a43mwSD/U7iccGg/HMwob7oE+PSGFt2mrOiE9kt8+Xru2FtlvdEiP1k JUxZn0ZeTEcqese5+ZolplpLjnnDgVwMgDjL0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732666132; x=1733270932; 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=t7DmAIoxjvWi8ltNQaxlwrKiVBgB0v6zxu3vJ3QKhAY=; b=Xr1IissRhWqdH0eE8mzXne74vnsvgZmOWGhM1sm89Kw4tWkUETEHil1Z3I6iOR7pUw 9Am8/PqLKERLq9LtnWhDPsqcifgWDyKWgeDBeUU3/jlv6or9ei8WGH1NGeWlLAiuF0Lw iqj/2TQzxsvq11ahh3b/EiTh1wYws+0xCNNVJU+REoheY+9aL2JRToHbTX0DRkwVEMRJ jHtEHyuPOizB8f8umKZxdSSfYvGfkHYSPNIMXHo5foOsGj25/BjnIkBL8b/6KGw9FFZE sS29sE9uJnCVG4/7Oxtq8StnYcyVDtVmDJ4fFbK1fgjoGUjW5o1ikxW5MXpdQyULBjsD Vpyw== X-Gm-Message-State: AOJu0YwgLbQJBulQHBk6zsM8JODaewH5wc9QUUoazvKxjkomBYrBGVdO FrAPJYNoyikrx7BlCwQLhjXXOHqg7jyI1E1mzec5DJsGQhTDpRVGGF9KJMX3bJg1inVsk3Il3r4 fyOBjZa+h4fgbwOcy2iG55xVlXwqdT0MG+yxu/6DN X-Gm-Gg: ASbGncvYPz8zu9MMO+tGjfvEaxnSGRH54kRz3cWLkRhsnFPycc2M+wc+1EsrO6FjQXy 0tuD0/eSKjyZLsGzGRiubJObm9AWV8VulVFZ/DAEltpkCGwItV2o21OdoVO7Y4QVCs4fgezQgUa rvjlLwFx6xfQu4qfYH0xckkyntrMGqDG9uvdq1Ukun/UnAwXt7HzZrSfRN9lIPJZYyQz2eFoWvg gsbls/uktLD3GuJ63lN6T8rpc1wUHXz4p6dviY0qHAJq2IoFnjEVm6TcTHRj3pSWmi8NZQ= X-Google-Smtp-Source: AGHT+IHWJYb7+UUT5N9/RjX110jSdB+4pGO9MZP/LQqKl5e8HpXFtQ0GKyGmEUat/6C+MALHihoV74Dl30TK X-Received: by 2002:a05:6602:6b84:b0:843:eb5b:5293 with SMTP id ca18e2360f4ac-843ecf676b0mr168463139f.2.1732666132363; Tue, 26 Nov 2024 16:08:52 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 8926c6da1cb9f-4e1cfe6079bsm478781173.46.2024.11.26.16.08.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 16:08:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 16:08:52 -0800 (PST) Message-ID: <67466314.050a0220.248be5.f337SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id D94276052471; Tue, 26 Nov 2024 19:08:51 -0500 (EST) Subject: |PENDING| 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-unit-arm64-testing Test-Status: PENDING http://dpdk.org/patch/148867 _Testing pending_ Submitter: Stephen Hemminger Date: Tuesday, November 26 2024 23:17:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:3b3b0065510f15b2b149df4c55d98d78cad462c4 148867 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#295305 Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | Debian 12 (arm) | PEND | SKIPPED | PEND | PEND | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 39 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PEND | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PEND | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ 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) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.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/