Browse Source

i40e: remove redundant call

This function call isn't needed here; the same function is already
called by i40e_reset_vf.

Change-ID: I96ccbf91b752965c9e28fe895d4c7d4c46e3ba44
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Mitch Williams 10 years ago
parent
commit
e7e6cfce16
1 changed files with 0 additions and 2 deletions
  1. 0 2
      drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c

+ 0 - 2
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c

@@ -964,8 +964,6 @@ int i40e_alloc_vfs(struct i40e_pf *pf, u16 num_alloc_vfs)
 		/* VF resources get allocated during reset */
 		/* VF resources get allocated during reset */
 		i40e_reset_vf(&vfs[i], false);
 		i40e_reset_vf(&vfs[i], false);
 
 
-		/* enable VF vplan_qtable mappings */
-		i40e_enable_vf_mappings(&vfs[i]);
 	}
 	}
 	pf->num_alloc_vfs = num_alloc_vfs;
 	pf->num_alloc_vfs = num_alloc_vfs;