Skip to content

Commit

Permalink
ice: Move common functions out of ice_main.c part 2/7
Browse files Browse the repository at this point in the history
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_start_rx_rings
ice_vsi_stop_rx_rings
ice_vsi_stop_tx_rings
ice_vsi_cfg_rxqs
ice_vsi_cfg_txqs
ice_vsi_cfg_msix

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>
  • Loading branch information
Anirudh Venkataramanan authored and Jeff Kirsher committed Oct 1, 2018
1 parent 45d3d42 commit 72adf24
Show file tree
Hide file tree
Showing 3 changed files with 526 additions and 519 deletions.
Loading

0 comments on commit 72adf24

Please sign in to comment.