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 EA3FA45EC4 for ; Mon, 16 Dec 2024 22:01:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D1204402AC; Mon, 16 Dec 2024 22:01:01 +0100 (CET) Received: from mail-qt1-f228.google.com (mail-qt1-f228.google.com [209.85.160.228]) by mails.dpdk.org (Postfix) with ESMTP id 98450402A3 for ; Mon, 16 Dec 2024 22:01:00 +0100 (CET) Received: by mail-qt1-f228.google.com with SMTP id d75a77b69052e-467a3c85e11so23854681cf.2 for ; Mon, 16 Dec 2024 13:01:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734382860; x=1734987660; 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=R1YjppJarVVXe5v+q9cMJwlBNl4KwKFozvAouihFVcg=; b=FBRtmeQCCbdtr7vTLvpvEGkwOfNAhqas1ZL5FDrzrj9z5irxBgkyslXzoRY6Twj9L/ XsMC/Rrf1iHVTKsNO81jnfFsuKfTF/GDvVxOV06v9cb050vLJSXfpfBJTsr8xl2yDHsx 1fKKutEcfXGj+TUfBN8rlsZBiCrK4IMkZV1BY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734382860; x=1734987660; 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=R1YjppJarVVXe5v+q9cMJwlBNl4KwKFozvAouihFVcg=; b=tE5Wc62OBrhYSOfXf20/s22nzDq2uV0OaQU0n4LU/T5op+pp764pBC9yGunBCXXT0N ZxSuKX+TgnuL5eAOjfpOUOEQ9WSlYiBJZrk1L8EddL5rPcmsJCNLvW322QgEHS0IN7z5 oh7E1nzc1KglwHLtaFfGmX2BaWXpZml4Co9cNnh4wUrDkVwNFuZYrXG1gfrvNqO+rvop qRJI2uF8ewSxE0j+7dTSqjQpcFzTNEMQS0xXuCs4M0xgWkd0CDmY+RglUXrY4SdeVSnL 8f0+QqY04w93+tbU2EcZEtbhPg6vRLDBFM2eubZb9qkvzIL+CFRA/9rqWB60wOEw3v7w /PXA== X-Gm-Message-State: AOJu0YyE++ewv+DOOSXha9e/MvC8qD5J2sHmqzF9+wGywv6r2a7iqZyy ZCSY7OuQJ9o8P0DkzT3sGNCFTUAajBFlHlXSHsLFSM21DTyVM85CafTJPKZtpyTlUqO0Prv0i5h TFk1S2xz5OzLPwxinJHgzdSHi5nYTy0bvzagbiDAm X-Gm-Gg: ASbGnct1y18ae8LgvytfA12bX2AmYIMNXK/VPJ5PtpwcLG/SUkCB81sM+SvW2efZHCX 9lmGg22KplQkF1SUXtXNyEmkiEKDhzAAqhjojKOUiEavnA3dAKdRXcyvI6eo935fo13sw4zRJqs pBacAmO/bcDOUwohIFvwPEoXjnuREJfHgaE00Oy/BqLpzy6kdbllVVnIkr7xZ4Tbc4GtZdLDYcv 3U+kQZyOfrZ/CszErq1u+tYHw//DzzQjZPcukTaMtMz6WzfiIUhowof8P6Kst5hyDEDzQm5te7f OA== X-Google-Smtp-Source: AGHT+IErdz43+lFfxhAz5+Tc1NIcZw3c8XNWzK3tIMuY1Q1QqDrjGeltIAHeWM00hD/OHd5rCqSfCzTqLlv0 X-Received: by 2002:ac8:7c48:0:b0:467:75fa:8c8 with SMTP id d75a77b69052e-467a578fb03mr245484701cf.31.1734382859823; Mon, 16 Dec 2024 13:00:59 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-467b2aa5739sm2158781cf.0.2024.12.16.13.00.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 13:00:59 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 13:00:59 -0800 (PST) Message-ID: <6760950b.c80a0220.22acd9.e5a6SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 8C46D6052471; Mon, 16 Dec 2024 16:00:59 -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#202666 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 | +-----------------------------+--------+ 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/