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 F21254326F for ; Thu, 2 Nov 2023 15:00:36 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED8BF40262; Thu, 2 Nov 2023 15:00:36 +0100 (CET) Received: from mail-ua1-f100.google.com (mail-ua1-f100.google.com [209.85.222.100]) by mails.dpdk.org (Postfix) with ESMTP id B4BCA40262 for ; Thu, 2 Nov 2023 15:00:35 +0100 (CET) Received: by mail-ua1-f100.google.com with SMTP id a1e0cc1a2514c-7b9c8706fc1so356536241.0 for ; Thu, 02 Nov 2023 07:00:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1698933635; x=1699538435; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=OfVsXwj8hbcpiExXhmvC/smfnvpjtX/NuiKr6ZDZGAw=; b=Nw+3cAxs7iQ8BNIsqZGZ0C3Jdhe0BOMBluE54b+FsIWwR/mAcDm1CVoHlRyMrKLeDP HYD8FyXydwFOdnpNujc60DVlNfSE+2OPdlvcPJXZV3xS6X+vbpLIPXfWmD+uNuxMfIwm 18pO0eaTTsd6PAK7BDwpmwPAkN9/7siVUXtFY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698933635; x=1699538435; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=OfVsXwj8hbcpiExXhmvC/smfnvpjtX/NuiKr6ZDZGAw=; b=kQ1rhcFv+MAIgRVhYYcQvptRF7RjJFK+fkZLH8GTAzjDtjUpxbmTBBo1p310lczPE4 eO+bm5ceA445XzLE6A3epNSB4U7y6No1cPBRwzb7v82+h0ggGztMcmnJMflq6+7EIqYV 5Z2mu/spHCOqviHMI8ovGjLba7UCx9hRPkCQNoZ//oRvR6RNuQ/UPV/8fW5gKVHCDIsF ZxE+PIx/Ba5tSlyq7c5p97HxfEFjWiF2drvzrmrgA3Ed5TEzv8ifdSLIYC2yO6DfCRyb ilpxCADJwNCXW7mIfsN2/cBP5T85YdcLy3e8cMdOzjvX6+h9Wg3psIZrqH17RN4FcQ7l rIlQ== X-Gm-Message-State: AOJu0Yxdn+fJMfCAgTXePLyYG2OHK7bKht8aUwszMHGuSvZghUYJL809 61wN5TuZiuFRqPqBWXzR6VCUA9tsNu7Bk8/FV1RIeSQG0GtMbEdqct87EA== X-Google-Smtp-Source: AGHT+IHjoQSGHUCDFtmxZtmWzsbKoU2BHquLnYOc5SBTbl2z2lnVnRAkigvfnhtPx+f8AbUXugGkr27F0Su3 X-Received: by 2002:a67:e11c:0:b0:452:d9d4:a056 with SMTP id d28-20020a67e11c000000b00452d9d4a056mr16084586vsl.26.1698933635031; Thu, 02 Nov 2023 07:00:35 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id cz7-20020a056130118700b007b69cccf7f2sm1195252uab.2.2023.11.02.07.00.34 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Nov 2023 07:00:35 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 02 Nov 2023 07:00:35 -0700 (PDT) Message-ID: <6543ab83.050a0220.c8e03.202cSMTPIN_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 A745D6051827; Thu, 2 Nov 2023 10:00:34 -0400 (EDT) Subject: |SUCCESS| pw133767 [PATCH] [v2] net/ice: fix Tx preparation 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/133767 _Testing PASS_ Submitter: Qi Zhang Date: Thursday, November 02 2023 14:22:07 DPDK git baseline: Repo:dpdk Branch: master CommitID:1025bd1c24b1be70e028c7ba0595782bce75fcc6 133767 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (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 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 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 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 CentOS Stream 9 (ARM) Kernel: Container Host Kernel Compiler: gcc 11.3.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28196/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/