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 435A545DB0 for ; Wed, 27 Nov 2024 06:03:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3BB044027A; Wed, 27 Nov 2024 06:03:46 +0100 (CET) Received: from mail-yw1-f228.google.com (mail-yw1-f228.google.com [209.85.128.228]) by mails.dpdk.org (Postfix) with ESMTP id 00C024026C for ; Wed, 27 Nov 2024 06:03:45 +0100 (CET) Received: by mail-yw1-f228.google.com with SMTP id 00721157ae682-6eebae6f013so65710517b3.0 for ; Tue, 26 Nov 2024 21:03:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732683824; x=1733288624; 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=UkT7Dxlav3N3iKiKbiJvqNPQ2yNY1z0YBd04n/b7q90=; b=Zfr/D8aDpJAVmG/MjkF7c9Jr9T4QFnQzcsarYCkZFzz3ncfWM1+GCSfrVkK81kM5tl 4U4yhwKa37qKeIWhPIq4rlTip60ZP3tVM22OFAOs3Oj3agVVvHbpWXEPyabwp6jJABv+ MuIkZSatUqoCKE5DiLozanUmUV0XmytBoGdpI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732683824; x=1733288624; 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=UkT7Dxlav3N3iKiKbiJvqNPQ2yNY1z0YBd04n/b7q90=; b=Wt2qm3G32hpM3ma3lo1Fmt0O6RBshWr5PL5ynWhUXNTv7cahYNcjiZBSHR4uQn25FK Ibk8TZMiwNFmmk297hFCPWq8CO0Vka+J8WduE/CZHgYSuit19CqlaozTJBqC5PstMJwo Z+YVdYn18ERtJgA7auiowdzIoTcw3LDCU5QuXg7+Cpn8dUY7El2rwb9GbB+h9L1bzTGU jBFLjrSCvqJzPNWVF/+oT0qyWf85hR6a0oFKRgSA0Pe2puhG8hgiHDir4vLS5Yfrokfl JFUGiiQ3zOqkDnov//QrR65WSKTM3vGCugr23ai1ASJTHFVghPltKDBTlQIbYINHNplJ 4AvQ== X-Gm-Message-State: AOJu0YzRNEJcMCOZ9bTHAYgY4ao4LG5RpQyr33ujEdBxC3n1d5BeybCp MdWUvaIkjOj+IzHH90JNtXNNpupJjX9CDcuxH1wg66ciFaBjlAyaxS/esEll0hZ/0qgi8mUx1uk dNdav30UhTYrV7X7J26h3pPxsfG3RuBGWnAI9IfV0ysZ7SqNiIfnEToME X-Gm-Gg: ASbGncsP3XseunWqf1sOGsV/WiIQl0afCUl46CtcC1DQycUli7E3cB8povnypVUK/Ts BzNJOnckwhaODk1EoDqDBhRTsUaatB1NkxpKIv16V8Y2D2D9S3k0QRxU5FZ8HO2+pvCQnKT3Anx n/07dDB+lxUTFzC8aul1PeQDnytWxy1AZaG4XgE9GznK2xWQIzQn5oAQyOlJEZ1O29Fr9u1puUx QcWK25BrHznh3/Mc9E4xedTWhXbOYTVMymc7xkj9EhwpO6g6NOYMOHSRJejTfWWsPN8bOersTI= X-Google-Smtp-Source: AGHT+IH0Qn4scWPFfbHSPx5bH8rquJtY7qzXCST/2/mlhoWjGNOREL0lseGDDXjuJ/AUX6Wa0bwmpEnKom3k X-Received: by 2002:a05:690c:4c0f:b0:6ee:b5ea:5fe8 with SMTP id 00721157ae682-6ef37274a4amr21708797b3.30.1732683824457; Tue, 26 Nov 2024 21:03:44 -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 00721157ae682-6eee007ad8asm5284947b3.51.2024.11.26.21.03.44 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2024 21:03:44 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Tue, 26 Nov 2024 21:03:44 -0800 (PST) Message-ID: <6746a830.810a0220.247496.29dfSMTPIN_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 20A056052471; Wed, 27 Nov 2024 00:03:44 -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#198935 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.8% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | 0.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ 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/