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 2AE2F45E30 for ; Wed, 4 Dec 2024 13:13:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1631040DF6; Wed, 4 Dec 2024 13:13:49 +0100 (CET) Received: from mail-pl1-f226.google.com (mail-pl1-f226.google.com [209.85.214.226]) by mails.dpdk.org (Postfix) with ESMTP id 5E4B540A87 for ; Wed, 4 Dec 2024 13:13:48 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-215bd2c32a6so18176045ad.1 for ; Wed, 04 Dec 2024 04:13:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1733314427; x=1733919227; 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=k9QgY03+ySxc96ZeEQ69AgF87+tcTI7emqffIU+T804=; b=OM48DgR9hpZ/Qk5ptrxk+524woNt/l04kMC6B3+NFVkkCNaYQCBp0iMpWQvG9TiSBm 5GJdihzX4XlaqdTtUQW0KHiAKFahkDfB17gM6gl/vil/zyAJmrfDj3juW+3jIrZOxino RlEJF+bk3Uo/wEuYgzasbhxlSnbEfoL4JPHHw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1733314427; x=1733919227; 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=k9QgY03+ySxc96ZeEQ69AgF87+tcTI7emqffIU+T804=; b=in2mQYlJ2WTAT0TbcRxBv0QxeIiDtA+8pAk5mpA4A2B2TO/ajZCrCNoPO1BmPme326 /xKFJCepCZqTvbbCaWZLUok3q8oG3LSwVdzVjtKk9/dEPN9ciTUTDKWhWKydy6Z6QZ6C CYesV30F6lL2/DQYtCD2pne0KpixL7OKRWFcSFHfl95XbSOwxTcvALjDg8qsIlscp+If u2uecIk7fUxOvrcXWaclheuFUQmcHvHblzB79LrQI/JVI+QG0VK0fVQ0e3wL1xZVxpHI Lntz1Z94vVBesl1dFC2ojEjIWzP3PHLKWU4v//J9VVOm8Gu8qz1kG3gUtBsJkKWKsI6n fdIg== X-Gm-Message-State: AOJu0YxAk8ibYsdGT3MeFVRMYDKoBZ4cjUkhP3gYY8XDhqp5CasswnUO V9062bP1X5S9Ppg/cAAYU+MmOQFumSxnPwrYlL2zPP48caA1ELEEyzh7XwW09FPaBfQt26qe5uE huM0Jo8kUsfKmzNUx9uZZVL6NdABC8YNehKqdvcPVJ294O6pv6uS1Cp0O X-Gm-Gg: ASbGncsE9abISTpbJZ+6PLZqGAx2OL31zxo/VQeH1h6eTi45lxAT4ev3qma4hLQ026Z U7FDMJINGbPEptSpXuQv9r2LPwcK9HFqDhjMEPJCS7ZZf2+VNBoXW2Q+2N85sdF5RjQcBfSbyET eTCbrJlP1vwGJaKkjiipKWgvHxOCN2q5h1Advq8JOIklPYNQWNjccDVe6Ng0KaTHyHIfw4FAU+1 oOksGPP5piLdCylEQumNgDx0VfRLXCITB7fW6BDm9uBN1KI+J4IldDP3kyagq5geGepiOIkzvQ= X-Google-Smtp-Source: AGHT+IELms7xD8KQf4hpDeUYdIrsqdW3gs0RVr+Ut8824oPn55Q2xfqiSD3kgxprmXoziHNQOcvpQAdPFqYC X-Received: by 2002:a17:902:d4c1:b0:215:cbbf:8952 with SMTP id d9443c01a7336-215cbbf921dmr51129855ad.54.1733314427544; Wed, 04 Dec 2024 04:13:47 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-2153a078491sm5244055ad.51.2024.12.04.04.13.47 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Dec 2024 04:13:47 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 04 Dec 2024 04:13:47 -0800 (PST) Message-ID: <6750477b.170a0220.252e43.da5dSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.5] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id F33556052471; Wed, 4 Dec 2024 07:13:46 -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#201033 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 | +-----------------------------+--------+ 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/