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 B27CC440F0; Tue, 28 May 2024 09:05:36 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E64E04067E; Tue, 28 May 2024 09:05:33 +0200 (CEST) Received: from mx0b-0016f401.pphosted.com (mx0b-0016f401.pphosted.com [67.231.156.173]) by mails.dpdk.org (Postfix) with ESMTP id 7DDC540649 for ; Tue, 28 May 2024 09:05:32 +0200 (CEST) Received: from pps.filterd (m0045851.ppops.net [127.0.0.1]) by mx0b-0016f401.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 44RMp05f020110 for ; Tue, 28 May 2024 00:05:31 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=pfpt0220; bh=w DWh1O/YdizHciJvCWb4H8CCR8ZF4jR5rjxSbDIMf5s=; b=jZaq7rN9XLGOHr90V 8b9HyHXgaoHDKya+cptXdESIYayr1IKwG5szxq8XoQp1YOJukOM09p6x7Gdiz95c SJrMWU3/vwUfEB9CeB2flB2BzQXBb6nOGGj0p2fUTs1HlQTUwno5563PsT+lkF00 atOKBu74nzZRaxONCkjhdz1ZFbOUktz48d5sThpIDm0ns3dUpjpp8yMEBhAisqxZ 8izEGIMmOvH5tL91Kpv5HE7Ybz2QQKOW9woO4qY/Vg+P2X7/xAs9Iefg0ba8Nh1F M534lJv1ZXgLpqLI/PJJ1XubT8lGqYTdacdIBFiggMfEQZkQnMoBi2xx2t4ylGe2 Sk/dA== Received: from dc6wp-exch02.marvell.com ([4.21.29.225]) by mx0b-0016f401.pphosted.com (PPS) with ESMTPS id 3ycqpykqy5-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 28 May 2024 00:05:31 -0700 (PDT) Received: from DC6WP-EXCH02.marvell.com (10.76.176.209) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.4; Tue, 28 May 2024 00:05:31 -0700 Received: from maili.marvell.com (10.69.176.80) by DC6WP-EXCH02.marvell.com (10.76.176.209) with Microsoft SMTP Server id 15.2.1544.4 via Frontend Transport; Tue, 28 May 2024 00:05:31 -0700 Received: from hyd1588t430.caveonetworks.com (unknown [10.29.52.204]) by maili.marvell.com (Postfix) with ESMTP id 6F2D73F7099; Tue, 28 May 2024 00:05:28 -0700 (PDT) From: Nithin Dabilpuram To: Nithin Dabilpuram , Kiran Kumar K , Sunil Kumar Kori , Satha Rao , Harman Kalra CC: , Subject: [PATCH v2 02/10] net/cnxk: set VF default root schedule weight Date: Tue, 28 May 2024 12:35:14 +0530 Message-ID: <20240528070522.3857626-2-ndabilpuram@marvell.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240528070522.3857626-1-ndabilpuram@marvell.com> References: <20240517074448.3146611-1-ndabilpuram@marvell.com> <20240528070522.3857626-1-ndabilpuram@marvell.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-Proofpoint-GUID: hPD0P1tgJ1CS4AN5umOHxIhbG8SeaD4C X-Proofpoint-ORIG-GUID: hPD0P1tgJ1CS4AN5umOHxIhbG8SeaD4C X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.650,FMLib:17.12.28.16 definitions=2024-05-28_04,2024-05-27_01,2024-05-17_01 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Satha Rao To get better performance on LBK or VF interfaces, set the default root schedule weight to known tested value. Signed-off-by: Satha Rao --- drivers/net/cnxk/cnxk_ethdev.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/net/cnxk/cnxk_ethdev.c b/drivers/net/cnxk/cnxk_ethdev.c index 95a3d8aaf9..1bccebad9f 100644 --- a/drivers/net/cnxk/cnxk_ethdev.c +++ b/drivers/net/cnxk/cnxk_ethdev.c @@ -7,6 +7,8 @@ #define CNXK_NIX_CQ_INL_CLAMP_MAX (64UL * 1024UL) +#define NIX_TM_DFLT_RR_WT 71 + static inline uint64_t nix_get_rx_offload_capa(struct cnxk_eth_dev *dev) { @@ -1884,6 +1886,8 @@ cnxk_eth_dev_init(struct rte_eth_dev *eth_dev) nix->pci_dev = pci_dev; nix->hw_vlan_ins = true; nix->port_id = eth_dev->data->port_id; + /* For better performance set default VF root schedule weight */ + nix->root_sched_weight = NIX_TM_DFLT_RR_WT; if (roc_feature_nix_has_own_meta_aura()) nix->local_meta_aura_ena = true; rc = roc_nix_dev_init(nix); -- 2.25.1