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

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


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(-)

-- 
2.25.1




More information about the kernel-team mailing list