Re: [net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2018-09-27

2018-09-28 Thread David Miller
From: Jeff Kirsher Date: Thu, 27 Sep 2018 09:21:53 -0700 > This series contains fixes to the ice driver only. ... > The following are changes since commit > 1042caa79e9351b81ed19dc8d2d7fd6ff51a4422: > net-ipv4: remove 2 always zero parameters from ipv4_redirect() > and are available in the gi

[net-next 0/8][pull request] 100GbE Intel Wired LAN Driver Updates 2018-09-27

2018-09-27 Thread Jeff Kirsher
This series contains fixes to the ice driver only. Jake fixes a potential crash due to attempting to access the mutex which is already destroyed. Fix this by using rq.count and sq.count to determine if the queue was initialized. Fixed the current logic for checking the firmware version to proper