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

Commit 333e4d1a authored by Mohammed Javid's avatar Mohammed Javid
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 bdd918fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -240,7 +240,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)