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 0DC8345E37 for ; Thu, 5 Dec 2024 11:10:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D5942427A2; Thu, 5 Dec 2024 11:10:33 +0100 (CET) Received: from mail-yw1-f225.google.com (mail-yw1-f225.google.com [209.85.128.225]) by mails.dpdk.org (Postfix) with ESMTP id CA2DD4279E for ; Thu, 5 Dec 2024 11:10:31 +0100 (CET) Received: by mail-yw1-f225.google.com with SMTP id 00721157ae682-6ef66fd2183so4342407b3.1 for ; Thu, 05 Dec 2024 02:10:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733393431; x=1733998231; 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=Fo392kgdI+4Y4ISdiDcp5g1OI8BpgNZFtlzqXL0BPwQ=; b=iL5CGcqYBARd+dTR1djrGi+GyFNl2NPLwRsOwvnBxW6T0prQsdEl1GZLGMxoSttDL5 dlqILiFbHZxD04l+tf0kNL1LQYuwAXuhIcD+0hf4IZfkclotzEmEHWvo6ET9+Pcu/OLA 3SDLEgW5mnYbL/wLmsl4qkFeMzSjjpkfOaSg4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733393431; x=1733998231; 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=Fo392kgdI+4Y4ISdiDcp5g1OI8BpgNZFtlzqXL0BPwQ=; b=Cq/MO7FEW8fm+KxKYrv2Lw6yVIXo04viZeu5vcnjS8OgkfckS1HpM7EKTbYUkpTcoH PjzAhZalxJ599S5mueNZ6CtjbiQGozZW6+3oS+cDRjgF0r5Ft7bfdWMyH2Ni2ovg1AQ9 W0K87NLatro+KdUvwYPPTqFNnZrQEWc5GgpeTz3TskRDUZQimiVCSLYqN5vb7Vs/T+YN 3ZUNghyhmrgGufSbmHshkb6RDm5ludNoH4HzyUssc6jf66gtNZfTicY8KPt6tRX/yG85 TAPDMqSiRNiW5FvPgs63tS194H6tv9wrlXNcAeol3YXHN5HJ6BksyamsGdYoVeF0360B +ZWw== X-Gm-Message-State: AOJu0Yy+M5+SXNtjAoWBrwqnqzTAumcISB6RrRmwnYV8Wa0EYPZqXbkY Uoxj1yupVxFjBGsTsOhGuoaJRdhE1lDmIFT3G5rsTA2XYbmjxAi4RkgH/7WZ0+D7HaLcfrUSo2J RrScTWV8ed2ePAAKfc9a0MdlA0ar5D9grZGbmf58u X-Gm-Gg: ASbGncuUAwKjLHYjxK4vrv1BUvv7xiioU/+Mflcj+iaQVudkG+XSUA6THyPQs18GR1T wyDgxY69GSB+4GkNo5dXzZqEjllEqRR7xK7534d3WZYBXoXJqR/Cw8Bq2sHMOOMRe956++d9iGa 3g8ULG52+H61VKFpXWNmSY8+suIYj6OFIUwqS4rRtTRdnIrmbf7jCjvaa1Kq73Tr5Sh5O+cXdJ4 ZctAa6Rb9yJmgkCJgBOdaWx12JLO4/6dxrf+n+E8laIZ9ALCVS63u93gRSjV7yLFuxnCSI= X-Google-Smtp-Source: AGHT+IHoznNRk7Kd9w4vVTIdxHSRbJI3SsZfQfXUogoL0ZnQATb/przJKnBtl+Qcuwy47S4R8oEHqpyzqoAk X-Received: by 2002:a05:690c:4a10:b0:6ef:61b9:e003 with SMTP id 00721157ae682-6efad2f6fd7mr132367917b3.36.1733393431154; Thu, 05 Dec 2024 02:10:31 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id 00721157ae682-6efd39ca97fsm366287b3.52.2024.12.05.02.10.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Dec 2024 02:10:31 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 05 Dec 2024 02:10:31 -0800 (PST) Message-ID: <67517c17.050a0220.1fdaff.220fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.3] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id B6F716052471; Thu, 5 Dec 2024 05:10:30 -0500 (EST) Subject: |SUCCESS| pw149039 [PATCH] lib/gso: gso Adds the processing of IPV6 From: dpdklab@iol.unh.edu To: Test Report , Ali Alnubani 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-mellanox-Performance Test-Status: SUCCESS http://dpdk.org/patch/149039 _Performance 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 --> performance testing pass Upstream job id: Template-DTS-Pipeline#201186 Test environment and result as below: Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: Mellanox ConnectX-6 Lx 25000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | 0.2% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 24.04 Kernel: 6.8.0-45-generic Compiler: gcc 13.2.0 NIC: NVIDIA Mellanox ConnectX-7 100000 Mbps Fail/Total: 0/6 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 1024 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 128 | 1024 | 1 | 1 | -0.7% | +------------+---------+----------+-------------+------------------------------+ | 256 | 1024 | 1 | 1 | 1.7% | +------------+---------+----------+-------------+------------------------------+ | 512 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1024 | 1024 | 1 | 1 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 1518 | 1024 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ 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/