1. 03 10月, 2018 4 次提交
  2. 02 10月, 2018 17 次提交
  3. 29 9月, 2018 1 次提交
  4. 27 9月, 2018 1 次提交
  5. 24 9月, 2018 1 次提交
    • E
      ice: remove ndo_poll_controller · 158a08a6
      Eric Dumazet 提交于
      As diagnosed by Song Liu, ndo_poll_controller() can
      be very dangerous on loaded hosts, since the cpu
      calling ndo_poll_controller() might steal all NAPI
      contexts (for all RX/TX queues of the NIC). This capture
      can last for unlimited amount of time, since one
      cpu is generally not able to drain all the queues under load.
      
      ice uses NAPI for TX completions, so we better let core
      networking stack call the napi->poll() to avoid the capture.
      Signed-off-by: NEric Dumazet <edumazet@google.com>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      158a08a6
  6. 19 9月, 2018 1 次提交
  7. 29 8月, 2018 8 次提交
  8. 24 8月, 2018 7 次提交