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 98E43436CE for ; Tue, 12 Dec 2023 08:36:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9490742DCE; Tue, 12 Dec 2023 08:36:35 +0100 (CET) Received: from mail-ot1-f99.google.com (mail-ot1-f99.google.com [209.85.210.99]) by mails.dpdk.org (Postfix) with ESMTP id 5A25042DC7 for ; Tue, 12 Dec 2023 08:36:34 +0100 (CET) Received: by mail-ot1-f99.google.com with SMTP id 46e09a7af769-6d9ae075e5fso2846456a34.0 for ; Mon, 11 Dec 2023 23:36:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702366593; x=1702971393; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=VuoFcb7bpI0FrYoYAv5VxQapmKxMxRJQL3q6GHnLvBQ=; b=KzECfx+ehsKDEXmrwWV3XCfDdg4soyjzNAynVkNWJRyHzKwltgYHSMAwMcEG/p4QnQ NuLBrqJyph5stB7nfvndCUILSLuSMmvQ0jhD0TlC5NV80bfk7rLflXOv8Liq8kFXge0v 2J2igOKoUs09egCfP06eCo24uT9QHovilSoZ0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702366593; x=1702971393; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VuoFcb7bpI0FrYoYAv5VxQapmKxMxRJQL3q6GHnLvBQ=; b=iaGsBMywQfgqjt5pf1tT2ZnYYa8DrC9NHeqCrqA/rMH//17MWB2BNWVf99iaYj8g2C IMPqPdcU/28oO/4uNkMJ1WjQbGJBpt4iugBdT/1z4HcJByJf804eXdZYwUS9aIYVgV/Z UYgf3cuy2hyNQxJgHIfwd6ey2O9qBmZLX3Jkh1NSAYIu/MufBXJFwDH7nrpL3AfNIFJK XqBq9N2mqcEMCiTl33JRLwoPbWjKVVIYqe/zl6RTbfmVf88RoFyWtviOljMCzMxiQeNi 1O3mN2fkWdSe40HWoa04qbJ4K23tdm8Q2ayLnqualNrFIYAaJQn9w7q+Ff2DcycjuYP9 ++Qw== X-Gm-Message-State: AOJu0YzlJkgSkDig8D4/WaWczlKoiihjcTgGuA2+jB1UY/ZXYGwpoPiW eOTUIvEjUq0ix+/6KBWgN7X1JHni/pSOWuXbAMjTukkvaCKCoyZBI/AcYg== X-Google-Smtp-Source: AGHT+IGMKG8wi20eDQXt659nXf0fqqdR3xSlUE1XMWbixnhrceAYCwdAcb4fVly8PvWxlYrKSTJBVzjEVZ4X X-Received: by 2002:a05:6830:1cb:b0:6bc:b26a:8939 with SMTP id r11-20020a05683001cb00b006bcb26a8939mr2903892ota.2.1702366593690; Mon, 11 Dec 2023 23:36:33 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id g190-20020a4a5bc7000000b00589d399c61bsm913427oob.24.2023.12.11.23.36.33 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Dec 2023 23:36:33 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 11 Dec 2023 23:36:33 -0800 (PST) Message-ID: <65780d81.4a0a0220.98617.c71cSMTPIN_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 37100605C311; Tue, 12 Dec 2023 02:36:33 -0500 (EST) Subject: |SUCCESS| pw135048 [PATCH] [v3] 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/135048 _Testing PASS_ Submitter: Kaiwen Deng Date: Tuesday, December 12 2023 02:16:19 DPDK git baseline: Repo:dpdk Branch: master CommitID:f2d5afbb2c05d7647da7ea914887c52115652651 135048 --> testing pass Test environment and result as below: +----------------------------------------+--------------------+ | Environment | dpdk_meson_compile | +========================================+====================+ | Ubuntu 20.04 ARM SVE | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM Clang) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 aarch32 GCC Cross Compile | PASS | +----------------------------------------+--------------------+ | Debian 11 (Buster) (ARM) | PASS | +----------------------------------------+--------------------+ | Ubuntu 20.04 (ARM) | PASS | +----------------------------------------+--------------------+ | Fedora 38 (ARM) | PASS | +----------------------------------------+--------------------+ Ubuntu 20.04 ARM SVE Kernel: 5.4.0-80-generic Compiler: gcc 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) Fedora 38 (ARM Clang) Kernel: Depends on container host Compiler: clang 16.0.3 Ubuntu 20.04 aarch32 GCC Cross Compile Kernel: 5.4.0-72-generic Compiler: gcc 9.3.0 Debian 11 (Buster) (ARM) Kernel: Container Host Kernel Compiler: gcc 10.2.1 Ubuntu 20.04 (ARM) Kernel: Container Host Kernel Compiler: gcc 9.4.0 Fedora 38 (ARM) Kernel: Depends on container host Compiler: gcc 13.1.1 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28592/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/