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 F3DED4643D for ; Fri, 21 Mar 2025 18:56:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BE37F40E09; Fri, 21 Mar 2025 18:56:01 +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 CFFED40DF5 for ; Fri, 21 Mar 2025 18:56:00 +0100 (CET) Received: by mail-pl1-f226.google.com with SMTP id d9443c01a7336-223f4c06e9fso39090945ad.1 for ; Fri, 21 Mar 2025 10:56:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1742579760; x=1743184560; 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=HBviA/OluVggQ/m0j4qR9WOlMF98kuggVrm4GbN7p6I=; b=hlrXI7lRlBNCe3FCqZmaSqvYOn/rSHAICumDpoVofY08hBitKtQ/4K6EBp6flcKxOg 8LTaQKcijOMA/xBAOfY+UerGFYpcHW2Fsa0TeFaMlMLp6LJHdw4RNULRI7AK6U94wuoO w/lehHqjdAuBikAT/FMTT2G5JcQYCoHnSY9yg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1742579760; x=1743184560; 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=HBviA/OluVggQ/m0j4qR9WOlMF98kuggVrm4GbN7p6I=; b=EWE7rsb3nMnr6TgLWBHIG85gfdL30QwZXa7NMqP05W5X7zQCpuS2oXuTsDwGqk6hdO PQLmQkueIegdiOJ6V2j5nN6y48SB+n6awkmnBgFvsH26saCh7TOouextVtNFrrn8VG9K Ikx05qywg2tIWdpYSWW8b3d1gIl/gdRbz/urvAj1DGENgc8DLojl5bv8W46IAMWMeXUX bCa90PCSZV1iruU7ehIAMnfKmIeVMSkMbxSVfzQkhrAXPPchFGOYgZcF2/IAN9Wy4MPF lZvtuBOeF+NZIaxvPACmHhZUvwNoMfZ1J+M2t12k2EbU0GrfMb48Kme3dzuxXxgopBxl Ntng== X-Gm-Message-State: AOJu0YxlH2f8mojpa6dSYB+pkaM7gpeQu2XacSwe3AmsoXAFesrmqc4a EmI+1AbHyQDNhsRlwBWkI4QQLHGjSw5lDu/NKOJP8cVwbxmG64vcghxE4bryMImGXW6INjn1qxE +Y+iBdbh2DDdioYqr/dI2U7ghLe71EJib9pODI+k1 X-Gm-Gg: ASbGnct8QyxRqTRBhyC2LSDUgg7AbRAzptow6fP9QfzScO1dMj+QomKNWeZcpiOU759 f9ax3YlPyZRkeee0YFULiVm8ZG27e+sqxDamLiEKO3u1NqntdLS9rQ6MVR/Mr2PRCoR22xao6ME IUWiqMCFImEh9MOxeBuiZy6cbGNFphm7kFdZvrkvXKHuaISLOhwctPM/TRUuiYfqdtR/oKG18Nm AH/3+iVQT2K9n7zgXaSGcgoSdvam/lm/sggZmIBgC9NY6MkCYNmNQZwan638+osCLxUAEl4oYUq 5v4thYvNofdXu9YS7m1llk2GDKkmLh4N6BGe51or X-Google-Smtp-Source: AGHT+IFxdV1NcGda6cCawk7xa1ute94ICwqvLLsdLTM/mOC74WgEFux8jWAb4knuH8q7tgcs+8JV262/xi+y X-Received: by 2002:a17:902:e543:b0:224:3994:8a8c with SMTP id d9443c01a7336-2265e69d92dmr120611405ad.8.1742579759855; Fri, 21 Mar 2025 10:55:59 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id d9443c01a7336-22780f1bc9csm824695ad.49.2025.03.21.10.55.59 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 21 Mar 2025 10:55:59 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Fri, 21 Mar 2025 10:55:59 -0700 (PDT) Message-ID: <67dda82f.170a0220.1d18b5.4df9SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.5] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id F2C106052471; Fri, 21 Mar 2025 13:55:58 -0400 (EDT) Subject: |SUCCESS| pw152523 [PATCH] net/ixgbe: fix missing checks for E610 VF From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250321171211.386594-1-bruce.richardson@intel.com> References: <20250321171211.386594-1-bruce.richardson@intel.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/152523 _Performance Testing PASS_ Submitter: Bruce Richardson Date: Friday, March 21 2025 17:12:11 DPDK git baseline: Repo:dpdk Branch: master CommitID:6b500b1d65a0f9d56479c9c013a5faab643aaea5 152523 --> performance testing pass Upstream job id: Template-DTS-Pipeline#218572 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.4% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 1.2% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.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.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.0% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32864/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/