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

Commit 0ed740ec authored by Skylar Chang's avatar Skylar Chang Committed by Gerrit - the friendly Code Review server
Browse files

ipa3: add rt indices for ipv4/ipv6 on ipa4.5



Made the ipa-sram floor-plan changes to increase
routing table indices from 15 to 21 for more
use-cases.

Change-Id: Iff8df9e7f1875c39b68e5aae9cea327d9700d0a0
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 497e1f66
Loading
Loading
Loading
Loading
+18 −18
Original line number Original line Diff line number Diff line
@@ -3354,32 +3354,32 @@ static struct ipa3_mem_partition ipa_4_5_mem_part = {
	.v6_flt_nhash_ofst		= 0x408,
	.v6_flt_nhash_ofst		= 0x408,
	.v6_flt_nhash_size		= 0x78,
	.v6_flt_nhash_size		= 0x78,
	.v6_flt_nhash_size_ddr		= 0x4000,
	.v6_flt_nhash_size_ddr		= 0x4000,
	.v4_rt_num_index		= 0xf,
	.v4_rt_num_index		= 0x15,
	.v4_modem_rt_index_lo		= 0x0,
	.v4_modem_rt_index_lo		= 0x0,
	.v4_modem_rt_index_hi		= 0x7,
	.v4_modem_rt_index_hi		= 0xb,
	.v4_apps_rt_index_lo		= 0x8,
	.v4_apps_rt_index_lo		= 0xc,
	.v4_apps_rt_index_hi		= 0xe,
	.v4_apps_rt_index_hi		= 0x14,
	.v4_rt_hash_ofst		= 0x488,
	.v4_rt_hash_ofst		= 0x488,
	.v4_rt_hash_size		= 0x78,
	.v4_rt_hash_size		= 0xa8,
	.v4_rt_hash_size_ddr		= 0x4000,
	.v4_rt_hash_size_ddr		= 0x4000,
	.v4_rt_nhash_ofst		= 0x508,
	.v4_rt_nhash_ofst		= 0x538,
	.v4_rt_nhash_size		= 0x78,
	.v4_rt_nhash_size		= 0xa8,
	.v4_rt_nhash_size_ddr		= 0x4000,
	.v4_rt_nhash_size_ddr		= 0x4000,
	.v6_rt_num_index		= 0xf,
	.v6_rt_num_index		= 0x15,
	.v6_modem_rt_index_lo		= 0x0,
	.v6_modem_rt_index_lo		= 0x0,
	.v6_modem_rt_index_hi		= 0x7,
	.v6_modem_rt_index_hi		= 0xb,
	.v6_apps_rt_index_lo		= 0x8,
	.v6_apps_rt_index_lo		= 0xc,
	.v6_apps_rt_index_hi		= 0xe,
	.v6_apps_rt_index_hi		= 0x14,
	.v6_rt_hash_ofst		= 0x588,
	.v6_rt_hash_ofst		= 0x5e8,
	.v6_rt_hash_size		= 0x78,
	.v6_rt_hash_size		= 0xa8,
	.v6_rt_hash_size_ddr		= 0x4000,
	.v6_rt_hash_size_ddr		= 0x4000,
	.v6_rt_nhash_ofst		= 0x608,
	.v6_rt_nhash_ofst		= 0x698,
	.v6_rt_nhash_size		= 0x78,
	.v6_rt_nhash_size		= 0xa8,
	.v6_rt_nhash_size_ddr		= 0x4000,
	.v6_rt_nhash_size_ddr		= 0x4000,
	.modem_hdr_ofst			= 0x688,
	.modem_hdr_ofst			= 0x748,
	.modem_hdr_size			= 0x240,
	.modem_hdr_size			= 0x240,
	.apps_hdr_ofst			= 0x8c8,
	.apps_hdr_ofst			= 0x988,
	.apps_hdr_size			= 0x200,
	.apps_hdr_size			= 0x140,
	.apps_hdr_size_ddr		= 0x800,
	.apps_hdr_size_ddr		= 0x800,
	.modem_hdr_proc_ctx_ofst	= 0xad0,
	.modem_hdr_proc_ctx_ofst	= 0xad0,
	.modem_hdr_proc_ctx_size	= 0xb20,
	.modem_hdr_proc_ctx_size	= 0xb20,