]> git.ipfire.org Git - thirdparty/linux.git/commit
bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.
authorKshitij Soni <kshitij.soni@broadcom.com>
Mon, 13 Feb 2017 00:18:11 +0000 (19:18 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2017 03:18:49 +0000 (22:18 -0500)
commitcb4d1d6261453677feb54e7a09c23fc7648dd6bc
treea5ed62e24c779e61eda2755c95ac48ac149d3d10
parentbac9a7e0f5d6da82478d5e0a2a236158f42d5757
bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.

If the HWRM_NVM_INSTALL_UPDATE command fails with the error code
NVM_INSTALL_UPDATE_CMD_ERR_CODE_FRAG_ERR, retry the command with
a new flag to allow defragmentation.  Since we are checking the
response for error code, we also need to take the mutex until
we finish reading the response.

Signed-off-by: Kshitij Soni <kshitij.soni@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c