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 41CA5436EF for ; Thu, 14 Dec 2023 12:58:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D14D43291; Thu, 14 Dec 2023 12:58:54 +0100 (CET) Received: from mail-oo1-f100.google.com (mail-oo1-f100.google.com [209.85.161.100]) by mails.dpdk.org (Postfix) with ESMTP id 219094327C for ; Thu, 14 Dec 2023 12:58:53 +0100 (CET) Received: by mail-oo1-f100.google.com with SMTP id 006d021491bc7-591542bc9dfso237604eaf.0 for ; Thu, 14 Dec 2023 03:58:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702555132; x=1703159932; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=ISJagNO6UZBLkGawwRPNEzL8301MKkavpBec5GG5fnM=; b=AS/J/KdWLFlqv0kTEERaZYYYUetHU5Wdbz1+qlzqh25rJGEaiaMkniMb6rxwxjg3QK FVKhd6wBzVcgzhSA3zeI9+yRjWSgUc8qjjeLL8msCVbWXQJFSbW4RDOoKzW3nSim94b3 k9pl21Z0me9gVuabpoV8iFqZi668shaUQm3OU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702555132; x=1703159932; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ISJagNO6UZBLkGawwRPNEzL8301MKkavpBec5GG5fnM=; b=fKVhvWSEWIUA90RezUCHs9/8X491WpSIfDibao1hogbOd/dkkOfpX4LVNpulhfEagd gU4hrlYzQP9si6Rn+Y5PA+Mw+LkMPww1JcjMXFGbVmm1zBbsXl+SZuA+uI2bh7zpHPSB NfO3th2GMwQG02kgSpufOPYtD/nNv1wPwpQmBlPhKb00cJA6hVvpdlXguSnFa5+poerH Pp94zHka5CN446ffMeUO+md5JtV+YvQPwZrM/WnrjF2uinR0MIotf3RFv0rmHlpnc3p7 7260735xYrpSasJ2LyVE+r9A9aNn/ltYYIAyXQR2BVkju59kbGen2QxyaDkndi8jYS+1 XdEQ== X-Gm-Message-State: AOJu0Ywqz1m5yuCRgsL/usAs0qM82TrXo5oIdsDEfzRHndIeDKMMNAMn zuC4XzWKf1Utr4YcJuKRX6vgycizZ9LTrUK+s6RFLanA8OFXZm29SFp/hQ== X-Google-Smtp-Source: AGHT+IGi6wMfw3fYqK7U3y4LwlJFm7/Yb62/Psny36phR67NsFZR49MUnGETmBeoJJ9d6eGrhCIXcNdJownj X-Received: by 2002:a05:6870:a711:b0:1fa:f975:d064 with SMTP id g17-20020a056870a71100b001faf975d064mr4407303oam.1.1702555132426; Thu, 14 Dec 2023 03:58:52 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id x5-20020a056870740500b001f9397be790sm223834oam.37.2023.12.14.03.58.52 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Dec 2023 03:58:52 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 14 Dec 2023 03:58:52 -0800 (PST) Message-ID: <657aedfc.050a0220.44b6c.901bSMTPIN_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 DC8896051831; Thu, 14 Dec 2023 06:58:51 -0500 (EST) Subject: |SUCCESS| pw135189 [PATCH] [v5] lib/net: fix tcp/udp cksum with padd 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/135189 _Testing PASS_ Submitter: Kaiwen Deng Date: Thursday, December 14 2023 09:22:59 DPDK git baseline: Repo:dpdk Branch: master CommitID:e5dc404d33ac1c6cea5c62a88489746c5cb5e35e 135189 --> 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 | +----------------------------------------+--------------------+ | Fedora 37 (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM Clang Cross Compile | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 ARM GCC Cross Compile | 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 Fedora 37 (ARM) Kernel: Depends on container host Compiler: gcc 12.3.1 Ubuntu 20.04 ARM Clang Cross Compile Kernel: 5.4.0-72-generic Compiler: clang version 10.0.0-4ubuntu1 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 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28620/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/