Re: [net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2018-04-30

2018-05-01 Thread David Miller
From: Jeff Kirsher Date: Mon, 30 Apr 2018 10:00:50 -0700 > This series contains updates to i40e and i40evf only. > > Jia-Ju Bai replaces an instance of GFP_ATOMIC to GFP_KERNEL, since > i40evf is not in atomic context when i40evf_add_vlan() is called. > > Jake cleans up function header comments

[net-next 0/9][pull request] 40GbE Intel Wired LAN Driver Updates 2018-04-30

2018-04-30 Thread Jeff Kirsher
This series contains updates to i40e and i40evf only. Jia-Ju Bai replaces an instance of GFP_ATOMIC to GFP_KERNEL, since i40evf is not in atomic context when i40evf_add_vlan() is called. Jake cleans up function header comments to ensure that the function parameter comments actually match the func