i40e: remove redundant call
authorMitch Williams <[email protected]>
Mon, 31 Aug 2015 23:54:47 +0000 (19:54 -0400)
committerJeff Kirsher <[email protected]>
Wed, 14 Oct 2015 06:30:03 +0000 (23:30 -0700)
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 <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c

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