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 975E745EF4 for ; Fri, 20 Dec 2024 06:36:56 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6463A40267; Fri, 20 Dec 2024 06:36:56 +0100 (CET) Received: from mail-pl1-f225.google.com (mail-pl1-f225.google.com [209.85.214.225]) by mails.dpdk.org (Postfix) with ESMTP id 6EA4B40144 for ; Fri, 20 Dec 2024 06:36:54 +0100 (CET) Received: by mail-pl1-f225.google.com with SMTP id d9443c01a7336-21670dce0a7so18062985ad.1 for ; Thu, 19 Dec 2024 21:36:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734673013; x=1735277813; 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=wLKrTmgK/xBgk8b8O36sSJB9qSI3h4LU6g0LNqfHzxs=; b=hOpSaZXxfYW9ugW7MSeg0TVZKMV294tYKB+OpZvizlUnkgjiq/BqgSjwQUAvjVfkZo l/0h7h++/95M/V8/YQ0i4VlZMbmcBvcUebBQFocGRtt3rd9uF6qfLT/vOg9WVgp4z8wP Jh/wFjGaJLStYPl96ep65lw0Dz6nlJ+Bdzi8s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734673013; x=1735277813; 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=wLKrTmgK/xBgk8b8O36sSJB9qSI3h4LU6g0LNqfHzxs=; b=RkqlMue7UGj6OX1gJxhy5mStrm6hl0pgfaxtWwoSgafGFPpynHvTF4dePX1ZrGOqqY h3My3HSdcinJaes7PwFnMHrNv0pxSGRUzN0okII9hy9N25e/FHr4SayA5oAZasnkfAsh tx6US61YCbihyXPhDWnoRyrpAN5wTnBWx9TdvKyohmA544tdM4zehyIebMFTkIbzQ00j 12v14oSQi/GZVcVGcuiMdjSf06m21yEonmM2xlQKDfmLnBO2T5pz9Ylh/UBql7KyGr35 fYw0H5Pe9VIMZcaJxsRiR655WhXTMk0WbZsO01xKOIdDXbtELk9sAAOLTrQ7HRLv96AX +Dqg== X-Gm-Message-State: AOJu0Ywoh9wP1hORvOnsx5UHmgvV+soUYANlCk0+TYUl3ejat++SHTyG 5RzS2bucEVG+vgUm2yA+B00TX8rqblBVLS7RkPitYyWaUtkY4AxUGCDSlx21FfrztWFjdorkaJQ xd8xpa3vGxJ6eNGPP5ZDS23uHh/52dmiGk7BKx4N2 X-Gm-Gg: ASbGnctdj8MLUhZHxzjU7+ersdzIU2N3bgAHMkQBdzb8xPimAII3UwRNwjsaoWIMTE8 zSBEMIhzcfjcX3Kwpj3N5pxBLe00ubZKeN9p2mqkaJb7FGei9yacomXb4u+ArvxnC8gu8kAhwDI wA1nOuN8E6I9L3aqwPDO6ibc2oKl5i1lX0yPhoGkbZd329FxWLF8bgyDjV9qlGgYEpjKo/YlPE5 qsxsGMhGSL1EQ2mc5y1mpvCb13BIYnv2Z+5O/nf9GC42F9gbN6DZY99LacFWxXsvNRXfOi6PXnq wA== X-Google-Smtp-Source: AGHT+IELg3R5QBsVQOXe/Oj1s46drV7Ybf04FdFjwZx71q1XMFyXMFU4OYu0tT7JyVzEEdPHkplOEbS0QyYV X-Received: by 2002:a17:902:ce86:b0:215:a57e:88e7 with SMTP id d9443c01a7336-219e6e89215mr16006295ad.3.1734673013501; Thu, 19 Dec 2024 21:36:53 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-219dca2ac32sm1091735ad.104.2024.12.19.21.36.53 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 21:36:53 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 21:36:53 -0800 (PST) Message-ID: <67650275.170a0220.a6e9c.7aa1SMTPIN_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 556556052471; Fri, 20 Dec 2024 00:36:52 -0500 (EST) Subject: |SUCCESS| pw149327 [PATCH] [1/1] vhost: fix missing gso_size validit From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <6d3c97d4be3a43a45e9435478015f1ec546b14b6.1734663422.git.wangyunjian@huawei.com> References: <6d3c97d4be3a43a45e9435478015f1ec546b14b6.1734663422.git.wangyunjian@huawei.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-broadcom-Performance Test-Status: SUCCESS http://dpdk.org/patch/149327 _Performance Testing PASS_ Submitter: Yunjian Wang Date: Friday, December 20 2024 03:45:09 DPDK git baseline: Repo:dpdk Branch: master CommitID:510b460e02594a70d4ce19e2d29df3ade8af36d7 149327 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203515 Test environment and result as below: Ubuntu 22.04 Kernel: 5.15.0-100-generic Compiler: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 NIC: Broadcom Inc. and subsidiaries BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller 16d7 25 Mbps Fail/Total: 0/3 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 128 | 1 | 1 | 0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 1.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.7% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 22.04 ARM Kernel: 5.15.83+ Compiler: gcc 11.4.0 NIC: Arm Broadcom Inc. brcm_57414 25000 Mbps Fail/Total: 0/2 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32178/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/