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

Commit 3559df3f authored by Ravi Gummadidala's avatar Ravi Gummadidala
Browse files

msm: ipa: move IPv6 filter tables to DDR



For some use cases, the IPv6 filter tables owned by APPS are too
big to fit in IPA internal memory so move these tables to DDR.

Change-Id: I23659c7fc2cedc99af7fcfda2407f12476106d22
Signed-off-by: default avatarRavi Gummadidala <rgummadi@codeaurora.org>
parent bf291150
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ void _ipa_sram_settings_read_v2_0(void)
	ipa_ctx->ip4_rt_tbl_lcl = 0;
	ipa_ctx->ip6_rt_tbl_lcl = 0;
	ipa_ctx->ip4_flt_tbl_lcl = 1;
	ipa_ctx->ip6_flt_tbl_lcl = 1;
	ipa_ctx->ip6_flt_tbl_lcl = 0;
}

void _ipa_cfg_route_v1_0(struct ipa_route *route)