[SRU][F:linux-bluefield][PATCH v1 2/3] Revert "sched: act_sample: Implement stats_update callback"

William Tu witu at nvidia.com
Mon Apr 10 17:08:52 UTC 2023


This reverts commit f26fddebed52cb48ff101c56be2d60e69038a5a3.
---
 net/sched/act_sample.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/net/sched/act_sample.c b/net/sched/act_sample.c
index f04ac8c4822d..ee3cefa180be 100644
--- a/net/sched/act_sample.c
+++ b/net/sched/act_sample.c
@@ -194,16 +194,6 @@ static int tcf_sample_act(struct sk_buff *skb, const struct tc_action *a,
 	return retval;
 }
 
-static void tcf_sample_stats_update(struct tc_action *a, u64 bytes, u64 packets,
-				    u64 drops, u64 lastuse, bool hw)
-{
-	struct tcf_sample *s = to_sample(a);
-	struct tcf_t *tm = &s->tcf_tm;
-
-	tcf_action_update_stats(a, bytes, packets, drops, hw);
-	tm->lastuse = max_t(u64, tm->lastuse, lastuse);
-}
-
 static int tcf_sample_dump(struct sk_buff *skb, struct tc_action *a,
 			   int bind, int ref)
 {
@@ -290,7 +280,6 @@ static struct tc_action_ops act_sample_ops = {
 	.id	  = TCA_ID_SAMPLE,
 	.owner	  = THIS_MODULE,
 	.act	  = tcf_sample_act,
-	.stats_update = tcf_sample_stats_update,
 	.dump	  = tcf_sample_dump,
 	.init	  = tcf_sample_init,
 	.cleanup  = tcf_sample_cleanup,
-- 
2.25.1




More information about the kernel-team mailing list