Explorar o código

Merge "msm: ipa3: Fix increase the NAPI budget to maximum"

qctecmdr %!s(int64=4) %!d(string=hai) anos
pai
achega
e42ec8bab3

+ 1 - 1
drivers/platform/msm/ipa/ipa_v3/ipa_dp.c

@@ -17,7 +17,7 @@
 #include "ipahal/ipahal_fltrt.h"
 
 #define IPA_GSI_EVENT_RP_SIZE 8
-#define IPA_WAN_AGGR_PKT_CNT 5
+#define IPA_WAN_AGGR_PKT_CNT 1
 #define IPA_WAN_NAPI_MAX_FRAMES (NAPI_WEIGHT / IPA_WAN_AGGR_PKT_CNT)
 #define IPA_WAN_PAGE_ORDER 3
 #define IPA_LAN_AGGR_PKT_CNT 5

+ 1 - 1
drivers/platform/msm/ipa/ipa_v3/ipa_i.h

@@ -75,7 +75,7 @@
 
 #define IPA_MAX_NUM_REQ_CACHE 10
 
-#define NAPI_WEIGHT 60
+#define NAPI_WEIGHT 64
 
 #define NAPI_TX_WEIGHT 64