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 D569D45D10 for ; Thu, 28 Nov 2024 09:03:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF2144066D; Thu, 28 Nov 2024 09:03:19 +0100 (CET) Received: from mail-oa1-f97.google.com (mail-oa1-f97.google.com [209.85.160.97]) by mails.dpdk.org (Postfix) with ESMTP id C57FB402EB for ; Thu, 28 Nov 2024 09:03:17 +0100 (CET) Received: by mail-oa1-f97.google.com with SMTP id 586e51a60fabf-29afb4ab611so304268fac.3 for ; Thu, 28 Nov 2024 00:03:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732780997; x=1733385797; 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=yjMhFnPhMnPmk1xLkuCL/6C9dpyywfGros5mcNd3vYU=; b=TBpanhojXew0zi05egLPuKTgsigDAqNCU+ZwBmPpdOS51kJ1k5zZRJHCxds2CFSL3Y L+9oqef3sBivqpft5ZMpGAoeGs3Vq3ygXWzuWVnoCgjca+xReJwVSp4rYTsK00KNyhFs l7yBB6BopiYQtkv4u+SWmAIk/0orMNePM4b7U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732780997; x=1733385797; 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=yjMhFnPhMnPmk1xLkuCL/6C9dpyywfGros5mcNd3vYU=; b=vzZ46qVB0KDOBuSB2pdpeHFjV8xZ6MF+lc6mCE8tvYeXWBLvYvsYd5sXawE3Vj7dfI FpShjY3ohjQV3amxoNJwo3mgQ4kDMHG/OejkxF6kQiGNXCax3gX1Q+8EvL5eTmo4kWN/ xGKOyl7HzeE0/d7RilyWeOTIhXsc34/usZ8Uv8VvftTCQinCHefq4s7n9eRlpl0UUh8S rIdl77+mTrgCqkY3NcpcuDqWJGIyJd6UOq3rE8P40MBwbZz3FBCnxNvhaUv2v6j2yoCF +NYN0/KScCkky4r//waQuDgrs5dsOaqEaYNc42VWC2W+T9jJi4YwugMriP11bilbFSzZ ksFQ== X-Gm-Message-State: AOJu0YziTbG5HmTz7npp2yIQX7rYWwIlTzF95uhe6ud7Uv24p2qUzlXo b2M8pCxckLET3U1Gh7hLJxL201KVPlTLOSDa8Xe6zCrjGJas2NvxF0X9o8kYbSibAhugXPLsg8r IRrLm7Dc3yjY8yc0TDUZnVqYB+Pb8Vh6+bwVKbh/1ORUe8yA2wbvWC8k0 X-Gm-Gg: ASbGnctm9XWOwd27CxU7i/TlsKfAlL3bJ/nCIiAiOOfe+Ugeo/unHs0Fly/iBMogSlj SSevL2WUTi2zkjVoWDvS4N4UrkF/w7b2ZasZpvFB78xyuE9BySyTujG+/n2+hxThEEPcjXkXmZm U7tYhuG4lk7mV9QwyWz5n5qsfu1Fzpxe7B40aZpy0GQhVwg3gPT1Je37Lxcaiutf4jUzf41zAhp rXV9hhi03neDKK0zOIjNE8xL+TzhddoyNfmgEhhFNni6iVkUU/VZlB2dm8UQjPo7CITkp/36JE= X-Google-Smtp-Source: AGHT+IFI5kLJA3ngUqkUNHFZbDYKO3g0dW3YP8ItTJazqj1fDS63moKqMFBIkaAr3NIEu4Lo1QEn+OVAFlXp X-Received: by 2002:a05:6870:6b05:b0:296:bbc8:4a82 with SMTP id 586e51a60fabf-29dc43051famr6045024fac.27.1732780997066; Thu, 28 Nov 2024 00:03:17 -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 586e51a60fabf-29de96ee29dsm45997fac.17.2024.11.28.00.03.16 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Nov 2024 00:03:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 28 Nov 2024 00:03:17 -0800 (PST) Message-ID: <674823c5.050a0220.1de6e7.34a8SMTPIN_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 899316052471; Thu, 28 Nov 2024 03:03:16 -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#199058 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 | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 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/