OSDN Git Service

i40e: Make the alloc and free queue vector calls orthogonal
authorGreg Rose <gregory.v.rose@intel.com>
Thu, 6 Mar 2014 08:59:57 +0000 (08:59 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 28 Mar 2014 13:53:58 +0000 (06:53 -0700)
commit90e04070966a0c393f8e203ac07cda06fcb311f0
treef27428bfcc20e14749eb0c888c73720939d98b26
parent3526d8005f23da22846bdbdb4ed445ab0038dff0
i40e: Make the alloc and free queue vector calls orthogonal

It's annoying to search for a matching alloc and free set of function calls
when they don't use the same framework for the name of the functions.  Fix
that up in the case of alloc and free of vsi queue vectors.

i40e_vsi_free_q*
i40e_vsi_alloc_q*

Change-ID: I510eb863a0fbe405312bebea55c2846c76285e6d
Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
Signed-off-by: Catherine Sullivan <catherine.sullivan@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_main.c