[Intel-wired-lan] [PATCH 03/16] ice: Move common functions out of ice_main.c part 3/7

Bowers, AndrewX andrewx.bowers at intel.com
Wed Sep 26 16:50:22 UTC 2018


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Anirudh Venkataramanan
> Sent: Wednesday, September 19, 2018 5:23 PM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH 03/16] ice: Move common functions out of
> ice_main.c part 3/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_delete
> ice_free_res
> ice_get_res
> ice_is_reset_recovery_pending
> ice_vsi_put_qs
> ice_vsi_dis_irq
> ice_vsi_free_irq
> ice_vsi_free_rx_rings
> ice_vsi_free_tx_rings
> ice_msix_clean_rings
> 
> Signed-off-by: Anirudh Venkataramanan
> <anirudh.venkataramanan at intel.com>
> ---
>  drivers/net/ethernet/intel/ice/ice_lib.c  | 388
> ++++++++++++++++++++++++++++++
> drivers/net/ethernet/intel/ice/ice_lib.h  |  22 ++
> drivers/net/ethernet/intel/ice/ice_main.c | 386 -----------------------------
>  3 files changed, 410 insertions(+), 386 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>




More information about the Intel-wired-lan mailing list