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 5CF6E45DAF for ; Wed, 27 Nov 2024 00:57:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4AF1F40EE3; Wed, 27 Nov 2024 00:57:29 +0100 (CET) Received: from mail-oa1-f100.google.com (mail-oa1-f100.google.com [209.85.160.100]) by mails.dpdk.org (Postfix) with ESMTP id 93C2C402A7 for ; Wed, 27 Nov 2024 00:57:28 +0100 (CET) Received: by mail-oa1-f100.google.com with SMTP id 586e51a60fabf-297078d8eaeso4371118fac.1 for ; Tue, 26 Nov 2024 15:57:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732665447; x=1733270247; 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=q3jJdiLnm5xYiM+RbE9H6x+lsp7fSX2EyPc+nli5YO0=; b=FeUmhLp3+8mFhAKa5dUMUzNJ8uXB7CZfBEyLlIQm5cijqnygpGRREMOQ82l1xyes8B 1sMZCYABQ7iv7rV3OoJlIjtWCGoRIwyDAHXz3wkeP6Nntf10/ZBQ+b96sz2yGXghrxmn HNMUbgMfSmTCX6NgqLqBRNh+obg73PVByH5Hc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732665447; x=1733270247; 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=q3jJdiLnm5xYiM+RbE9H6x+lsp7fSX2EyPc+nli5YO0=; b=XoDs1QauHjlPycv6O1NgpWc8m5r4X1zUOcSxakqDfxMa4jIE/pSikmDrDZmdfnsTp+ sSHwUwt6eI5LGgclB+zwILZTvApnffGOO6bqa2M/kkLDLJj1AT/A6/bKEAM9s58H6iZW V/tapct+21xO2dVTOhmsN2ENWqZo6ybdBPdtylTkn3LQI6bGq4r96GryJ86o9IUqDjE/ YlUfsJl0gc/4KdjXIVoWB6HGLsrIocmKb4UABf/aEEuYvoDPn6SV/+AsFv+1CliiW/wA qUaGKTdgd5r+VGGUmGst8QxuywJqzqe+ZD2/9iIzwQLIsGGVPHPsmUiMOG2VS4yBngqM OxCQ== X-Gm-Message-State: AOJu0YxI03X7k+D4zHzvxCiY9PhGrMj0MTwJpwB/F3mxBl4ae1KzpgGc SzQ/lLBIUHjsZQuNt83Pvro6THRGfxWlif9GxZMlckiuFFJlxPsEE/TNrzDHJ2nTiAghgwCXLRJ 3YQUZfFeO0V88/lP81wB3xzCY80favNzjx13CSxzL X-Gm-Gg: ASbGnct2f4LMMExZqqbtMClrIOGVsOyyjfC1Kz1zkPCE4eg2sE8umWQbD6faoIjBv+E O2p1JxwYgFx+WtLmTiVYkk9DB4jM8y4EF+9JfXbS390SSdzuxn2Tpmz0bRhSAz7Ytn9HVgffRaN yIIeUK2mZF8D5LRh06Wx8B1qYk+69tPvcgcymbJPLG+nsYdsnTY4+hf3G2ywEYBancXwLCS93d5 qO6Yle4Ve5TWBqfSIgGCSFK/5JwEFRoxLTGi5mzsNqmD86tPdjr87zEEeGYIvugtbpm1z8= X-Google-Smtp-Source: AGHT+IHAalEzGzHX3IMQr09I05kPpS6DsE+36WBl8GfxvIrZ+n38Kds+WeIa5NH1XzQ4KrzxIxxWz0MefVRA X-Received: by 2002:a05:6870:2885:b0:296:e166:bb3d with SMTP id 586e51a60fabf-29dc43050famr746836fac.32.1732665447761; Tue, 26 Nov 2024 15:57:27 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 586e51a60fabf-2971d5ee23dsm424383fac.13.2024.11.26.15.57.27 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 15:57:27 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 15:57:27 -0800 (PST) Message-ID: <67466067.050a0220.1e7480.baedSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 43D056052471; Tue, 26 Nov 2024 18:57:27 -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-amd64-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#295312 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Debian 12 | PEND | +---------------------+----------------+ | CentOS Stream 9 | PEND | +---------------------+----------------+ | Fedora 39 (Clang) | PEND | +---------------------+----------------+ | Fedora 39 | PEND | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PEND | +---------------------+----------------+ | RHEL8 | PEND | +---------------------+----------------+ | RHEL9 | PEND | +---------------------+----------------+ | Ubuntu 20.04 | PEND | +---------------------+----------------+ | Ubuntu 22.04 | PEND | +---------------------+----------------+ | Ubuntu 24.04 | PEND | +---------------------+----------------+ | Windows Server 2022 | PEND | +---------------------+----------------+ Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 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/