core: Add a stat to track chaining frags

Keep count of single fragments and other fragment counts in increments
of 6 upto the maximum possible 16.

CRs-Fixed: 2992022
Change-Id: I1b1c474e51cf1fe8856d53511ae7c374caa0b4a2
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Этот коммит содержится в:
Subash Abhinov Kasiviswanathan
2021-07-14 22:08:01 -07:00
родитель 1667d90ff5
Коммит 2bb9cb1f3c
3 изменённых файлов: 30 добавлений и 0 удалений

Просмотреть файл

@@ -61,6 +61,8 @@ struct rmnet_port_priv_stats {
u64 dl_trl_count;
struct rmnet_agg_stats agg;
u64 dl_chain_stat[7];
u64 dl_frag_stat_1;
u64 dl_frag_stat[5];
};
struct rmnet_egress_agg_params {