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 C708B45EDB for ; Wed, 18 Dec 2024 13:58:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9F1BD40DF5; Wed, 18 Dec 2024 13:58:54 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id B569A40DDE for ; Wed, 18 Dec 2024 13:58:53 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21661be2c2dso47847155ad.1 for ; Wed, 18 Dec 2024 04:58:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734526733; x=1735131533; 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=gYjFd+lkdOCZNiIfhbeV3QAXrTvL/eXLEDv4htNwvdw=; b=CL2auOnw3wJ1zHnkDIr209yT8ASDdvmGlMyYOxohXJ3j4N5i4Nltsq9JrBeFI50aMM fgdNZgCYB2QhpNKyOTTlfhPVvlqBRnwP6olHAP+xEYPOqG6Wzien3KNcjUBbGVg+04Bo bEtReb35jAwqLwzbrie1VwBSBQvK88rBgy+Rs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734526733; x=1735131533; 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=gYjFd+lkdOCZNiIfhbeV3QAXrTvL/eXLEDv4htNwvdw=; b=Y3PBHf2lJ56sHZ/x1ap7NDBU2B/466mOp1Yku68XpXEtVEv8Pe2UGGIdJiD4unXxHC VmrDj4NiUqmi7i+RPKDncVZyAMpPuD1y5poMGqKXG0xyNk/gHbKF4xqG5PT/qWOx3tXp E9w/sipqhNGiVVAXzPVTTqHIjiq/qTURSQaX2p4iO3ouV4rUy65foRqQzdcLAL8H5vau UOkPaCf9Q8TBqwXPuh6wMxWdsonRjxb8D4vXov2mrP8+QgjSvOHSAhx0EyyPanNjjXYU QnTeLgSQQcfRu3aOg5Vf/8dONaLkskiER6yMixIIIqXpjLVt+35350P21FcOsf/FnMWj xMUQ== X-Gm-Message-State: AOJu0YzUzmIPQhsUsh+7G+CZTaoD35Yqr1MxFvL6wEWjzrriL2nlnE66 4V88gX/XJMlv2+Jve0x2dvV5sOwsM9pUgPMzFoGpS6ZZtTtebg6mzbKZ5FRZ/YAiBPYLsWdSGqv +Led7YrYGcIEcVnMz+fo3qYrInaGJuyZhkaLaEuvI X-Gm-Gg: ASbGncvPT4bwPZ4xkP8nPExr4lOOs8khfpL7BRQgQW42UASrXB4H4bLkOd7+mPb/DpY c+3bST/RWa9W5fOqaj2jSt2ZYUFeemjtCtV4F7V4eJ3PKW0gIYdEjolSrq5EhlOHPTpbBrvVQcY k5qM8xF/YYU9sgDnwEO8UKNJHpM/Wwg55VdMNAoggc0pLOH+IzdrcYuArZekFuFEN9CuGlWxAPz kM9CuDNbBt40pUojRpWMda+lqYBZPsOwnpfPXlE4iD/xL8p9QEHcmoFgCSenUzl/kFQOF7XnXg5 5g== X-Google-Smtp-Source: AGHT+IFBWgwPflguvixIcx17WZ40KeLhmEM1vVzDGKem9sDVKBlWgLPr993Nsbra2T3GsdjJ0LCAuJR2AWDy X-Received: by 2002:a17:903:183:b0:215:9894:5679 with SMTP id d9443c01a7336-218d6c4bc26mr37765795ad.0.1734526732980; Wed, 18 Dec 2024 04:58: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 d9443c01a7336-218a1e618e0sm4165585ad.92.2024.12.18.04.58.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2024 04:58:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 18 Dec 2024 04:58:52 -0800 (PST) Message-ID: <6762c70c.170a0220.2f30cc.ad38SMTPIN_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 27B0C6052472; Wed, 18 Dec 2024 07:58:52 -0500 (EST) Subject: |PENDING| pw149288 [PATCH] net/nfp: fix VF link speed problem From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241218065255.1698520-1-chaoyong.he@corigine.com> References: <20241218065255.1698520-1-chaoyong.he@corigine.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: PENDING http://dpdk.org/patch/149288 _Testing pending_ Submitter: Chaoyong He Date: Wednesday, December 18 2024 06:52:55 DPDK git baseline: Repo:dpdk Branch: master CommitID:78d0246a2e2fb14cba220d507192d12d2ce896ac 149288 --> testing pending Upstream job id: Generic-Unit-Test-DPDK#300116 Test environment and result as below: +-------------------+----------------+ | Environment | dpdk_unit_test | +===================+================+ | CentOS Stream 9 | PASS | +-------------------+----------------+ | Fedora 39 (Clang) | PEND | +-------------------+----------------+ | Debian 12 | PEND | +-------------------+----------------+ | RHEL8 | PEND | +-------------------+----------------+ | Fedora 40 (Clang) | PEND | +-------------------+----------------+ | Fedora 39 | PEND | +-------------------+----------------+ | Fedora 40 | PEND | +-------------------+----------------+ | Ubuntu 20.04 | PEND | +-------------------+----------------+ | RHEL9 | PEND | +-------------------+----------------+ | Ubuntu 22.04 | PEND | +-------------------+----------------+ | Ubuntu 24.04 | PEND | +-------------------+----------------+ 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) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) 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) Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32157/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/