Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ccaea87a authored by mjavid's avatar mjavid
Browse files

msm: ipa4: Increase the TAG process timeout



In some scenarios, even if interrupt is received due to smaller
timeout value unable to process it and couldn't generate the response
by ipa3_tag_process. So, increased the CLEANUP_TAG_PROCESS timeout value.

Change-Id: I04c4e2a3bdfd07e888425cc9804212cd332f2742
Acked-by: default avatarPraveen Kurapati <pkurapat@qti.qualcomm.com>
Signed-off-by: default avatarMohammed Javid <mjavid@codeaurora.org>
parent b91c5bdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ enum {

#define IPA_AGGR_MAX_STR_LENGTH (10)

#define CLEANUP_TAG_PROCESS_TIMEOUT 500
#define CLEANUP_TAG_PROCESS_TIMEOUT 1000

#define IPA_AGGR_STR_IN_BYTES(str) \
	(strnlen((str), IPA_AGGR_MAX_STR_LENGTH - 1) + 1)