[Intel-wired-lan] [net-next PATCH 08/25] ice: move ice_set_vf_port_vlan near other .ndo ops

Jankowski, Konrad0 konrad0.jankowski at intel.com
Wed Mar 2 20:02:20 UTC 2022



> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of
> Jacob Keller
> Sent: Wednesday, February 23, 2022 1:27 AM
> To: Intel Wired LAN <intel-wired-lan at lists.osuosl.org>
> Subject: [Intel-wired-lan] [net-next PATCH 08/25] 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 at intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_sriov.c | 192 ++++++++++-----------
>  1 file changed, 96 insertions(+), 96 deletions(-)
> 
> diff --git a/drivers/net/ethernet/intel/ice/ice_sriov.c
> b/drivers/net/ethernet/intel/ice/ice_sriov.c
> index 8d22b5d94706..eebff1824be2 100644
> --- a/drivers/net/ethernet/intel/ice/ice_sriov.c
> +++ b/drivers/net/ethernet/intel/ice/ice_sriov.c
> @@ -4249,102 +4249,6 @@ static int ice_vc_request_qs_msg(struct ice_vf

Tested-by: Konrad Jankowski <konrad0.jankowski at intel.com>


More information about the Intel-wired-lan mailing list