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 A09E3461EE for ; Mon, 10 Feb 2025 21:37:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 77EC5402D7; Mon, 10 Feb 2025 21:37:39 +0100 (CET) Received: from mail-pl1-f227.google.com (mail-pl1-f227.google.com [209.85.214.227]) by mails.dpdk.org (Postfix) with ESMTP id 98E68402AB for ; Mon, 10 Feb 2025 21:37:38 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-21f818a980cso29965515ad.3 for ; Mon, 10 Feb 2025 12:37:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1739219857; x=1739824657; 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=kn+1dW/6Dyh/oMtaGkcyjw6Il7turu62vKBr70cJXuw=; b=jxeuFw1yzZzb39oVEPelb27KAd5swAxc+0oz7vHWRGMcLc825CBaAJ54VZDKsPZgYQ c7hq+nJdroDQxJt1NBGNTemOtuDZm+TRbR9QqDaQSv3tI00k2n9Iie6sujODgoAAYtXi ksV64F8Ui06OaTWdFEn5R4SvUVE9fuPaK7bQk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1739219857; x=1739824657; 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=kn+1dW/6Dyh/oMtaGkcyjw6Il7turu62vKBr70cJXuw=; b=bs8FUBTrExgl0Rj0yzvToNPA8qEeAEYzhNv1NynfSQI113FBD2wYZWDpW6mpL0hgxn 6LCros9SjC1CkV4BK5hhf+EYtjP0D2duYnrlCVUazHX8wKEtYv9th6gDDPv89Xjtig3+ OBR17ucQBrD72XneTS1y2Xw+T2kAgD4PvGZUr7u+SZHKHorMgP/thVd3D8pk8M+F99rt ywu9hF026lh77cihHgwjoQiH1pc0UccI3SwfVPXkTC3R3Q8Pkv/Pp+gY70WJgnLgkrEG 68aF5PskZrbinFPiZ9dfwiGb57llJEIrH/rQhAziLqMTeUlD7tvdhZ3HKDgwEfpZ8pzj OHkQ== X-Gm-Message-State: AOJu0Yz0Qv0HQtIzZ8bnXxuLcfuMvfMrBOZFbgzRa3L8mXRmaO4LiZqQ k8m/GODZnxSm5RpV3JAMR0egrm42eNFF5WKoZ5vnVFKIaQL1n+jT2/Qmtn3qiXPnrpAXh0yHRGb o9111liUk9eukPekgemPT1PZBQKiMuQo6zQ56M1cq X-Gm-Gg: ASbGncuRJ1ZTgI52oi2nyvehDfyoYre0HLyMf1LnwOpVVI5BMMbf/KZxBHL55N2zpnu hsuzQprCGlEvVkfpAnPSNrP0JjPLGzoBv0xqeRMqAA1OJ5hBbdKJlwRTy+PVqUmZI83CkIf/xCA Ax7Zl86O9+LzZgrLDwgbGIsmNlTiz8xx8L9DlkNbfNNaszYpy5B9hszRP0gIvloptaklToTjxfa XCR1ajkuoJkJELnNGIOgeF5AUK/KB3Zh+ulrxYOzt5QT3XJxs9LCvIXZfFKUPr/pI8JrQrAB2Ro aW6j1vUVsiyQc0g6+/jqda9yzlSozw== X-Google-Smtp-Source: AGHT+IHinLmvKUVqze74xToELL2nU0I5wuVpclapO9mVyWYDOAxmgIc6TmvL51axTMCNsaY7rEAp8OMoOGbt X-Received: by 2002:a17:903:1c4:b0:21b:d105:26b9 with SMTP id d9443c01a7336-21f4e6c3f37mr249577865ad.16.1739219857540; Mon, 10 Feb 2025 12:37:37 -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-21f508a8686sm5059015ad.32.2025.02.10.12.37.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Feb 2025 12:37:37 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 10 Feb 2025 12:37:37 -0800 (PST) Message-ID: <67aa6391.170a0220.a379d.9bb4SMTPIN_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 920BF6052471; Mon, 10 Feb 2025 15:37:36 -0500 (EST) Subject: |SUCCESS| pw151281 [PATCH] drivers: fix build warnings when using ic From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20250210171957.1670913-1-bruce.richardson@intel.com> References: <20250210171957.1670913-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/151281 _Performance Testing PASS_ Submitter: Bruce Richardson Date: Monday, February 10 2025 17:19:57 DPDK git baseline: Repo:dpdk Branch: master CommitID:4dc0eac848506d9365fc93fdd6f32f3fc81c00d1 151281 --> performance testing pass Upstream job id: Template-DTS-Pipeline#212010 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 | 0.5% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.5% | +------------+---------+----------+-------------+------------------------------+ 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.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | -0.2% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32550/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/