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 8383345F1C for ; Mon, 23 Dec 2024 07:59:28 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6022A40263; Mon, 23 Dec 2024 07:59:28 +0100 (CET) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id 8EFCA40156 for ; Mon, 23 Dec 2024 07:59:27 +0100 (CET) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-6ef60e500d7so29104917b3.0 for ; Sun, 22 Dec 2024 22:59:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734937167; x=1735541967; 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=oMK/qGGw/wRoAr7ujrPEgoxIOkdHwJwvXUol+0OG5RM=; b=TRNS0IsEsRUal/xMHexPIiuv7P2jirzI4CX2so/v0Im+mw6D/rpOKVas/SOsVO++GF efIAngDJz+CaJBdun49edNx7XTOwBnZfkSAoPYuvJmFS8NKJOy/gNAwlH6XXRcr3EIxN sZ5YL26vKIqskWhPF8k7AQKr3VevLGlu1hlA0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734937167; x=1735541967; 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=oMK/qGGw/wRoAr7ujrPEgoxIOkdHwJwvXUol+0OG5RM=; b=ufPkWTu4PONgKNwmtoeBr2TQQK5QRIRauwr6/M9LmU5xUebXQ0hbrZtgZUfJA0lYj1 RvLoZufRBGE0+UNj736deL/lIiPZqmU7QnKHo+WqpR1BSdZVniHi7n6rlwlhfUztcaS/ M3Z1Q8Y4X+WrURrqSba6c+6p+vp1oBaYp1KrRFo6bKCXgM9AuMhKdRvXow8gAgjcEHd/ AKDuLUKWN8wFPAQEfbop0Gx4i3y5KXOzcsdAdmOTktgU/rcuW2yCfcR7vnLWugs2f/5i L+QinSlbAKFOQWCPm+PTbjw9x79rEP/rUzOX7VYJQslRbd/ciF0WwxqaQCnUw7FHnRFO Txsg== X-Gm-Message-State: AOJu0YxtHkdQI7DChdFwrZgiXELX3csrsoA+l/puI1o1WzVupPu9/FCG bn6aPJv+Z/7r6NCb4qT0l5HcxHTZShG4rjHN9pX3Yw+mq7PSS+Vc7EJG0Ea1Ce+EPrFsaW+YNG2 O1gwSjdOVOx/+Z7ZEl1ugNi2wMX1k0JFMHSyvoL12 X-Gm-Gg: ASbGnctDc+XptPAqqLZHsqpqgPx2cQFr2q36q7BN6DVKMwTN31WX2MHz5y/c0nSeSRM ggRo2gOq8n6t5WXq1mqablnKOXXZYmqSQWi9AzNAIvE3u48LqG4HlXHnEeVqFdj537EDfHJA+BF pmQeRmXn0HScdFLe5q0Zrvtto5rDkceVuRPEyQzKkh5rf1YpVWetzK9sXzF8YDip8B26OROqM15 yriD65qwaorjtEPgnpwvxxlLBKmVA4qVuIS99aU/gF8Vf4bcNRtMVXtjtpoEWSKPvkKjTej4ykK +w== X-Google-Smtp-Source: AGHT+IGsr1mO/lvFH7Tms6idrEy/yShN65r4yA5Kq599BhYyiqmpjzj+VRSsHdxVB9ta3VZuCQU3t/RjM07T X-Received: by 2002:a05:690c:3804:b0:6b3:a6ff:7676 with SMTP id 00721157ae682-6f3f80d6cd5mr90925437b3.3.1734937166721; Sun, 22 Dec 2024 22:59:26 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6f3e7473c8esm3092797b3.31.2024.12.22.22.59.26 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Dec 2024 22:59:26 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Sun, 22 Dec 2024 22:59:26 -0800 (PST) Message-ID: <67690a4e.050a0220.773b1.9f9aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.7] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 61D676052471; Mon, 23 Dec 2024 01:59:26 -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-compile-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149382 _Testing PASS_ Submitter: Yunjian Wang Date: Monday, December 23 2024 03:29:21 DPDK git baseline: Repo:dpdk Branch: master CommitID:07604f264417959d76aa9fcb8cb0c3665f62f0d3 149382 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#345729 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Ubuntu 20.04 ARM Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Ubuntu 20.04 ARM GCC Cross Compile Kernel: Depends on container host Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 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/