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 894EC45E30 for ; Wed, 4 Dec 2024 16:09:11 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 602BD40A87; Wed, 4 Dec 2024 16:09:11 +0100 (CET) Received: from mail-oa1-f98.google.com (mail-oa1-f98.google.com [209.85.160.98]) by mails.dpdk.org (Postfix) with ESMTP id 61F1A40A6D for ; Wed, 4 Dec 2024 16:09:10 +0100 (CET) Received: by mail-oa1-f98.google.com with SMTP id 586e51a60fabf-2967af48248so3762299fac.2 for ; Wed, 04 Dec 2024 07:09:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733324949; x=1733929749; 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=6VFWFIzjtlgZrg77LEbUb5MLJwz7wKlhaa3+w5bKnWU=; b=M4ZlpqOwITXY9PphZomve/4bcF6Rke5jj0tFN0HalbaMRqg6HkuBYJaBHsoWYWe7Oe A5onZ5eiUgFLLMPtpS+sZEKpi+B2Afq/7IPec26InHxX16SoMdudhqgtR8uHnKOoSni5 yMHB/W9t2lQANfqLX0T7mnqB6amyYg7sL7R8g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733324949; x=1733929749; 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=6VFWFIzjtlgZrg77LEbUb5MLJwz7wKlhaa3+w5bKnWU=; b=e+M5m/Mt5ikMm7cv6kL6qLVF0L6sUkrO+cA7chdraPr74rSwR7okpteMzWpuIHCbsT s+Kces9VnjuivGdqAcn6ulZPdoIzFaJ2dhwg42P3OkiUWi3/XzhtS6hGCh7QfC6sAX8K I9MYFjjC2VAk1n5dPcxZCLwbaJcn9WQgDRA8qCjzfCj/R1sxnEwSIEvScaZFOCI1TwCN 56Zo325ufvDH3tM9ZVbVgC67+z5DATqSuKWV5uBy7KnnKc20MZzvGuzX0xXnCt042WA5 RSOQzmW36l/ZEQhANjNuWO+AghfkxmojB2iOS/PvezRwWg8lCYpuFrDcpj8iOmJAsw0e Xvyg== X-Gm-Message-State: AOJu0YzV0NWEXM8gYmgeAIzyonZmG6jXg65Tfyv+xLLcOvQMB/RHT3Ty 7XwpOh+ueGOTxeyqaiyhnOzwfVcvNC8bEEa4Y88xXSCfvhl0f5W9cY0dor6ThdVwhzmELD149gl k7S7o7KebDfb4OHg4OIa9PuHR5f1SCX/cvXkWc0jD X-Gm-Gg: ASbGnctkJh+S7L2pb0PeJILBNOvpuzAXK0QifuxokTAG/llFpR+o0ro5RKdi+tldNEV KfKrM0EPz2xbSWbBfIdOifv9gtkv7+61Vzh6qrvO0R7uXrCLwmRlko4QX7dtC9LQcG0zMPXZNiz 16QuwNolYIoX05XCTTClc2inPzAfqW5f9W32Gahf0wBPzDOvbtO6/xq1AeXGGHE6galwbKsvBZ8 ZfrVt7WhCMsah2z0My3ssO//RiVEzs91yEmptzmLQ5xhIplhYawwfrI7C7tE8JI9X0LoUQ= X-Google-Smtp-Source: AGHT+IEkoEUv7Ymb4T7GJ8ShMv5WvOx3MYDfCT5aLbks0g7QzUxUsvIVNrzvYNErYXIhEwuq5NIYkxuLGQN5 X-Received: by 2002:a05:6870:c095:b0:29e:460d:f74a with SMTP id 586e51a60fabf-29e9b08f72amr2996614fac.3.1733324949294; Wed, 04 Dec 2024 07:09:09 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 46e09a7af769-71d72429159sm104404a34.1.2024.12.04.07.09.09 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 07:09:09 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 07:09:09 -0800 (PST) Message-ID: <67507095.050a0220.247297.57d4SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id C0E6E6052471; Wed, 4 Dec 2024 10:09:08 -0500 (EST) Subject: |SUCCESS| pw149015 [PATCH] lib/gso: rte_gso_segment function increas From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241204024430.2749-1-18859237562@163.com> References: <20241204024430.2749-1-18859237562@163.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/149015 _Testing PASS_ Submitter: 18859237562 <18859237562@163.com> Date: Wednesday, December 04 2024 02:44:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149015 --> testing pass Upstream job id: Generic-DPDK-Compile-Meson#341172 Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | RHEL9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 with MUSDK | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 39 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Fedora 40 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 24.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 22.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | CentOS Stream 9 (ARM) | PASS | +----------------------------------------+--------------------+ | Debian 12 (arm) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | PASS | +----------------------------------------+--------------------+ RHEL9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 with MUSDK Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 39 (ARM) Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Ubuntu 20.04 ARM SVE Kernel: Depends on container host Compiler: gcc (Ubuntu 10.5.0-1ubuntu1~20.04) 10.5.0 Ubuntu 20.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 Fedora 40 (ARM) Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Fedora 39 (ARM Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Fedora 40 (ARM Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Ubuntu 24.04 (ARM) Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 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 Clang Cross Compile Kernel: Depends on container host Compiler: clang 10.0.0-4ubuntu1 CentOS Stream 9 (ARM) Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) 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 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32083/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/