diff options
author | Anirudh Venkataramanan <anirudh.venkataramanan@intel.com> | 2018-09-19 17:23:09 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2018-10-01 12:50:06 -0700 |
commit | df0f847915b4311fc107e8e803c69b9f426c4f7b (patch) | |
tree | fef734ba96961a9065666a2eacd849488ccbee6d /firmware | |
parent | 07309a0e59edf4247bbf64ed852f95ced207f27a (diff) | |
download | linux-df0f847915b4311fc107e8e803c69b9f426c4f7b.tar.gz linux-df0f847915b4311fc107e8e803c69b9f426c4f7b.tar.bz2 linux-df0f847915b4311fc107e8e803c69b9f426c4f7b.zip |
ice: Move common functions out of ice_main.c part 6/7
This patch continues the code move out of ice_main.c
The following top level functions (and related dependency functions) were
moved to ice_lib.c:
ice_vsi_setup_vector_base
ice_vsi_alloc_q_vectors
ice_vsi_get_qs
The following functions were made static again:
ice_vsi_free_arrays
ice_vsi_clear_rings
Also, in this patch, the netdev and NAPI registration logic was de-coupled
from the VSI creation logic (ice_vsi_setup) as for SR-IOV, while we want to
create VF VSIs using ice_vsi_setup, we don't want to create netdevs.
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'firmware')
0 files changed, 0 insertions, 0 deletions