Skip to content

[201811][DX010] enable LPM #12598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ l2xmsg_mode=1
l2_mem_entries=8192
l3_mem_entries=8192
l3_alpm_enable=2
lpm_scaling_enable=0
ipv6_lpm_128b_enable=1
mmu_lossless=0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ l2xmsg_mode=1
l2_mem_entries=8192
l3_mem_entries=8192
l3_alpm_enable=2
lpm_scaling_enable=0
ipv6_lpm_128b_enable=1
mmu_lossless=0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ phy_ext_rom_boot=0
fpem_mem_entries=32768
l2xmsg_mode=1
oversubscribe_mode=1
l3_alpm_enable=2
lpm_scaling_enable=0
ipv6_lpm_128b_enable=1
pbmp_xport_xe=0xcccc44cc33113333044cccccc66666622


Expand Down