mbox series

[SRU,F:linux-bluefield,v1,0/3] Revert Support hardware stats for tc actions

Message ID 20230410170853.492048-1-witu@nvidia.com
Headers show
Series Revert Support hardware stats for tc actions | expand

Message

William Tu April 10, 2023, 5:08 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2015136

Sorry that we've found errors due to missing patch, causing compile error.

In 5.4:
void    (*stats_update)(struct tc_action *, u64, u32, u64, bool);

In 5.15:
void    (*stats_update)(struct tc_action *, u64, u64, u64, u64, bool);

The definition of stats_update() is different between 5.4 and 5.15.
I think this patch is also needed. It changed the APIs of stats.
4b61d3e net: qos offload add flow status with dropped count


William Tu (3):
  Revert "sched: act_pedit: Implement stats_update callback"
  Revert "sched: act_sample: Implement stats_update callback"
  Revert "sched: act_skbedit: Implement stats_update callback"

 net/sched/act_pedit.c   | 11 -----------
 net/sched/act_sample.c  | 11 -----------
 net/sched/act_skbedit.c | 11 -----------
 3 files changed, 33 deletions(-)