[PATCH 08/13] common/cnxk: revert VF root weight
Nithin Dabilpuram
ndabilpuram at marvell.com
Tue Oct 11 14:01:30 CEST 2022
From: Satha Rao <skoteshwar at marvell.com>
With kernel RR_QUANTUM some of the DPDK perf test (ipsec reassembly)
was failing, so reverting this change.
Signed-off-by: Satha Rao <skoteshwar at marvell.com>
---
drivers/common/cnxk/roc_nix_tm.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/drivers/common/cnxk/roc_nix_tm.c b/drivers/common/cnxk/roc_nix_tm.c
index 86918990a2..be8da714cd 100644
--- a/drivers/common/cnxk/roc_nix_tm.c
+++ b/drivers/common/cnxk/roc_nix_tm.c
@@ -1354,11 +1354,7 @@ nix_tm_prepare_default_tree(struct roc_nix *roc_nix)
node->id = nonleaf_id;
node->parent_id = parent;
node->priority = 0;
- /* Default VF root RR_QUANTUM is in sync with kernel */
- if (lvl == ROC_TM_LVL_ROOT && !nix_tm_have_tl1_access(nix))
- node->weight = 0;
- else
- node->weight = NIX_TM_DFLT_RR_WT;
+ node->weight = NIX_TM_DFLT_RR_WT;
node->shaper_profile_id = ROC_NIX_TM_SHAPER_PROFILE_NONE;
node->lvl = lvl;
node->tree = ROC_NIX_TM_DEFAULT;
--
2.25.1
More information about the dev
mailing list