[SRU][F:linux-bluefield][PATCH 0/2] Fix byte count on fragmented packets in tc ct action

Bodong Wang bodong at nvidia.com
Fri Oct 8 23:03:34 UTC 2021


First fragmented packets (frag offset = 0) byte len is zeroed
when stolen by ip_defrag(). And since act_ct update the stats
only afterwards (at end of execute), bytes aren't correctly
accounted for such packets. 1st patch fixed this issue. 2nd patch
from upstream is needed for 1st patch to work.

Paul Blakey (1):
  UBUNTU: SAUCE: net/sched: act_ct: Fix byte count on fragmented packets

wenxu (1):
  net/sched: act_ct: add miss tcf_lastuse_update.

 net/sched/act_ct.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
1.8.3.1




More information about the kernel-team mailing list