]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 5 Oct 2016 16:30:33 +0000 (09:30 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 31 Oct 2016 21:26:40 +0000 (14:26 -0700)
commitf564ba2b7d03b8ed10ac8dd61e31f7ee033fecc5
treea00c32103bcee2872a1b428dc9fbc7046986e2e0
parent69786b32b6aa3faf54168556533a73e90d289a3a
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan

A future patch will be modifying these functions and making a call to
a static function which currently is defined after these functions. Move
them in a separate patch to ease review and ensure the moved code is
correct.

Change-ID: I2ca7fd4e10c0c07ed2291db1ea41bf5987fc6474
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c