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 AAEC642359 for ; Wed, 11 Oct 2023 05:12:07 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A5456400EF; Wed, 11 Oct 2023 05:12:07 +0200 (CEST) Received: from mail-ot1-f99.google.com (mail-ot1-f99.google.com [209.85.210.99]) by mails.dpdk.org (Postfix) with ESMTP id 31996400EF for ; Wed, 11 Oct 2023 05:12:06 +0200 (CEST) Received: by mail-ot1-f99.google.com with SMTP id 46e09a7af769-6c67060fdfaso4386338a34.2 for ; Tue, 10 Oct 2023 20:12:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1696993925; x=1697598725; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=WQavQ8FxKCyv5DmwATmeJqSqrL1VYrqP65RQZi00tWA=; b=cTqpOTxV7h8NtsyvBe2I11ZxtXGGYXed3IUabsKQKwralbvv8E8jxJn9QAKuXi/IEa o9BoSjsiD6qCu+HEGPjm3hEB/BIPZ+t4AqeK0ZITgXC0L7n/ZkAVVaWkC+oZrCTM38YZ 1ZIaYatncjmiOzM+LS8c9NZR+VY4yXopdleuA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696993925; x=1697598725; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=WQavQ8FxKCyv5DmwATmeJqSqrL1VYrqP65RQZi00tWA=; b=LyNnQAAYQj+2tB+9qOGSs7Awmg79g7eFvA6IEk2cpYFUFdX8CAFAH3R2gOhL+9mLGV vw6snZUOGGI4rHyV1c+FP/n8MiniU8uynk3XBlwTVHUkX14hmKAUszOMQUbLyTo7iZ4X PONu3W5KTLVOiIwkjTIo8Bt8yxPur6NRRfwcTMX+Tv0JDDoyQuFBwhQw0MkDinC287ai wUDrn9DaB9/+VS/zoc8+1VV3BmpfCK3ygVtNhBKSqOk/jQnN3HY5YGe46zfpu0UYBgY+ sqAdDVrhBKf7en9Rrs8HSM0MoHXymfz/ExHdB72Z6ceQHJCjG32JdGQf+aFT4wCDFgJv F00w== X-Gm-Message-State: AOJu0YxwYrWdzLWkeL+yEcRFenXw8sbeJt8muhdd0F/7G1ydRjauhvAA KwyWKR+l5yXVi3G8fL0XF1vUwQAnXsrqZ9nwhxv9Ohf9bYcjFZUz8kr1mA== X-Google-Smtp-Source: AGHT+IEsiGs+Bf4BGm3+rN9SNzWvjE/HGWL+W3GwBjznluhN6COvSn9/p2d7vFllh0FE1mH8HvU1AOc0pUGa X-Received: by 2002:a05:6830:18ca:b0:6c2:2f93:4d2a with SMTP id v10-20020a05683018ca00b006c22f934d2amr21842993ote.8.1696993925629; Tue, 10 Oct 2023 20:12:05 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id k187-20020a6324c4000000b005898b15b62fsm566790pgk.25.2023.10.10.20.12.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Oct 2023 20:12:05 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 10 Oct 2023 20:12:05 -0700 (PDT) Message-ID: <65261285.630a0220.bec8c.14d7SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id CB4836052514; Tue, 10 Oct 2023 23:12:04 -0400 (EDT) Subject: |SUCCESS| pw132449 [PATCH] [v2] net/virtio: fixed missing next flag From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu 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/132449 _Testing PASS_ Submitter: liufengjiang.0426 Date: Tuesday, October 10 2023 02:08:28 DPDK git baseline: Repo:dpdk Branch: master CommitID:4dd146e597d81d900140a904e0b3b9feb1b0be6c 132449 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Ubuntu 20.04 ARM GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: aarch64-linux-gnu-gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/27872/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/