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 0B93945EC4 for ; Mon, 16 Dec 2024 22:11:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 070E2402AC; Mon, 16 Dec 2024 22:11:57 +0100 (CET) Received: from mail-oo1-f98.google.com (mail-oo1-f98.google.com [209.85.161.98]) by mails.dpdk.org (Postfix) with ESMTP id 731A1402A3 for ; Mon, 16 Dec 2024 22:11:55 +0100 (CET) Received: by mail-oo1-f98.google.com with SMTP id 006d021491bc7-5f32de85789so1585762eaf.0 for ; Mon, 16 Dec 2024 13:11:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734383514; x=1734988314; 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=4+C5QypzgGUr84B603EetsiMv5Zt8sIhE4ugE4+OVn8=; b=bMAlur92K0GUTFdZL9KBbqWDvbn22KwtqVZbSenflbPn3Mu3yp98weX69MhHGOItUw ScAA57nS88ccatwdBRQBDm5Y0Ft6S9BtR8cVs7aVACAmXdShYaiSmo1UQ8iUYpehFgwf HTVq0l4G9kF/paV/C3pnBIBi5sLgU6TQFVtUI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734383514; x=1734988314; 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=4+C5QypzgGUr84B603EetsiMv5Zt8sIhE4ugE4+OVn8=; b=En+DLei4cTrXvEHx8BYpwHgrAf0EEadoscCzIqJL1gqQHrVjVXOwLzMOCohFPM689M JC/b/eHZY0cD41qWJ0/0Xe/m1jPPPBDHpU21VSRehAtlnv++8kzzkDr/p+yFaQ38ZnmC y7DkMBmym/sCLhrce/WW6rrBeQOV5ByaJnWGZTCKmEc+AXUGMi1bDDIygD6oYEte1C2c z9dg3OWS2z3CZVOGcV1dIMVaz4h/XRJPxQN78hg0y9wdZgHEapls3wrF1r8uop8ygwSu e3gLl8lLOrq488fW8JAS6HN0OKUYJ5aA5fs1SXWiOSTb92P+1hKri8AjbToeMIFX3VwX ZpMQ== X-Gm-Message-State: AOJu0Yw2PHit0vt1j9Aczrcp3pALrqkO/VAHePwWlTuIXCrW0IW5iay6 L5P45ktROcl8JcOMFpHRaC2R5wclCyuguuw9DoMTlaUNWK33fxBOHOsLvhEKZDHa73QBZXLdh0h dZz3ZOw+Yvg3XAf7H9plTaEufcvSWW3cCqoI+q/Pi X-Gm-Gg: ASbGnctxf7ZaC5LeDLQ7mhY/45XkeRUz6r6AURjjUrjU6TvmZimKdtVVBH+t7bnpMb+ T7ICcby4vbes3uOhp9e+XR1vOqGicFBFNyn54OKq7AQQKXhePd/Qxe1jo9TUT0lwyDQinnkXYZc 6ZN3//jESPii83VCXoHjllkmwm0YQxktiP0mpAvSsgxNsneMGp14ffmcRovvU1+WhGnnL7A3vR1 Y8jEv5bNW/wAbol6AhVl6nwaqBpGfDtbY0SWQ+o5ewbaYWVEJuu3sJVqUwG6oPxCYxrv9Lr+kTY +w== X-Google-Smtp-Source: AGHT+IHSb4bWmM2OoOq0+MQgwkPDllnzMd5eTE7CLpoqECbVwShiSOZsfRyuMOZ4emeuB/1/MoDHJeUcO+fk X-Received: by 2002:a05:6820:208c:b0:5f2:b632:7e83 with SMTP id 006d021491bc7-5f45c7beec3mr574469eaf.2.1734383513141; Mon, 16 Dec 2024 13:11:53 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 006d021491bc7-5f33a6d17desm110455eaf.5.2024.12.16.13.11.53 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 13:11:53 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 13:11:53 -0800 (PST) Message-ID: <67609799.050a0220.2a742e.70a4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 9EC446052471; Mon, 16 Dec 2024 16:11:52 -0500 (EST) Subject: |SUCCESS| pw149253-149258 [PATCH] [v3,6/6] net/virtio: remove unneed From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241216191323.75753-7-stephen@networkplumber.org> References: <20241216191323.75753-7-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149258 _Functional Testing PASS_ Submitter: Stephen Hemminger Date: Monday, December 16 2024 19:11:38 DPDK git baseline: Repo:dpdk Branch: master CommitID:f1e0472368d4dbb1da33ae68b18ca21bc8a55259 149253-149258 --> functional testing pass Upstream job id: Template-DTS-Pipeline#202671 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/32149/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/