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 B9CBF45EF3 for ; Fri, 20 Dec 2024 04:54:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B26C640267; Fri, 20 Dec 2024 04:54:58 +0100 (CET) Received: from mail-io1-f98.google.com (mail-io1-f98.google.com [209.85.166.98]) by mails.dpdk.org (Postfix) with ESMTP id E447F40144 for ; Fri, 20 Dec 2024 04:54:57 +0100 (CET) Received: by mail-io1-f98.google.com with SMTP id ca18e2360f4ac-844dac0a8f4so107220139f.2 for ; Thu, 19 Dec 2024 19:54:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1734666897; x=1735271697; 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=3CTI6Mc9KVEFpJ+99sbaD3iijnzRu7bL2Y8KGZWDeIE=; b=VtOFoydCPtW1EJTDdYn6C5KHKvlS+gbcJF4QqeEkasnx2vzoh1G0AAETE4YKxUjuzK Dj1vHsIZsME72l0uaRepr7RhYVynsrnQIMmSkv9RHLRO/TBa+utkvtgaLH9JK+nSS9D6 q2rvp4qzndHEP4w9EiVT3UCwVAaOJW7n0BRS0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1734666897; x=1735271697; 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=3CTI6Mc9KVEFpJ+99sbaD3iijnzRu7bL2Y8KGZWDeIE=; b=isywmt7jF53OvhM9JM8g3X7nadRPe05AwEciwQXf35YAYlEu/xCuin4rUHfLvLK+3/ sMtV519vseGgnwuG3364V2zb+axAbNqv1L1QRKKMD2F+eQie8BWsZXniI2QAx9mngI41 97SfLWPMtSVfp2Vc/bY6E8bJ4e1+1Gx59XuNp+u/om6LyxAlyzKSynzV/hFk5Eo/wBrA QPmnNI7737ukEDn0V68XaW2dU+hWf+dWIDPh7CQq5hwx5vFjxoDdOgYoTApOKPHrPJcX AxGs6O1rJ7LmaiZ8eUzZC5gQPQoOAV5gkCbnnmE3yLtAZkirF8ACFpyk4IqRLnXoTgVm 3KVg== X-Gm-Message-State: AOJu0YwhAseykan/1mrOu3GQROIv6CR245Oovk12vhXevcKRo2C6BxY6 ErWmxQq52zc//CMLWCNZdtCRHp9jZjl2XToSH0TRJT3gfPSI7cTAo33y4LzuIDQXjte5QKhGEs5 dvR0tc3rn049mjN9kW6wuRH8lupnGTAnu6qEE0/f0f7xjGJGgytZTaeGY X-Gm-Gg: ASbGnct0QqNBh+YmjDVVt+uXzFQ3qtKMUsFqLSqfrEU1yHCNyNYAB6n2PoAmdlIvho9 pjcRux2EMbfbyzlgQRnDTCCHjyJiIPF4T2GOXj3ON8wFJuF1894Wb2zX8ARyPRM2U56yq71Rc8p nt8mwR9Q6LgA+20G+NU7Bj5dv2AcsFXVQKd7AS825DzrRzRbDM0hqdn9WdNPlMGjvJNlpP9MBlX BIpYYCsBPnnW7Wu/4RLH5j3oFFSpS5vW0ipEtPPRYF4RUgleId0SDOyCs+LNITRbjy93nERjblB Dk6FLQ== X-Google-Smtp-Source: AGHT+IHGLrAZR44PvumCj/i80Cwnph47ZgWHthnMrnfiumcRW2ETqE8JdS7iWpOMW+hSusX609PXSChfPtWh X-Received: by 2002:a05:6602:b89:b0:849:a2bb:ffdd with SMTP id ca18e2360f4ac-849a4b3dcf8mr24430839f.4.1734666897251; Thu, 19 Dec 2024 19:54:57 -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 ca18e2360f4ac-8498d43998fsm10739739f.0.2024.12.19.19.54.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2024 19:54:57 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Thu, 19 Dec 2024 19:54:57 -0800 (PST) Message-ID: <6764ea91.050a0220.286d63.765aSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.4] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id B81236052471; Thu, 19 Dec 2024 22:54:56 -0500 (EST) Subject: |SUCCESS| pw149326 [PATCH] net/virtio: check return value when calli From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241220015326.36760-1-sunyang.wu@jaguarmicro.com> References: <20241220015326.36760-1-sunyang.wu@jaguarmicro.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/149326 _Performance Testing PASS_ Submitter: Sunyang Wu Date: Friday, December 20 2024 01:53:26 DPDK git baseline: Repo:dpdk Branch: master CommitID:510b460e02594a70d4ce19e2d29df3ade8af36d7 149326 --> performance testing pass Upstream job id: Template-DTS-Pipeline#203483 Test environment and result as below: 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.3% | +------------+---------+----------+-------------+------------------------------+ 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.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | -0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -1.1% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32177/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/