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

Commit e71eeae7 authored by Fakruddin Vohra's avatar Fakruddin Vohra
Browse files

mdm: dataipa: increase the size of prefetch buffer



prefetch buffer is updated from 128 to 256 byte for route
and filter rule read.

Change-Id: Ibddddfda355e8032d6ec40da73394037534d1d78
Signed-off-by: default avatarFakruddin Vohra <quic_fakruddi@quicinc.com>
parent d6b9900a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ enum ipa_fltrt_equations {
#define IPA3_0_HW_TBL_ADDR_MASK (127)
#define IPA3_0_HW_RULE_BUF_SIZE (256)
#define IPA3_0_HW_RULE_START_ALIGNMENT (7)
#define IPA3_0_HW_RULE_PREFETCH_BUF_SIZE (128)
#define IPA3_0_HW_RULE_PREFETCH_BUF_SIZE (256)


/*