librmnetctl: Increase TX queue number

Increase TX queue number to 31 to support 5G SA requirement.

Change-Id: I3e57d2f527f7ac2059b54951eee2cf63b6028d02
This commit is contained in:
Subash Abhinov Kasiviswanathan
2019-10-17 17:10:49 -07:00
committed by Gerrit - the friendly Code Review server
parent 250aee961f
commit db2b6dae75

View File

@@ -131,7 +131,8 @@ enum {
RMNET_FLOW_MSG_WDA_FREQ = 7,
};
#define RMNETCTL_NUM_TX_QUEUES 10
/* 0 reserved, 1-15 for data, 16-30 for acks */
#define RMNETCTL_NUM_TX_QUEUES 31
/* This needs to be hardcoded here because some legacy linux systems
* do not have this definition