Re: [net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2016-04-06

2016-04-07 Thread David Miller
From: Jeff Kirsher Date: Wed, 6 Apr 2016 21:37:25 -0700 > This series contains updates to e1000, e1000e, igb and Kconfig. All looks sane, pulled, thanks Jeff.

[net-next 0/8][pull request] 1GbE Intel Wired LAN Driver Updates 2016-04-06

2016-04-06 Thread Jeff Kirsher
This series contains updates to e1000, e1000e, igb and Kconfig. Alex fixes igb where we were casting the MAC address as __beXX and then passing it into le32_to_cpu, when we could simply cast as __lexx to maintain consistency since it is already little endian. Then enabled bulk free in transmit cl