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 5A09745E37 for ; Thu, 5 Dec 2024 11:13:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 39AC3427A2; Thu, 5 Dec 2024 11:13:02 +0100 (CET) Received: from mail-qv1-f99.google.com (mail-qv1-f99.google.com [209.85.219.99]) by mails.dpdk.org (Postfix) with ESMTP id 3EAC34279E for ; Thu, 5 Dec 2024 11:13:01 +0100 (CET) Received: by mail-qv1-f99.google.com with SMTP id 6a1803df08f44-6d89111fe69so5168846d6.2 for ; Thu, 05 Dec 2024 02:13:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733393580; x=1733998380; 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=p92LCQJ7rrBCZHxUBPGEkPkhHUn7pnBN2JblrUVeHdc=; b=CTwNQcluLA4PN2eFNi0M2FqXkNT7VdMNSYWYTPPFVxLC1JQPGFI8lWtHc+phVyZIoH DLvNHzEdjOI2toA6QxlhRl4+ratr4mramLecGaNzOd7C9kD17L80HyY/1EYuUAIqs7TP XhnlWj5X88LoRQn6yfvIj4N8/vdGjcKvIHS0o= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733393580; x=1733998380; 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=p92LCQJ7rrBCZHxUBPGEkPkhHUn7pnBN2JblrUVeHdc=; b=cAIthoStPH28AihVJUe3LaQyNf7odXITQF9W6zpXtj0TAmd2kaDH1EYL6wvBLnVI8w NT4JtLV/Ao1bZCI/jPFA1A9EM0XP7UnS5+nNO3bYts4vvRnNSQ07QG05+J0Z5PoMby+c aY8tlIzivC+0nkWRxUA06W5K0z1o06ucg4Y8Zru8CmyEGNDLlvgXJKcbyoctgovxgXO1 oe++UoeY3v95t85lK0SsYH+mzJ6o4BQKO3yP/8PSDpd1yR9ZNfl1AoaFgBzZ3FjHB46U qWrZPbXV9EnbYirm40pwII45ZYHvAeFquXJS6WS/xfM19dp2MjPFEfQJLz8jsYRBmx+t sbDw== X-Gm-Message-State: AOJu0YyPPg9zhRCtuEbGJVCkA5d4uoPq879OHO5GIKaf31lZlLapxSkK Vofu8ZniB1My1UOe5BTtwkNoMl6nV95A+Acyk69u0DfITKdFGrVlpqO6VIww0eBfqaIfsVlhH2a PWJTXUdjk+pAzjEdUVmWLUjpvyEBxnyA+B9sp1tmj X-Gm-Gg: ASbGncuhp+sL6NiRDkzySU4syg20foWLhK09WYWTKi18JRYTRYmdTwSeNY27p06Jjrk I9kz33kB0Pbt+87lbCFtlxpI6N9o/DgBKFt9Byr79vzTY9QBn3ywCxZY6ccq+NH2UTnFN1JkN9h aWue76uoxD7WJmKAJR0k63dmy/vFMHX2U4L5MfoucBAfuD94kuDjTxQhPLNwWu4fKv/NyxLIqsy 21/zXMOPpby6M/c9bY2cZleRcwNIRKv6K3ezUiOIQwwnzMs5T6kEEKcH5MVLzXmJBXolwA= X-Google-Smtp-Source: AGHT+IEHANMPoiHUFhG/ClbANNe3hdW0eyVBsmVw4qQR4LFmu1NgUmu6guHaLHWPeecvTAZVjFGgKQBhtD+Z X-Received: by 2002:a05:6214:dab:b0:6d8:8f14:2f5f with SMTP id 6a1803df08f44-6d8b736923dmr115449566d6.23.1733393580597; Thu, 05 Dec 2024 02:13:00 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6d8da6b1fc2sm571316d6.28.2024.12.05.02.13.00 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 02:13:00 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 02:13:00 -0800 (PST) Message-ID: <67517cac.050a0220.212bd3.33bbSMTPIN_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 4CB6A6052471; Thu, 5 Dec 2024 05:13:00 -0500 (EST) Subject: |SUCCESS| pw149039 [PATCH] lib/gso: gso Adds the processing of IPV6 From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241204100551.2914-1-18859237562@163.com> References: <20241204100551.2914-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-unit-amd64-testing Test-Status: SUCCESS http://dpdk.org/patch/149039 _Testing PASS_ Submitter: Caiqiang Liao <18859237562@163.com> Date: Wednesday, December 04 2024 10:05:51 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149039 --> testing pass Upstream job id: Generic-VM-Unit-Test-DPDK#26526 Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | CentOS Stream 9 | PASS | +---------------------+----------------+ | Debian 12 | PASS | +---------------------+----------------+ | Fedora 40 (Clang) | PASS | +---------------------+----------------+ | Fedora 39 | PASS | +---------------------+----------------+ | Fedora 39 (Clang) | PASS | +---------------------+----------------+ | Ubuntu 22.04 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ | RHEL8 | PASS | +---------------------+----------------+ | RHEL9 | PASS | +---------------------+----------------+ | Fedora 40 | PASS | +---------------------+----------------+ | Ubuntu 24.04 | PASS | +---------------------+----------------+ | Windows Server 2022 | PASS | +---------------------+----------------+ CentOS Stream 9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Debian 12 Kernel: Depends on container host Compiler: gcc (Debian 12.2.0-14) 12.2.0 Fedora 40 (Clang) Kernel: Depends on container host Compiler: clang 18.1.6 (Fedora 18.1.6-3.fc40) Fedora 39 Kernel: Depends on container host Compiler: gcc 13.3.1 20240522 (Red Hat 13.3.1-1) Fedora 39 (Clang) Kernel: Depends on container host Compiler: clang 17.0.6 (Fedora 17.0.6-2.fc39) Ubuntu 22.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Ubuntu 20.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 RHEL8 Kernel: Depends on container host Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-22) RHEL9 Kernel: Depends on container host Compiler: gcc 11.4.1 20231218 (Red Hat 11.4.1-3) Fedora 40 Kernel: Depends on container host Compiler: gcc 14.2.1 20240801 (Red Hat 14.2.1-1) Ubuntu 24.04 Kernel: Depends on container host Compiler: gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Windows Server 2022 Kernel: 10.0.20348.2031 Compiler: clang 15.0.7, gcc 14.1.0 (MinGW), and MSVC VS 19.39.33521 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32090/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/