[SRU][F:linux-bluefield][PATCH] UBUNTU: SAUCE: net/sched: Increase support of reclassification to 10
Daniel Jurgens
danielj at nvidia.com
Wed May 5 16:43:03 UTC 2021
From: Roi Dayan <roid at nvidia.com>
BugLink: https://bugs.launchpad.net/bugs/1927257
To support packet reclassification of more than 4 chains
increase max_reclassify_loop from 4 to 15.
Change-Id: Ie18c37fb0255a737dc8f1b2fcf10a1163266dde6
Signed-off-by: Roi Dayan <roid at nvidia.com>
Reviewed-by: Oz Shlomo <ozsh at nvidia.com>
Signed-off-by: Daniel Jurgens <danielj at nvidia.com>
---
net/sched/cls_api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c
index b6e0e15..9c9afc0 100644
--- a/net/sched/cls_api.c
+++ b/net/sched/cls_api.c
@@ -1582,7 +1582,7 @@ static inline int __tcf_classify(struct sk_buff *skb,
u32 *last_executed_chain)
{
#ifdef CONFIG_NET_CLS_ACT
- const int max_reclassify_loop = 4;
+ const int max_reclassify_loop = 15;
const struct tcf_proto *first_tp;
int limit = 0;
--
1.8.3.1
More information about the kernel-team
mailing list