Skip to content

Commit

Permalink
[device/arista] Reduce SDK stat polling freq in DNX devices (#13429) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mssonicbld authored Feb 2, 2023
1 parent 6620871 commit 6083175
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
bcm_stat_interval.BCM8869X=1000000

mem_cache_enable_ecc.BCM8869X=1
mem_cache_enable_parity.BCM8869X=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
bcm_stat_interval.BCM8869X=1000000

mem_cache_enable_ecc.BCM8869X=1
mem_cache_enable_parity.BCM8869X=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
bcm_stat_interval.BCM8869X=1000000

mem_cache_enable_ecc.BCM8869X=1
mem_cache_enable_parity.BCM8869X=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
bcm_stat_interval.BCM8869X=1000000

mem_cache_enable_ecc.BCM8869X=1
mem_cache_enable_parity.BCM8869X=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
bcm_stat_interval.BCM8869X=1000000

mem_cache_enable_ecc.BCM8869X=1
mem_cache_enable_parity.BCM8869X=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ polled_irq_mode=0
polled_irq_delay=1000

# reduce the CPU load over adapter (caused by counter thread)
bcm_stat_interval=1000
bcm_stat_interval=1000000

# shadow memory
mem_cache_enable_ecc=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ polled_irq_mode=0
polled_irq_delay=1000

# reduce the CPU load over adapter (caused by counter thread)
bcm_stat_interval=1000
bcm_stat_interval=1000000

# shadow memory
mem_cache_enable_ecc=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ polled_irq_mode=0
polled_irq_delay=1000

# reduce the CPU load over adapter (caused by counter thread)
bcm_stat_interval=1000
bcm_stat_interval=1000000

# shadow memory
mem_cache_enable_ecc=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ polled_irq_mode=0
polled_irq_delay=1000

# reduce the CPU load over adapter (caused by counter thread)
bcm_stat_interval=1000
bcm_stat_interval=1000000

# shadow memory
mem_cache_enable_ecc=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ polled_irq_mode=0
polled_irq_delay=1000

# reduce the CPU load over adapter (caused by counter thread)
bcm_stat_interval=1000
bcm_stat_interval=1000000

# shadow memory
mem_cache_enable_ecc=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ polled_irq_mode=0
polled_irq_delay=1000

# reduce the CPU load over adapter (caused by counter thread)
bcm_stat_interval=1000
bcm_stat_interval=1000000

# shadow memory
mem_cache_enable_ecc=1
Expand Down

0 comments on commit 6083175

Please sign in to comment.