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 47E4C45D57 for ; Wed, 20 Nov 2024 21:49:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 238C142ED3; Wed, 20 Nov 2024 21:49:53 +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 A0BDE402C4 for ; Wed, 20 Nov 2024 21:49:51 +0100 (CET) Received: by mail-pl1-f227.google.com with SMTP id d9443c01a7336-2124ccf03edso1087765ad.2 for ; Wed, 20 Nov 2024 12:49:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732135790; x=1732740590; 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=vSU5PSs+R+dhJmODKvxPTM82PAlSzxNC7G94j8z5rEo=; b=Nshr4MIOgIToARlEUL9w11pzmb3jB/o8KXY8ljKLwTXh7pnClq8G5VClxj1bVNjPhj QFPfVuqXoonUj9AfQBju9mJICKJNokK1gxFMox1C/rj+VvqPy2zMPPXsLYgPMSue7nrd n9N+1rL+IK0q+3MYvEedSjOGA8ZnhCJRzuNoE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732135790; x=1732740590; 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=vSU5PSs+R+dhJmODKvxPTM82PAlSzxNC7G94j8z5rEo=; b=JjUJBSu7bdXQls2/uNpQdlxe1afjkQfD9EX43+x2PxCun0iQHmhmal12Cph2eGfcZt /66FNUK7YjOOQg9hKdEM2NJwfyh28SlM1IlWsEDc/W6Ic84N6T8wXpJMnWIALczT3rKb osb/Z8YfZKVa4oaJD/JBpMSOTBBnNd6u1bOpLqfabLcWGp+U0OqudcfyRQaBIeTa7sjO AzJnc2p7uoBgSHW5TSirSyFiqD6T6ApNKPbf0W7DYejn+Wgk+IY1ByFeAVIt3gssAgJZ zWMua63sBInJop3vYiL1c4CctHwIW1ZCzEhg+y94pQdRgulmLKeQ54nAmAHFayXuzPK1 74sg== X-Gm-Message-State: AOJu0YxFvVUEAwXVOaUgF5RLehmAT2yVyRC6Zj0H67/bBdmCTl0DbICz qvZT4g4fYJash+GyvXbNO5kqXZpOzVbxhdHZhBogAFemAwbNGr8emTeh9Z/f44GnGa1NhJ3HOLi pJxfagZNHVSRH7t04fFGv57ONVl99N5L7tts08ZIQPWps1EbHYhN6ETZ0 X-Gm-Gg: ASbGncul+05Afdnk5yetMGUYt4sZYa22KYgVYEzOzyMK6Zqe8pSiIrgAKAQit3+aNzR J7HRg8LU0Hp/NXcVSJd9CWsqSsJQUiGC45r6OIaawdke6sIJN5QQgpUeMydOIljNnNV/itST/u5 Mit3P6OfRepmmxxorp279ls+gItXZu80wHMlTcrxSZamZqTARLNffIUjxE2VydJF5VcwFu1xx2r 9sI16I3tz8K8k7eCO2i9fGaOiwqF2i2DGSPBhJ9AmSxrtc3eKEATd3Cqfn4CITnVBmf28uwhyc= X-Google-Smtp-Source: AGHT+IF2xVPYGRXUF72BEqqpGHrNhmTvyGFFBDyrSU8tRoQvHDHJjdudCMA0ClyfUxxCBPkFeWNs4J36kg+y X-Received: by 2002:a17:903:230d:b0:20c:bffe:e1e5 with SMTP id d9443c01a7336-2126a37eb8cmr51502725ad.19.1732135790467; Wed, 20 Nov 2024 12:49:50 -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-211d0dc6161sm5841215ad.12.2024.11.20.12.49.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Nov 2024 12:49:50 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 20 Nov 2024 12:49:50 -0800 (PST) Message-ID: <673e4b6e.170a0220.e874d.2665SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.217]) by postal.iol.unh.edu (Postfix) with ESMTP id 98C4B6052471; Wed, 20 Nov 2024 15:49:49 -0500 (EST) Subject: |SUCCESS| pw148712 [PATCH] net/bnxt: fix segmentation fault From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241120170058.18742-1-ajit.khaparde@broadcom.com> References: <20241120170058.18742-1-ajit.khaparde@broadcom.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/148712 _Performance Testing PASS_ Submitter: Ajit Khaparde Date: Wednesday, November 20 2024 17:00:58 DPDK git baseline: Repo:dpdk Branch: master CommitID:0c0cd5ffb0f7fc085b54d91e15cc6d0f0fdf9921 148712 --> performance testing pass Upstream job id: Template-DTS-Pipeline#197893 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.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.6% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 1.6% | +------------+---------+----------+-------------+------------------------------+ 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/31986/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/