Commit 207ce62
igb: Fix PPS input and output using 3rd and 4th SDP
Fix handling of the tsync interrupt to compare the pin number with
IGB_N_SDP instead of IGB_N_EXTTS/IGB_N_PEROUT and fix the indexing to
the perout array.
Fixes: cf99c1d ("igb: move PEROUT and EXTTS isr logic to separate functions")
Reported-by: Matt Corallo <[email protected]>
Signed-off-by: Miroslav Lichvar <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Tested-by: Gurucharan G <[email protected]> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>1 parent d3a3734 commit 207ce62
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6794 | 6794 | | |
6795 | 6795 | | |
6796 | 6796 | | |
6797 | | - | |
| 6797 | + | |
6798 | 6798 | | |
6799 | 6799 | | |
6800 | 6800 | | |
6801 | 6801 | | |
6802 | 6802 | | |
6803 | 6803 | | |
6804 | 6804 | | |
6805 | | - | |
| 6805 | + | |
6806 | 6806 | | |
6807 | 6807 | | |
6808 | 6808 | | |
| |||
6850 | 6850 | | |
6851 | 6851 | | |
6852 | 6852 | | |
6853 | | - | |
6854 | | - | |
| 6853 | + | |
| 6854 | + | |
6855 | 6855 | | |
6856 | 6856 | | |
6857 | 6857 | | |
| |||
6860 | 6860 | | |
6861 | 6861 | | |
6862 | 6862 | | |
6863 | | - | |
| 6863 | + | |
6864 | 6864 | | |
6865 | 6865 | | |
6866 | 6866 | | |
| |||
6874 | 6874 | | |
6875 | 6875 | | |
6876 | 6876 | | |
6877 | | - | |
| 6877 | + | |
6878 | 6878 | | |
6879 | 6879 | | |
6880 | 6880 | | |
| |||
0 commit comments