Commit 5239be0
Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
commit 1f0ea19 upstream.
This partially reverts commit 4aea7a5.
We keep the fix for the first part of the problem (1) described in the log
of that commit, that is to read ICR in the other interrupt handler. We
remove the fix for the second part of the problem (2), Other interrupt
throttling.
Bursts of "Other" interrupts may once again occur during rxo (receive
overflow) traffic conditions. This is deemed acceptable in the interest of
avoiding unforeseen fallout from changes that are not strictly necessary.
As discussed, the e1000e driver should be in "maintenance mode".
Link: https://www.spinics.net/lists/netdev/msg480675.html
Signed-off-by: Benjamin Poirier <bpoirier@suse.com>
Acked-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent 0d99649 commit 5239be0
1 file changed
Lines changed: 2 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1911 | 1911 | | |
1912 | 1912 | | |
1913 | 1913 | | |
1914 | | - | |
1915 | 1914 | | |
1916 | 1915 | | |
1917 | 1916 | | |
1918 | 1917 | | |
1919 | | - | |
1920 | | - | |
1921 | | - | |
1922 | | - | |
1923 | | - | |
1924 | | - | |
1925 | | - | |
1926 | | - | |
1927 | | - | |
1928 | | - | |
1929 | 1918 | | |
1930 | 1919 | | |
1931 | 1920 | | |
| |||
1934 | 1923 | | |
1935 | 1924 | | |
1936 | 1925 | | |
1937 | | - | |
| 1926 | + | |
1938 | 1927 | | |
1939 | 1928 | | |
1940 | 1929 | | |
| |||
2704 | 2693 | | |
2705 | 2694 | | |
2706 | 2695 | | |
2707 | | - | |
2708 | | - | |
| 2696 | + | |
2709 | 2697 | | |
2710 | 2698 | | |
2711 | 2699 | | |
| |||
0 commit comments