OSDN Git Service

ice: move ice_set_vf_port_vlan near other .ndo ops
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 23 Feb 2022 00:26:55 +0000 (16:26 -0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 15 Mar 2022 00:22:59 +0000 (17:22 -0700)
commit346f7aa3c7733d5dcbfd31d439822a22fcfedac9
treedc48743e87173e302889c3427f63722a2ce16021
parenta8ea6d86bd9831bf77577900d5e324070f23387e
ice: move ice_set_vf_port_vlan near other .ndo ops

The ice_set_vf_port_vlan function is located in ice_sriov.c very far
away from the other .ndo operations that it is similar to. Move this so
that its located near the other .ndo operation definitions.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_sriov.c