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 37B9A45F19 for ; Mon, 23 Dec 2024 05:31:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0987E40263; Mon, 23 Dec 2024 05:31:35 +0100 (CET) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id AFAAC40156 for ; Mon, 23 Dec 2024 05:31:33 +0100 (CET) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6dcdf23b4edso29544256d6.0 for ; Sun, 22 Dec 2024 20:31:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734928293; x=1735533093; 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=K9PCDcW3IWInxXChwU+/dIOW9bnjG+FSESX9wZvcNbk=; b=IGEvnnUNhQDosGjJ0j0lgs1blWY44kplG8UxJI5w9jccXv9Ic33tyGLK6E4fYmN/A8 A1Qi8oCjGdMZmgnpnUbhY35qRdge8/CDELQ03cYmkw58+4aj+jX1IE9r1SmPDwR7LC6O P8f3n3y5KTcKv/DM+5l6kUER22hRhggjX/xus= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734928293; x=1735533093; 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=K9PCDcW3IWInxXChwU+/dIOW9bnjG+FSESX9wZvcNbk=; b=aYGdXcQA+beHnLE/8piRLOodax6rQbzWteNSIBOFyXqSKGmfMGxuE5UG7DdjotjYWz dakL81c+6gVBn4VmoxRAyeZNREXiS4+4t2TY+d1hVCFP69YP9Gka9U3byVaCsqJKXAKx tiPdbmxnurm9QI/BOG7TqNgmWoKDa+RZVrT9HvrCTO2jCSLTRYHflT3qYNVigxvYqGys X/AU31UlQw55Vpb1MwyLxevJ7WXi0ViTQ8uo5sBjZzHyTLY4OcGDi/ViYcAhXwik99QN KUw+56PMmOBjV2fJBAS9vRu6/9SP6wMXYh1cwIrMNnUjOHxk7R1rwhSAtqZju76J45VY nxqg== X-Gm-Message-State: AOJu0Yw3bQKgpjsmb2l2XxflrRnWeO3188SV3L1O/LqyJjvdx9Zm02ya 0wwBoDfurjxg5slf0n3vJO0ZVs3a69YjfwaUdLL/aKJP06rGt15IRvrhhzWXGix0hcnE2IJPV1U 1mGcqH9R0Y+z2lVH8bZyyUamtxVvKspxsRw40XNz4 X-Gm-Gg: ASbGnct1EbrIjyJdvKf8XLO9OxaD9gW+FEF9FlhR6d808jNYvcf7VmYXnn4LgXzYSLo StahxcrW2iHMl3pPDTE7AasZQwb6SQ1ouaulM1hfXYp8idJ0cHg1HjuZ931KoTQ0bMpdUNiGgWc oge67G5sOJ7c6q3PKNapGdK+ztSQ/9lqznzE0ednPjQa6Mel0AZKwPF/dcfJfFTjEMGlY/oBKJt IdYm4HKGXOnrKsc5nys6rpCU4d0K9TDcasqFybz7c2K9LxUGLy2ydjR1cNniMGMVFv9tx+GPI4l UQ== X-Google-Smtp-Source: AGHT+IG/A0T1TcbSMs4sDZOMi5s+9SzLZu/McSWqkDeMPVkvrrYHPU3J/wxrvlLcJZxSI1LzF9XUOV6mMQwt X-Received: by 2002:a05:6214:aca:b0:6d8:a70d:5e43 with SMTP id 6a1803df08f44-6dd233978d7mr201842456d6.35.1734928292929; Sun, 22 Dec 2024 20:31:32 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6dd180ece1asm4413836d6.23.2024.12.22.20.31.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Dec 2024 20:31:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 22 Dec 2024 20:31:32 -0800 (PST) Message-ID: <6768e7a4.050a0220.a9a92.3997SMTPIN_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 99F556052471; Sun, 22 Dec 2024 23:31:32 -0500 (EST) Subject: |SUCCESS| pw149382 [PATCH] [1/1] vhost: fix missing descriptor chain From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <0bf28cc647eac66343c39d6acd4df868836e6ae6.1734923187.git.wangyunjian@huawei.com> References: <0bf28cc647eac66343c39d6acd4df868836e6ae6.1734923187.git.wangyunjian@huawei.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/149382 _Functional Testing PASS_ Submitter: Yunjian Wang Date: Monday, December 23 2024 03:29:21 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149382 --> functional testing pass Upstream job id: Template-DTS-Pipeline#203841 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/32190/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/