소스 검색

core: Add print string for TSO packets on LL channel

Add strings to display the cumulative result of the segmentation of
TSO packets on LL channel per rmnet device

CRs-Fixed: 2982506
Change-Id: I2454080d89c7a39a67004e0143463cd35772d45c
Signed-off-by: Subash Abhinov Kasiviswanathan <[email protected]>
Subash Abhinov Kasiviswanathan 4 년 전
부모
커밋
d9ef2d2404
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      core/rmnet_vnd.c

+ 2 - 0
core/rmnet_vnd.c

@@ -295,6 +295,8 @@ static const char rmnet_gstrings_stats[][ETH_GSTRING_LEN] = {
 	"Uplink priority packets",
 	"TSO packets",
 	"TSO packets arriving incorrectly",
+	"LL TSO segment success",
+	"LL TSO segment fail",
 };
 
 static const char rmnet_port_gstrings_stats[][ETH_GSTRING_LEN] = {