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 13058436CC for ; Tue, 12 Dec 2023 06:59:38 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E73E342DCE; Tue, 12 Dec 2023 06:59:37 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 3A96A42DC7 for ; Tue, 12 Dec 2023 06:59:36 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-1d05e4a94c3so46369055ad.1 for ; Mon, 11 Dec 2023 21:59:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1702360775; x=1702965575; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=4h9OBzeuudQv/LreIImp9InG2nQtDgM96ZOFsLRVWyI=; b=ZfbuV4+FGwUHkjH8TrVVdn+IU6QrH4EhpSgN9id9PU+Z83nAQAj5n3qVeaHce3jPgI A5Fact6HRjodMmLmGzBdW1zOQl8wJuVy9tDJ8zrOog/bH3LIoxZN/ljjItF6yxuNc30g D2Tys+lhrnzR+/8pz8YmlMwYZ7IKFrQgAXyP4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702360775; x=1702965575; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=4h9OBzeuudQv/LreIImp9InG2nQtDgM96ZOFsLRVWyI=; b=WRjv9dZntzMjNoEDtVH+sNHEGJR54Dn1kcGluYadLexiB80X7DVozyeYaW2npxVfif U7a+yC406BuUGn7YUJhGH9eemnTpG3mHHe6g+8eK8HGvl+Ki3HUUD6ztE+XMdMrWisCC YLN6Iiw/6Ariek69yw74u7yW1DBViwfhgy0zcdOqsqO9vI5IMtq5lGpY3Zw8gmG/tbVg av7hmYo0RYFLFBLF2L3RTe/u6F3SXuJdRRNRhEewFGpMcKVf2hWlw/h39zXYbDOHOcE8 JM+HHJCUROdm4pNuSYX7zGDinpIIVGWiTrDPWC15Ja+kDtzLxk6anoVzHizgn/V9Txp2 IUig== X-Gm-Message-State: AOJu0Yw5ESpmLSEP4Rk5omNkOAivjQE6GSKyV6YbAiVWP6EgYSc0kxjR yeoublVGJJzJL1aVDJQ6wD4/cmYPYKSVPevuEkiHsgaWrPjvM7dZXuxSbw== X-Google-Smtp-Source: AGHT+IGVgEfId8m5IfixCs+XFoBnYgGs8aYXH1afXU5OlnwrLeorRl12Qz6jdI1D3LtGHuH0akDwq1VhYOQU X-Received: by 2002:a17:903:234c:b0:1d0:c418:1758 with SMTP id c12-20020a170903234c00b001d0c4181758mr6670010plh.66.1702360775176; Mon, 11 Dec 2023 21:59:35 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id u2-20020a17090282c200b001d04c00b070sm467032plz.142.2023.12.11.21.59.35 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Dec 2023 21:59:35 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 11 Dec 2023 21:59:35 -0800 (PST) Message-ID: <6577f6c7.170a0220.97f3b.c3d4SMTPIN_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 54EEC605C21A; Tue, 12 Dec 2023 00:59:34 -0500 (EST) Subject: |SUCCESS| pw135048 [PATCH] [v3] lib/net: fix tcp/udp cksum with padd From: dpdklab@iol.unh.edu To: Test Report Cc: Kaiwen Deng 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-abi-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 | abi_test | +=================+==========+ | CentOS Stream 9 | PASS | +-----------------+----------+ | CentOS Stream 8 | PASS | +-----------------+----------+ | Debian Buster | PASS | +-----------------+----------+ | Fedora 38 | PASS | +-----------------+----------+ | Fedora 37 | PASS | +-----------------+----------+ | Debian Bullseye | PASS | +-----------------+----------+ 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 Debian Buster Kernel: 5.4.0-122-generic Compiler: gcc 8.3.0-6 Fedora 38 Kernel: Depends on container host Compiler: clang 16.0.3 Fedora 37 Kernel: Depends on container host system Compiler: gcc 12.3.1 Debian Bullseye Kernel: 5.4.0-122-generic Compiler: gcc 10.2.1-6 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/