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 48E5245D71 for ; Fri, 22 Nov 2024 14:41:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4398943397; Fri, 22 Nov 2024 14:41:34 +0100 (CET) Received: from mail-il1-f228.google.com (mail-il1-f228.google.com [209.85.166.228]) by mails.dpdk.org (Postfix) with ESMTP id E92DE43392 for ; Fri, 22 Nov 2024 14:41:32 +0100 (CET) Received: by mail-il1-f228.google.com with SMTP id e9e14a558f8ab-3a752be9f4bso7677875ab.2 for ; Fri, 22 Nov 2024 05:41:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732282892; x=1732887692; 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=lxtgZvMEPH1RvrJgQzjif8rgKKioipH22V+pECIgegc=; b=Eltxwi61bXJmUJkrEa3p4FSxk3PIayE8VO0hoqOC+VAzJ7y2u3JPXJN6eCKT84gIlO JUhLBMnF/e6AvSUiz6fvB3ADGeLQALhentvE2ea85xiGer3mkIEX+0X1uRfRziwoj8FW 1kq5i5Mf9KXXBovnr36MDrIrvkj9qU6RhONBI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732282892; x=1732887692; 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=lxtgZvMEPH1RvrJgQzjif8rgKKioipH22V+pECIgegc=; b=sXwbmV2oB6L1lOJdujrBRKoc7oXNrgVUgTB0x99Y2WOi6Z5r9mU89CWYL/h1XZ8WaW DRooHE94dyK9CwfHqaoSc6/HTcdIXsyVt0hSA0nwHVw7GipIoWhuLX9yQ0PYXgq4naw9 HonHM54T7iKoQ8Rzlcu8bzzQsX3At1V7YkXRazY0Drrgs14vtkUQRPsDYLZkkjUQVrUv GotyhhVWVdDhEjuDw//U7nMapvGomhpdC7NbJZhwo5HoLhHVFy3laxy/dPKDvSu4GGzD PqvPriQLuH87jRF88TOAuXAguONcaA6vMH5OFgDEurYPPK7tWEuMLK23+DvExQH6BSMe dj+g== X-Gm-Message-State: AOJu0YxvzY6Foy4STxv0uc9VQm4aTL/82sBKfsYvTLE3XrH1fCER1gmS 28CCBtipc0Rf3/mg9BTetET9cgQPuVgKkTZ0qgC9LX/PRHCF4Y2dd8UGabjzKD7KtxRJMIjqrOB aGoT0IC2r4XGDYWNGUJRKNFyynqucBALvZ4VMDfowHZY9+o48GHeQ+I7B X-Gm-Gg: ASbGnctnuo0YtkBT0Tru81t37efOq/Gtmm0199EsOcoPEm8ytgA+MvIENqOfBDlVQyV 0nYzTWAvXLqF00T5ZtuqJbKY1s6uXWayhzqkG1d30k4h5igcYd0qhka9rJC87qlhNgn8WS555q8 8/+5gK0ANURCffGOfTJWaV8aZmS0ecWnyjnqdSloJGeP88rxuax1JRopPm/S/kcqzM3YchRW2uN BM7xv6QyEsVswfBbA6XvMXtLi8Q267kLGHjZzeAoMjGlw4FdZOBcIkT7pMbpOgULHjSBssiAaY= X-Google-Smtp-Source: AGHT+IEIPcF+q4P6o/S0D7DLTve5nJtNq8w0BiCGg+kY+2UgiVpgvPEqIDykMTw2BsZ+l4zOBy4JlC2nCoyT X-Received: by 2002:a05:6602:6422:b0:83a:bd82:77f with SMTP id ca18e2360f4ac-83ecdc8b579mr330280339f.8.1732282892237; Fri, 22 Nov 2024 05:41:32 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id ca18e2360f4ac-83ecd444d80sm6186739f.28.2024.11.22.05.41.32 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Nov 2024 05:41:32 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Fri, 22 Nov 2024 05:41:32 -0800 (PST) Message-ID: <67408a0c.050a0220.6199e.40caSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id BBF0D6052471; Fri, 22 Nov 2024 08:41:31 -0500 (EST) Subject: |SUCCESS| pw148771 [PATCH] examples/l3fwd: fix Tx performance deteri From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241122071336.18470-1-haijie1@huawei.com> References: <20241122071336.18470-1-haijie1@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/148771 _Testing PASS_ Submitter: Jie Hai Date: Friday, November 22 2024 07:13:36 DPDK git baseline: Repo:dpdk Branch: master CommitID:f4ccce58c1a33cb41e1e820da504698437987efc 148771 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#336850 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ 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 Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 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 Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 aarch32 GCC Cross Compile Kernel: Depends on container host Compiler: gcc 9.4.0 Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/31995/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/