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 00FFE436EF for ; Thu, 14 Dec 2023 12:07:41 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EB3C442FCF; Thu, 14 Dec 2023 12:07:40 +0100 (CET) Received: from mail-oo1-f98.google.com (mail-oo1-f98.google.com [209.85.161.98]) by mails.dpdk.org (Postfix) with ESMTP id 28E58410FC for ; Thu, 14 Dec 2023 12:07:40 +0100 (CET) Received: by mail-oo1-f98.google.com with SMTP id 006d021491bc7-590bb31ccf5so3671743eaf.3 for ; Thu, 14 Dec 2023 03:07:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702552059; x=1703156859; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=ch3Q5aNOstGkz16Srq2rarxbSaIC8FTEkCwRSXuoPFs=; b=QPT909995Wm2JKucP8vM7V4enZfw5LEH3byg3uieT8OHRzjpPh5TIXfYUoYNAXiaAS YMxhdHMKu1JMcUCvyhSuJAFJoSbtAHqVr2RTbfkGfRQSqdGoI6NiJuib5DdZq9rThRT8 cEXw60I2yYxA6VPNyV8XTSJbmuYFUDVjui3PY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702552059; x=1703156859; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ch3Q5aNOstGkz16Srq2rarxbSaIC8FTEkCwRSXuoPFs=; b=qroH7T3AnSZ84vUhPx2xBLl6ZOrn5/U6gjAkIPvu5CMXXI3Wg0gwWqxz0C9nXju93o Q7bUKIy/ftGUG67ZoV163EeEPmgpR8eHoHOx8C7FnHoKjatgxrRrOhX+fvRe0lVbxJz5 ZtKjLK/ld1iak6ea5JQcWzPt6Lzeb3t4d25qZt4Lioo73cE/wj+/OIhvXFX0HZhCORTp lIRX35+i9lmv09lyHh2aANdestNAJY3cppPT5piUGI170KHjhJB7Y3N46mVN15VbasfP i6bEBgUl8pGNIXcR2SE8tesleULH6mVkZbcgfR9myWuOd709W26zAniOxZj4ukf949VD +Shw== X-Gm-Message-State: AOJu0YzLNuGFKgTW1Lck7ytlrTvEPwbemVMfVTfncpMZ0CWYwwts4c/4 a9qrTGtVfsdPY3YoEVsN19VMkwHZjr+/zEuQHKVl3bpDZ6LPXujdz6nGvA== X-Google-Smtp-Source: AGHT+IEme+ZvTQ9Fm1Y0SrK0BwMRMpBoYhNapxA0yWq89swfIXr/rEAOwKqYku3AwxsoZPnwH0MivSP7LVKU X-Received: by 2002:a4a:92dd:0:b0:58e:1c48:4957 with SMTP id j29-20020a4a92dd000000b0058e1c484957mr7197329ooh.17.1702552059469; Thu, 14 Dec 2023 03:07:39 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id f203-20020a4a58d4000000b0058d7362564asm1331009oob.19.2023.12.14.03.07.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Dec 2023 03:07:39 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 14 Dec 2023 03:07:39 -0800 (PST) Message-ID: <657ae1fb.4a0a0220.644c6.fd48SMTPIN_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 EA55D6051831; Thu, 14 Dec 2023 06:07:38 -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-amd64-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 | dpdk_mingw64_compile | +=====================+====================+======================+ | Windows Server 2022 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | Windows Server 2019 | PASS | PASS | +---------------------+--------------------+----------------------+ | FreeBSD 13 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | CentOS Stream 9 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ | CentOS Stream 8 | PASS | SKIPPED | +---------------------+--------------------+----------------------+ Windows Server 2022 Kernel: OS Build 20348.2031 Compiler: MSVC VS-Preview Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) FreeBSD 13 Kernel: 13.0 Compiler: clang 11.0.1 CentOS Stream 9 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 11.3.1 20220421 CentOS Stream 8 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 8.4.1 20200928 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/