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 320C245DBB for ; Wed, 27 Nov 2024 23:02:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2E3B84029C; Wed, 27 Nov 2024 23:02:22 +0100 (CET) Received: from mail-qk1-f226.google.com (mail-qk1-f226.google.com [209.85.222.226]) by mails.dpdk.org (Postfix) with ESMTP id B2F4040280 for ; Wed, 27 Nov 2024 23:02:20 +0100 (CET) Received: by mail-qk1-f226.google.com with SMTP id af79cd13be357-7b66b64a381so13166985a.2 for ; Wed, 27 Nov 2024 14:02:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1732744940; x=1733349740; 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=r69AcN2gvMwFi3wdOsb/SwtaTnjtFODZd5iaW4bmIq4=; b=H8v0eRLjp1nD7UoL3ywEY/dVRuwsc03ok6yK0wtlbDTMo48Bdjwt76yQoWqcu230bz v4taU+/+tCutgG5jBJKwFg6mBHzi1pxJocJ4ZV8uPRKm9pYhVhszQoRCdgPCjfj2aL9M +qdEl1mM4hAZN4HzdriU2KwvzghlhD/rlW8ko= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1732744940; x=1733349740; 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=r69AcN2gvMwFi3wdOsb/SwtaTnjtFODZd5iaW4bmIq4=; b=RC5tXszl5o7cr6Xq2H+nZAgYBvw+pjmbi1IXvMmCCcnyfJ5zP3RXLao0PKCp24CteB YWxiV4dglysbvwd3LkRdGde/b2Rr3drp4uTXcIUhA3Xn26R2PrKRH82hm/x9O3lZXdhb sDdRybaHSxD7hlx90NQhB4tmnVXMZZNeml6HFNLRFQCgfWm4Zz/qf6KoOM9De+m1sujs MGYIXG/PJR+k30GcVbkpKmwCuW98RGB6SpkGa6MKc32pzgJudErrAV/MlV8pWJwDV8ny lviKR3GibWRadZKCk+MYTrT0ixdaG8D1EJjbcsjxaf8IbZMFOAf/Jy+Erx3vEabbj1s/ priQ== X-Gm-Message-State: AOJu0YxuhIyDDW3MUM/OhHvoYFeCDD91R0f2MX5bum6w5LUJoXJaPBoD dKKJpRji+WHrU37Qttu9qahyakE8qswlpcRlrOc1wXJAd99WNVT5XhdowmonmU9qgPihslgIe+t EaR1Rq7/jiX4hyKQR9vPTLOMy6RjboZVwIEIQBblnMNPPOABhz+bRa9l0 X-Gm-Gg: ASbGncvQ4/aCVNuAgJVNkdg2blvdyN93R6RcqgqGftIJhDXj8C+Cvbkb8kN3vG76eKp x2nLKTVEEaNhlE/nLNDDmI8ufVPzpy4TCZMQp0FmUwLcoVYaUgSSQFbioydnQB0VpextO8g2ls3 Wzum633iRJqPfe83WaMVxCtIjxa0XiGitvLir8trzNHjy8MhjCLiWSozUKE8QtStsP4UibmGZaL z/WELUsk8sCtY0O8TdPqbSKutT6aR6GNXq/cCp4FTXy89BB+Xt4ax1IEkVWhm3/QbEaxUMroWM= X-Google-Smtp-Source: AGHT+IE1jGyrhZQu0oogBR7oYHYH+MphhigDyjKhhawbs/QwVDoVRG6BCK3pkLDKjBgNmxTE4rw2V4HXCXM/ X-Received: by 2002:a05:620a:1aaa:b0:7b1:11ff:4520 with SMTP id af79cd13be357-7b67c4faefbmr548506585a.61.1732744940049; Wed, 27 Nov 2024 14:02:20 -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 af79cd13be357-7b6849bfb2asm67685a.5.2024.11.27.14.02.19 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2024 14:02:20 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Wed, 27 Nov 2024 14:02:20 -0800 (PST) Message-ID: <674796ec.050a0220.52da5.00a4SMTPIN_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 955666052471; Wed, 27 Nov 2024 17:02:19 -0500 (EST) Subject: |SUCCESS| pw148841 [PATCH] net/mlx5: fix Rx queue control deref From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu In-Reply-To: <20241125172318.302560-1-bingz@nvidia.com> References: <20241125172318.302560-1-bingz@nvidia.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/148841 _Performance Testing PASS_ Submitter: Bing Zhao Date: Monday, November 25 2024 17:23:18 DPDK git baseline: Repo:dpdk Branch: master CommitID:37dda90ee15b7098bc48356868a87d34f727eecc 148841 --> performance testing pass Upstream job id: Template-DTS-Pipeline#198804 Test environment and result as below: 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 | 1.3% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | -3.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.9% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | 0.6% | +----------+-------------+---------+------------+------------------------------+ 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.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 512 | 64 | -0.0% | +----------+-------------+---------+------------+------------------------------+ | 1 | 2 | 2048 | 64 | 0.1% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 128 | 64 | -0.4% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 512 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ | 1 | 1 | 2048 | 64 | -0.2% | +----------+-------------+---------+------------+------------------------------+ 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 | 1.3% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 2 | 0.1% | +------------+---------+----------+-------------+------------------------------+ | 64 | 512 | 1 | 1 | 1.0% | +------------+---------+----------+-------------+------------------------------+ | 64 | 2048 | 1 | 1 | 0.4% | +------------+---------+----------+-------------+------------------------------+ To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/32013/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/