Skip to content

Commit

Permalink
[device/arista] Disabled polled_irq_mode for DNX SKUs (#13349)
Browse files Browse the repository at this point in the history
Disabled polled_irq_mode for all Arista DNX devices as this mode
leads to excessive use of the CPU via an unneeded interrupt
polling thread.
  • Loading branch information
kenneth-arista authored and mssonicbld committed Jan 20, 2023
1 parent 494c755 commit 63bdc43
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 @@ -270,7 +270,7 @@ tdma_timeout_usec.BCM8869X=1000000
tslam_timeout_usec.BCM8869X=1000000

appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ tdma_timeout_usec.BCM8869X=1000000
tslam_timeout_usec.BCM8869X=1000000

appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ tdma_timeout_usec.BCM8869X=1000000
tslam_timeout_usec.BCM8869X=1000000

appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ tdma_timeout_usec.BCM8869X=1000000
tslam_timeout_usec.BCM8869X=1000000

appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ tdma_timeout_usec.BCM8869X=1000000
tslam_timeout_usec.BCM8869X=1000000

appl_enable_intr_init.BCM8869X=1
polled_irq_mode.BCM8869X=1
polled_irq_mode.BCM8869X=0
polled_irq_delay.BCM8869X=1000

bcm_stat_interval.BCM8869X=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ tslam_timeout_usec=1000000

### Interrupts
appl_enable_intr_init=1
polled_irq_mode=1
polled_irq_mode=0
# reduce CPU load, configure delay 100ms
polled_irq_delay=1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ tslam_timeout_usec=1000000

### Interrupts
appl_enable_intr_init=1
polled_irq_mode=1
polled_irq_mode=0
# reduce CPU load, configure delay 100ms
polled_irq_delay=1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ tslam_timeout_usec=1000000

### Interrupts
appl_enable_intr_init=1
polled_irq_mode=1
polled_irq_mode=0
# reduce CPU load, configure delay 100ms
polled_irq_delay=1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ tslam_timeout_usec=1000000

### Interrupts
appl_enable_intr_init=1
polled_irq_mode=1
polled_irq_mode=0
# reduce CPU load, configure delay 100ms
polled_irq_delay=1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ tslam_timeout_usec=1000000

### Interrupts
appl_enable_intr_init=1
polled_irq_mode=1
polled_irq_mode=0
# reduce CPU load, configure delay 100ms
polled_irq_delay=1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ tslam_timeout_usec=1000000

### Interrupts
appl_enable_intr_init=1
polled_irq_mode=1
polled_irq_mode=0
# reduce CPU load, configure delay 100ms
polled_irq_delay=1000

Expand Down

0 comments on commit 63bdc43

Please sign in to comment.