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 E301A45E24 for ; Wed, 4 Dec 2024 13:36:19 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE66C40B99; Wed, 4 Dec 2024 13:36:19 +0100 (CET) Received: from mail-qt1-f226.google.com (mail-qt1-f226.google.com [209.85.160.226]) by mails.dpdk.org (Postfix) with ESMTP id D210540A87 for ; Wed, 4 Dec 2024 13:36:18 +0100 (CET) Received: by mail-qt1-f226.google.com with SMTP id d75a77b69052e-4668a28158cso7792611cf.0 for ; Wed, 04 Dec 2024 04:36:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733315778; x=1733920578; 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=EQI271+1+UHY1LiDBp2popfm2K6tgfBN0S0nkqbYCBw=; b=InClJ/dZDrHsZJW5gOIjT+1FxcrUL2mtzwe/bCIVusIwoD39bU9gAMaWsLoUoFdg0C 3uiF1bc2f6HIPLjH7qFtwAh7GVzTlgIN8fRK1kwut7D8xktcUk1bC1ZOzNCgAtj5MgE5 kwBbnI5XncdS7ptY41+0X9twiH6RFtkh2AyBk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733315778; x=1733920578; 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=EQI271+1+UHY1LiDBp2popfm2K6tgfBN0S0nkqbYCBw=; b=KWn2gM6jkcdrYOhCdtMUmQIKhRfMtdUdBPoXZtj5tXUhscVw1ivu0xAao0S6lE26q3 bz3oMtN4XN616BrI3DGk6OIkVEK+bitsP4+LrYyDKjM2mA5PjiIvthNMg+zLmUm0RYhl 7/a8e1Rg+aZxFdYEtwgXar5tzb/Wm624sZ+9CdnPsLrRVB797Lf1CflKHU4zZZA1UUm5 lNjgQlanwjlTcL0/qUFumPS+BD9zH1WLWi2YzySUEmRcuc1hVDnCZQxiIHUFvk4y+6k7 1rMnGwY5enVWYCE7CszPZGt+fxJiokZtujLSQ2n+ML0z6NUbCC3BOjakKshKGnSpKeE7 jLtA== X-Gm-Message-State: AOJu0YxPlQucOcbD4oSsT5WqlYBgDEGTnUwozk4rdgc+7/IJWvGkaDTj o2WQWPmpWbFxl5gpAWjMIhChrlcdLWVB8Yl4FHdcrulFgt6e85goXPvmTXG/s71xc6OvWIQ7dyz 8Y62Hb+QgqrGctgBGsvQjrwOW48N4pnhC0UomAnjI X-Gm-Gg: ASbGncsclF6lNzf96I4/znnOpkQujs21ohLxc27JwxESsYrxwPa4rOUkR7gVywaZxqR BkQO0w2YoYtEwMK0UWK6Mylav2IUpcNEgigvL9N6iCPnl2v6IKnXdEDm9NJIm1CxTXK8JZQXfDM pROJ1wVDs5ppWQefl+MpLnQFXmRmz2zI5/J3B07c6G1K0RKdVwJWzgRkizNpKLEbJeFGAzerbrV J2mQQYmpngXIXI51KvKYMSfJl8IVrMt5ZtDPOs8HrLy9Sbfx4e6VgR9uVhWeqhlYinvhtM= X-Google-Smtp-Source: AGHT+IE4ketaHFoY56KpxarXXZzm86xrFAU3q//1ESKmmnqosbPQP5wGmz5mzndTmHBcHqPinl48p3Kw2UF3 X-Received: by 2002:ac8:588f:0:b0:460:38f5:8753 with SMTP id d75a77b69052e-4670c7f5a0dmr114643631cf.26.1733315778231; Wed, 04 Dec 2024 04:36:18 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d75a77b69052e-466c407cebbsm5326991cf.10.2024.12.04.04.36.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 04:36:18 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 04:36:18 -0800 (PST) Message-ID: <67504cc2.050a0220.57086.e79fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.6] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id E5EE56052471; Wed, 4 Dec 2024 07:36:17 -0500 (EST) Subject: |SUCCESS| pw149015 [PATCH] lib/gso: rte_gso_segment function increas From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241204024430.2749-1-18859237562@163.com> References: <20241204024430.2749-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-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/149015 _Functional Testing PASS_ Submitter: 18859237562 <18859237562@163.com> Date: Wednesday, December 04 2024 02:44:30 DPDK git baseline: Repo:dpdk Branch: master CommitID:7df61db6c387703a36306c1aea92225921e2eeb2 149015 --> functional testing pass Upstream job id: Template-DTS-Pipeline#201034 Test environment and result as below: Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Aggregate Results by Test Suite +-----------------------------+--------+ | Test Suite | Result | +=============================+========+ | unit_tests_mbuf | PASS | +-----------------------------+--------+ | vhost_virtio_user_interrupt | PASS | +-----------------------------+--------+ | virtio_smoke | PASS | +-----------------------------+--------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32083/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/