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 7E38445F3C for ; Wed, 25 Dec 2024 11:01:20 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5708A402F2; Wed, 25 Dec 2024 11:01:20 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 65C2E402EA for ; Wed, 25 Dec 2024 11:01:18 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-21649a7bcdcso62747305ad.1 for ; Wed, 25 Dec 2024 02:01:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1735120877; x=1735725677; 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=BZV/V2ZLo42WTLYMG99ZsbA01OrvMxXn7+1tdqCO6nw=; b=Ha3B43SQnKZ7knEgP6VwDhVR0HsuZw2Mjo8MjrNEQ36lMaRHlA0bmipnqmmqXpcp5V cd4JWaa2xutQoxBqQMcVW0Jkuc5t1B/2sibk+EJVTISf7kKB2vJEj1djuL8rlzqrtuoN IevlTTE0lV9wxeOFr/E4NLx/CWnUmaLfcfa3I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1735120877; x=1735725677; 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=BZV/V2ZLo42WTLYMG99ZsbA01OrvMxXn7+1tdqCO6nw=; b=Ehd1DDV/wd/QukE24s5jBAQA7hMwxfGwfso0CZvMRm8y128aegAdZh3jqjls4V5NaP w5Lu1zX7F80wn8Mgz+OVF0ORgweXuP2JPgErZV0WfuSKyTAlUR6XxJKtchw7Womk9058 nvcSfcej+iCvwf7L4wttWBcCmMezYVKmlhk3NsbHrGbqJaF1+w8HZWtm0Jcb640epTHZ 3HqNFPEggIfcHp6cNf8ayIBzDgwUbmKMLEhgUpFZ6KDt34b1NKh6CvS92B+F2F5YMrZd EuDr6qqznfESPaUziP3N5M08poPJ9bxJ4URIjSPNgYx3hFIX8w1FLBidIIusFvRR15fN EZPw== X-Gm-Message-State: AOJu0Ywm39Z6YTGfuY1OjZ3F/OCyLtZ0VeajnMW6m7WZ1yt33PHRk/RQ euut7AwEaCREF70Bj0fppjaGbt7EDxrACPhIG37NnEUhKTw9a6c/eaNAEXo5J0Q+Gbipojnn2xj t6G9zxlvlZ7sgai2pgpQOd9sgq81OorAjd7ygGIbzxGqIMQTCjxrMZtwu X-Gm-Gg: ASbGncvPsSo9Nummjd0OSCC05/TmzXisTKyHoLL6SEHlhpiWja03TmnLfv+VBu6FyzM SYPxU9fUOfAPcYG5B3Jj4aqWAyj4Mxq0vXAow85omncIHIo3R7sLdUfndF3F/IxbAAa0GrjxH8N gdPgqooYRhtEZJThovl0jQpGHsFpaIDesAwW9bVuWXgrHw52AcbLvrIKSRcsI/zfcf+nVadRUfi x2KkZ97vOSNDpiqPmwmZqZT5/uvDo4mtc8cu68E11W7WHA1aB16VroX4MXXsUz81cwoWe3g5ROY po9wCQ== X-Google-Smtp-Source: AGHT+IHTGfeDK001lAPLCW8/5Ko94ZHqXM2i5P7Efkj2bewGjJDghhMNZW3O7HkqOYzpKE0iCVfUV28D4Piy X-Received: by 2002:a05:6a21:3115:b0:1e1:9fef:e959 with SMTP id adf61e73a8af0-1e5e04a4443mr27945659637.27.1735120877366; Wed, 25 Dec 2024 02:01:17 -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 41be03b00d2f7-842b2a4a0fcsm221893a12.12.2024.12.25.02.01.17 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Dec 2024 02:01:17 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 25 Dec 2024 02:01:17 -0800 (PST) Message-ID: <676bd7ed.050a0220.fe205.016bSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 8FA5C6052471; Wed, 25 Dec 2024 05:01:16 -0500 (EST) Subject: |SUCCESS| pw149471 [PATCH] examples/l3fwd: optimize packet prefetch From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241225075302.353013-1-huangdengdui@huawei.com> References: <20241225075302.353013-1-huangdengdui@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-unit-arm64-testing Test-Status: SUCCESS http://dpdk.org/patch/149471 _Testing PASS_ Submitter: Dengdui Huang Date: Wednesday, December 25 2024 07:53:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:fd51012de5369679e807be1d6a81d63ef15015ce 149471 --> testing pass Upstream job id: Generic-Unit-Test-DPDK#301942 Test environment and result as below: +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Environment | dpdk_unit_test | lpm_autotest | cryptodev_sw_zuc_autotest | cryptodev_sw_snow3g_autotest | +=============================+================+==============+===========================+==============================+ | CentOS Stream 9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 11 (Buster) (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 41 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 41 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Fedora 40 (ARM Clang) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | RHEL9 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 22.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 24.04 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Debian 12 (arm) | PASS | SKIPPED | PASS | PASS | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | 32-bit Ubuntu 22.04.4 (ARM) | PASS | SKIPPED | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ | Ubuntu 20.04 ARM SVE | SKIPPED | PASS | SKIPPED | SKIPPED | +-----------------------------+----------------+--------------+---------------------------+------------------------------+ CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Debian 11 (Buster) (ARM) Kernel: Depends on container host Compiler: gcc (Debian 10.2.1-6) 10.2.1 20210110 Fedora 41 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240912 (Red Hat 14.2.1-3) Fedora 41 (ARM Clang) Kernel: Depends on container host Compiler: clang 19.1.5 (Fedora 19.1.5-1.fc41) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.8 (Fedora 18.1.8-1.fc40) RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.5.0 20240719 (Red Hat 11.5.0-2) Ubuntu 22.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: 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.3.0-6ubuntu2~24.04) 13.3.0 Debian 12 (arm) Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 32-bit Ubuntu 22.04.4 (ARM) Kernel: 5.15.83+ aarch64 Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32210/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/