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 4B14745DAF for ; Wed, 27 Nov 2024 05:32:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 196E34027A; Wed, 27 Nov 2024 05:32:39 +0100 (CET) Received: from mail-io1-f97.google.com (mail-io1-f97.google.com [209.85.166.97]) by mails.dpdk.org (Postfix) with ESMTP id BE6AB4026C for ; Wed, 27 Nov 2024 05:32:37 +0100 (CET) Received: by mail-io1-f97.google.com with SMTP id ca18e2360f4ac-843e3b49501so43305139f.0 for ; Tue, 26 Nov 2024 20:32:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732681957; x=1733286757; 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=eOSHPtT+l7z1CBh0hTi2f/1qCh0Et60xoaHbBDuryTk=; b=VXfacZLzBdvGdnD7QHqYA7WxzvQNOjgzCnPckZ7m25MnpQM0HVcKXMVIYG5skkR4Q0 RRyce7PyHZ7IYA/cWAQh7RSAaR4fHNslzGX9qCmjuZcnV7gQIokqcK9gnreQ1xjmUUTU xW/YSwH1SQwUKOyi05eC63jm3IVXJ1xa8Z1G4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732681957; x=1733286757; 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=eOSHPtT+l7z1CBh0hTi2f/1qCh0Et60xoaHbBDuryTk=; b=BAaQWibnJMURs1klUGrjc6nHt9bNuRJtfg+rRHo+QLoEjsmzZYEAaFBsPyVBdt2y2s YoI+k48PQbktAekLoIx1wFJI5HJWGgST687pJneGAiG+JQ6eJxXCUozQbyf6uXAuas5f /RQEiQ1IRoafH/N7JAjtSxLVOP7+gck2X6BnDGxubpyCL6Xycm+HiLvAQcwYzZkZDivT aW91wDVwKp8xcPF9j06SJq9hIVRvnsIcBLmo9jwAluZCllDCg/GbqTb6IzYHEzzSLkMY /2+w4fRCgsMfNN/cYb1UNmM+58XnfK0WIN1pseh9ifauG0UXNtW4P+UY4L+TPIDwpOvH NFZw== X-Gm-Message-State: AOJu0Yw0EK3AjeylTT1QZAF53ZbhmJwOzBj0eu2Kn8jFI8Ug28OwhO2t /m11D2cMIIYlmvcoXmoMVBrtLMsyMpPyjVX8+zEQj4PrCk4VDgKS3/XodFEeuu87+5/leQeTKJ7 f8v0PNmyTZBeYxPK/B2MpUSUGXq4dfJM1lxMc5IAi X-Gm-Gg: ASbGncuJ6pwLBzDzkfqUu57XalKlLHO3rkwTkRqxYN8UaO6IzPZ6fQCV0w1fnnIigw0 XCvSO56zvqGcgjEzaSdYKUUcFjfM7eX4yiFr2DAtP4Zc8p/xv2TGKwrOS8rqdhgkFtrA/ESUs+7 +9tk9Eev54yUyIbf+oEsFSomhiEX3eGnIjQMtZYrb3s87W8s9TtCoPSzRRiA58DGYCrAjesBXh6 q1Ddjg1Ynww8Fd9z38+5wuakcnJrh6T6Wf7jel+ZlnCLAdrTXhHGz3lnkho+LM3JKwPyts= X-Google-Smtp-Source: AGHT+IEBW5afutClgiwc0n5SjwzFBuJa8RUvdAxMX+FMcYELsuaopAGj4xbCZ7jTnPA+ArgkVxueQkGt1ygg X-Received: by 2002:a05:6602:1653:b0:807:f0fb:1192 with SMTP id ca18e2360f4ac-843ecf9e3d2mr250110639f.1.1732681957088; Tue, 26 Nov 2024 20:32: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 8926c6da1cb9f-4e1e8704f5fsm408555173.15.2024.11.26.20.32.37 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 20:32:37 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 20:32:37 -0800 (PST) Message-ID: <6746a0e5.050a0220.1c3325.a802SMTPIN_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 9FC526052471; Tue, 26 Nov 2024 23:32:36 -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-intel-Performance Test-Status: SUCCESS http://dpdk.org/patch/148712 _Performance Testing PASS RETEST #1_ 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#198933 Test environment and result as below: 22.04 Kernel: 5.15.0-94-generic Compiler: gcc 11.4.0 NIC: Intel E810 100000 Mbps Fail/Total: 0/4 Detail performance results: +------------+---------+----------+-------------+------------------------------+ | frame_size | txd/rxd | num_cpus | num_threads | throughput difference from | | | | | | expected | +============+=========+==========+=============+==============================+ | 64 | 512 | 1 | 2 | -0.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | -0.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 0.7% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Fail/Total: 0/4 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 512 | 64 | 0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 1.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 1.1% | +----------+-------------+---------+------------+------------------------------+ Ubuntu 20.04 Kernel: 5.4.0-122-generic Compiler: gcc 9.4.0 NIC: Intel Corporation Ethernet Converged Network Adapter 82599ES 10000 Mbps Fail/Total: 0/6 Detail performance results: +----------+-------------+---------+------------+------------------------------+ | num_cpus | num_threads | txd/rxd | frame_size | throughput difference from | | | | | | expected | +==========+=============+=========+============+==============================+ | 1 | 2 | 128 | 64 | -1.7% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | -0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | 0.5% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.6% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ 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/