OSDN Git Service

ice: disable no longer needed workaround for FW logging
authorBen Shelton <benjamin.h.shelton@intel.com>
Mon, 13 Jul 2020 20:53:17 +0000 (13:53 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 29 Jul 2020 15:38:56 +0000 (08:38 -0700)
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>
drivers/net/ethernet/intel/ice/ice_common.c

index 35644fe..ad5941e 100644 (file)
@@ -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;