Re: [net-next 00/16][pull request] Intel Wired LAN Driver Updates 2015-10-08

2015-10-09 Thread David Miller
From: Jeff Kirsher Date: Thu, 8 Oct 2015 18:32:38 -0700 > This series contains updates to i40e and i40evf only (again). Pulled, thanks Jeff. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

[net-next 00/16][pull request] Intel Wired LAN Driver Updates 2015-10-08

2015-10-08 Thread Jeff Kirsher
This series contains updates to i40e and i40evf only (again). Jesse fixes an issue where the driver was issuing a WARN_ON during ring size changes because the code was cloning the rx_ring struct but not zeroing out the pointers before allocating new memory, so simply zero out the pointers. Also r