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 DA03042359 for ; Wed, 11 Oct 2023 06:12:06 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D50C2400EF; Wed, 11 Oct 2023 06:12:06 +0200 (CEST) Received: from mail-vs1-f97.google.com (mail-vs1-f97.google.com [209.85.217.97]) by mails.dpdk.org (Postfix) with ESMTP id F06F9400EF for ; Wed, 11 Oct 2023 06:12:05 +0200 (CEST) Received: by mail-vs1-f97.google.com with SMTP id ada2fe7eead31-452c0d60616so350284137.1 for ; Tue, 10 Oct 2023 21:12:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1696997525; x=1697602325; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=q7ojrM5Nqo0EyFO0DGHMxQh7dSQx0lBjRDVsYjeZb1k=; b=jEkMK0tgFazj9OxjItGaKQpiaeeACc68l4Rj+3FpWokRlBe45MK0rrZW20HrMMykQz zRjzzvHRh8b6G5aEacuW3eBXN/Fl/CYd1gMoqDS7Q0wjUqof5KNXlYYGEMO3ddGCWY0L LnjqZb2UXR3k2Mw+vmIvPHZIE9BVC416y3w9A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696997525; x=1697602325; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=q7ojrM5Nqo0EyFO0DGHMxQh7dSQx0lBjRDVsYjeZb1k=; b=wmCccB+RL+K2HBmuQxyHDB5RT5Jzzd08bbZrb5i+i+zh6iV3zguaceMtQ6MRLIGf5c dHWJBzFVZBCF0+6gu9FFn0M8/rz9aqtOXgZxZTX5Oh0TTg4uzltK1mYY5UenHkPNQSgo PPTmHxuv2OZbd/qDm8Fo5eXDjEyLLiEHIVxDnTgpOy2FoAEiAT2RolxOgCuVgVLbbzJs WkQwVU39Qsi0QScU55PzmBjFzHs6VziRyEHQ6VrCSs5baKMBrGQVr5CyZVUgSIReZz7k tUiUBTLdly5Op92JfT2c64l9DKd5qB2htIhXhyTjwUTAcNNItvQT74HhRBmXL1hAWMas QiKg== X-Gm-Message-State: AOJu0YxmA+O7bt+GF7Yf6k3ZWDIpLn+PlYPEDwThqeUZvM0i2CNi7B4z biMHWg4f3XGICfREWlMLcsoSrMrYI8Lpu+0AXDCEoqsYsqCK+3i0JXz/Ug== X-Google-Smtp-Source: AGHT+IFP/TYvFOHvrfI8nYC673xVnKdbdH9cjX3sOYqEKqksNeiyJO1n+3IzG4joSMQD0QmWwtf1NF8yFPJN X-Received: by 2002:a05:6102:3a13:b0:452:5a50:e0ff with SMTP id b19-20020a0561023a1300b004525a50e0ffmr11229327vsu.17.1696997525320; Tue, 10 Oct 2023 21: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 s21-20020ab04a95000000b007ab9de5e66dsm862926uae.2.2023.10.10.21.12.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Oct 2023 21:12:05 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Tue, 10 Oct 2023 21:12:05 -0700 (PDT) Message-ID: <65262095.b00a0220.77682.004dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.3] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id F40326052514; Wed, 11 Oct 2023 00: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) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | 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 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 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/