Skip to content

Commit

Permalink
ice: disable no longer needed workaround for FW logging
Browse files Browse the repository at this point in the history
For the FW logging info AQ command, we currently set the ICE_AQ_FLAG_RD
in order to work around a FW issue. This issue has been fixed so remove the
workaround.

Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
  • Loading branch information
Ben Shelton authored and Tony Nguyen committed Jul 29, 2020
1 parent e923f04 commit 7dfff9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/intel/ice/ice_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,6 @@ static enum ice_status ice_get_fw_log_cfg(struct ice_hw *hw)

ice_fill_dflt_direct_cmd_desc(&desc, ice_aqc_opc_fw_logging_info);

desc.flags |= cpu_to_le16(ICE_AQ_FLAG_RD);

status = ice_aq_send_cmd(hw, &desc, config, size, NULL);
if (!status) {
u16 i;
Expand Down

0 comments on commit 7dfff9f

Please sign in to comment.