net: ethernet: qualcomm: rmnet: Track RSB/RSC byte counts

Allows calculation of the average buffer utilization for RSB/RSC packets.

Change-Id: Id719b97ceffc62b1b9ce28bfab8ec32c6604529c
Acked-by: Conner Huff <chuff@codeaurora.org>
Signed-off-by: Sean Tranchetti <stranche@codeaurora.org>
Этот коммит содержится в:
Sean Tranchetti
2020-02-24 13:55:04 -07:00
коммит произвёл Conner Huff
родитель 15a708a475
Коммит 1ea6d3f011
3 изменённых файлов: 14 добавлений и 0 удалений

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

@@ -231,6 +231,10 @@ static const char rmnet_gstrings_stats[][ETH_GSTRING_LEN] = {
"Coalescing packets over VEID1",
"Coalescing packets over VEID2",
"Coalescing packets over VEID3",
"Coalescing TCP frames",
"Coalescing TCP bytes",
"Coalescing UDP frames",
"Coalescing UDP bytes",
"Uplink priority packets",
};