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 383B345EC4 for ; Mon, 16 Dec 2024 22:03:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1726B402AC; Mon, 16 Dec 2024 22:03:14 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id CA619402A3 for ; Mon, 16 Dec 2024 22:03:12 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a9cb80dbfdso36153825ab.0 for ; Mon, 16 Dec 2024 13:03:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734382992; x=1734987792; 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=rZ9NIQp97LAZMwXsWMFebdwzWClxF1cSVcIuz3tWy0I=; b=PwW4u9UedU1F+wRvvP1llEISBFVe/lr0aXXEc+DPB7m4kboD3udxck4uKQOmBQKypX l689RFBR5x1kTFOJj6rhROsRAxMsPsbdstKdehA4phnfSHPdF2MGnKPWyF/9kMc63saK 5qVuAo7503T0OqjKWKio5kfEmlYUOqj1huK0c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734382992; x=1734987792; 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=rZ9NIQp97LAZMwXsWMFebdwzWClxF1cSVcIuz3tWy0I=; b=Bb8WM1KeErvv9b+lEfAszxZszE4VM016rBOQ32m7SfaAgpTkDPZNwX0KPX2VJQOxX5 VdQSQhg2atkSEwmpCVtLuJto/WkkDFskSxm3A/mnmqzyMo6+yTonFL8cf1Eh4nJeDem/ 5t176D4dD616EYnGmSsz2TEyE40DaI8DgPZoRSdOl8taPMXFkXfH/wWbanQlCVwYGBao AvRc4zSMkQ8wtffwu0wb78018AV4XzyhvMRyMYQMNNSWTLQ5sNd1NBxyy9T++F5YT39X /Xvd4yMBQ6JavZrIp8Ob9WYgLgmzXL/Vd4tesyoEtf5FUkxF3wFgqX20njPxO2PmyKc8 gKtQ== X-Gm-Message-State: AOJu0YyLkiyPqYSqhXUxebjEu8EVZyOBA9Askp7Ik89MtonoxfCTvZ/o lSbvj2E9Snd0eydw2B1+71/S4bQkH/f903nbgMwoQYElBtuZWZztG1RFmTAvaCIKKCYdfk9dwac mnVU1drF+ZUnDnfOfdHFVydyOTwKry/mhaL2f/CM6 X-Gm-Gg: ASbGncuF9Uk0h6a40c2RpPwBepyi96M+jNGAh3QnZ58iZ+pUQlU3eUqJW2R/rXLMqUe nzxwGTkhXFtXZCTI8c3YzmBs/pkWcIeqJZ9F6jsCAKfFjWBtcWkbX5Q/MYk+/Z3yL3YmEvz0cRo NJ2jWgzdhHqZ01axhQGCH0uHqJboehdxXwMJJR2T4vE6iaX0wrAadtosY/SxumV8Z8vsFznxQGT hZaK53spOJi5zQ10LdZGm3mSZRV6Dcgm9E8kqf5JN8XKkL9OZWFKUfvMGhNwQmA1lmFk1em7mo0 Kg== X-Google-Smtp-Source: AGHT+IGrZ1r1S1QAzNDyY+hr/35yCtehrDg2DZOn6r00MmL/yY4joYuStqkFu24aMa31XhCQ+KXHKnthmkJr X-Received: by 2002:a05:6e02:b4e:b0:3a7:7ded:5219 with SMTP id e9e14a558f8ab-3aff1022d65mr149029625ab.21.1734382991717; Mon, 16 Dec 2024 13:03:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id e9e14a558f8ab-3b249092c8fsm3531725ab.9.2024.12.16.13.03.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Dec 2024 13:03:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 16 Dec 2024 13:03:11 -0800 (PST) Message-ID: <6760958f.920a0220.246082.782cSMTPIN_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 312526052471; Mon, 16 Dec 2024 16:03:11 -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#202667 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 | +-----------------------------+--------+ 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/