[Intel-wired-lan] [PATCH S32 14/15] ice: use more accurate ICE_DBG mask types
Bowers, AndrewX
andrewx.bowers at intel.com
Fri Nov 1 16:45:27 UTC 2019
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Tony Nguyen
> Sent: Friday, October 25, 2019 7:35 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH S32 14/15] ice: use more accurate ICE_DBG
> mask types
>
> From: Jacob Keller <jacob.e.keller at intel.com>
>
> ice_debug_cq is passed a mask which is always ICE_DBG_AQ_CMD. Modify
> this function, removing the mask parameter entirely, and directly use the
> more appropriate ICE_DBG_AQ_DESC and ICE_DBG_AQ_DESC_BUF.
>
> The function is only called from ice_controlq.c, and has no other callers
> outside of that file. Move it and mark it static to avoid namespace pollution.
>
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
> Signed-off-by: Tony Nguyen <anthony.l.nguyen at intel.com>
> ---
> drivers/net/ethernet/intel/ice/ice_common.c | 50 ----------------
> drivers/net/ethernet/intel/ice/ice_common.h | 2 -
> drivers/net/ethernet/intel/ice/ice_controlq.c | 57 +++++++++++++++++--
> drivers/net/ethernet/intel/ice/ice_type.h | 2 +
> 4 files changed, 53 insertions(+), 58 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
More information about the Intel-wired-lan
mailing list