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 04F2A45DA7 for ; Tue, 26 Nov 2024 05:03:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D8C904025F; Tue, 26 Nov 2024 05:03:24 +0100 (CET) Received: from mail-oi1-f225.google.com (mail-oi1-f225.google.com [209.85.167.225]) by mails.dpdk.org (Postfix) with ESMTP id 8B429400EF for ; Tue, 26 Nov 2024 05:03:23 +0100 (CET) Received: by mail-oi1-f225.google.com with SMTP id 5614622812f47-3ea32c929a3so959728b6e.1 for ; Mon, 25 Nov 2024 20:03:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732593802; x=1733198602; 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=GvI870DGFmyZ1/Fv7w7eHgFSxDkh52ltlnh7NjBo7ks=; b=WlOAuK36lqxFjSPLKaYFEqiRtOOvEc49Xpqb9DS/YutqiCctJTRnEORVHiwKHJfqNt IynR+X8HNf7iSinnc/OkkkdWBHypNuS5SilbH6riBdAl7hj47H2ifvy/zcGi2w9C3gPC F5+4E0TgCMTTP603V9wCv0vBcSp4W5tSKC2ro= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732593802; x=1733198602; 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=GvI870DGFmyZ1/Fv7w7eHgFSxDkh52ltlnh7NjBo7ks=; b=CcmwqCKrbICWcNiz1hHQXIFvykJiKRq2pA5Z1fY/bsr2KLIfbAJfqm2D0zTuBFiBYf N5LjWNILT5V+/PQu9QgPL6hI5kb6oaUW23PzzCku7bmlwAEz71irrNy4IcNAI1mvw2hU PVug2cD090b8zDwoUB+QjRAZLLZGTMv3rhX0pvxLlOdL0mutPTRvrMnBvhdptz8b56CC 62yvYYoe/bshsL/TEjnQaFksTwIioZJd4eaUaSVjAejSexqBTE+20vpnoNGs9qOiikmJ FlhU9LrFBMrujRv1FD6Wg4L86HbOwN6L/erYBoHdSGGpSMcZugZwd8l+dvjUxWlRft9T Ztaw== X-Gm-Message-State: AOJu0Yw33rrmqi/ZenNiXEysYNU8i2P/6qleH1KSEIK4Lvqo5/HDqw28 pZnXVAHqTTPjuO9RwvMVVHh0EjSbf06I9953hOI/hH883ewvrOkbYA4uSvx65cg7Y2rMfbSIY75 yG8ICorDiMKyl3TFy/Vkd1Nc1dy7PuvSvvew8zdMD0mv1CdA5AXT8rAW4 X-Gm-Gg: ASbGnctK9Nx7b0sip2Us0fFoFFDKsJLxIbwQwRxALqlUZXFRVf9Wdx7TkduitIm2lcL XWqrs9c0ABuZX4QpywzT9cVImi6Y60wfMx+hlUAddRmbCSiiPRb5CttWe5uL9En8OkcYkgjzQ8q 4yQ7CkaYOMTMeKcNYyzkgM0B3xlg1yJvRMlbKWZogQuvBV/IhUpHpeHDpAfoPI1NbaUqCTPO7/D 422fSaUBcO8LJq3nWBvKxrsYftEtH98tj8NnsJ50YfF1IiGL3ezCPnTJiFLf4iD2PQF5BG53Sg= X-Google-Smtp-Source: AGHT+IFXqAYiwKgDOl99JRGMPteFFjya0jsXRiuxuvFXqsQ3U8FtUiGnhsLVJAfbVoWRdG91ezhv52hSvJEw X-Received: by 2002:a05:6808:3188:b0:3e0:4f6c:abcb with SMTP id 5614622812f47-3e915a20221mr17742306b6e.28.1732593802718; Mon, 25 Nov 2024 20:03:22 -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 41be03b00d2f7-7fbcd039e51sm314226a12.31.2024.11.25.20.03.22 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2024 20:03:22 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 25 Nov 2024 20:03:22 -0800 (PST) Message-ID: <6745488a.630a0220.ee37b.49ddSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id DD4946052471; Mon, 25 Nov 2024 23:03:21 -0500 (EST) Subject: |SUCCESS| pw148842 [PATCH] net/ixgbe: add support for new device From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241126031617.4164655-1-zhichaox.zeng@intel.com> References: <20241126031617.4164655-1-zhichaox.zeng@intel.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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/148842 _Functional Testing PASS_ Submitter: Zhichao Zeng Date: Tuesday, November 26 2024 03:16:17 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148842 --> functional testing pass Upstream job id: Template-DTS-Pipeline#199062 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Arm Ampere Altra - Ubuntu 22.04 Kernel: 5.15.83+ Compiler: gcc 11.4 NIC: Intel Corporation QAT 8970 0 Mbps Aggregate Results by Test Suite +----------------------------+--------+ | Test Suite | Result | +============================+========+ | crypto_perf_cryptodev_perf | PASS | +----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32014/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/