Commit 50e60de
octeontx2-af: Use separate handlers for interrupts
For PF to AF interrupt vector and VF to AF vector same
interrupt handler is registered which is causing race condition.
When two interrupts are raised to two CPUs at same time
then two cores serve same event corrupting the data.
Fixes: 7304ac4 ("octeontx2-af: Add mailbox IRQ and msg handlers")
Signed-off-by: Subbaraya Sundeep <sbhatta@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>1 parent dfcf635 commit 50e60de
1 file changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2533 | 2533 | | |
2534 | 2534 | | |
2535 | 2535 | | |
2536 | | - | |
| 2536 | + | |
2537 | 2537 | | |
2538 | 2538 | | |
2539 | | - | |
2540 | 2539 | | |
2541 | 2540 | | |
2542 | 2541 | | |
| |||
2550 | 2549 | | |
2551 | 2550 | | |
2552 | 2551 | | |
| 2552 | + | |
| 2553 | + | |
| 2554 | + | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
2553 | 2564 | | |
2554 | 2565 | | |
2555 | 2566 | | |
| |||
2894 | 2905 | | |
2895 | 2906 | | |
2896 | 2907 | | |
2897 | | - | |
| 2908 | + | |
2898 | 2909 | | |
2899 | 2910 | | |
2900 | 2911 | | |
| |||
0 commit comments