[PATCH net-next] qed: Handle management FW error

Subsystems: networking drivers, qlogic ql4xxx ethernet driver, the rest

STALE1798d

3 messages, 3 authors, 2021-09-10 · open the first message on its own page

[PATCH net-next] qed: Handle management FW error

From: Shai Malin <hidden>
Date: 2021-09-09 17:33:19

Handle MFW (management FW) error response in order to avoid a crash
during recovery flows.

Signed-off-by: Ariel Elior <redacted>
Signed-off-by: Shai Malin <redacted>
---
 drivers/net/ethernet/qlogic/qed/qed_mcp.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/qlogic/qed/qed_mcp.c b/drivers/net/ethernet/qlogic/qed/qed_mcp.c
index 6e5a6cc97d0e..24cd41567775 100644
--- a/drivers/net/ethernet/qlogic/qed/qed_mcp.c
+++ b/drivers/net/ethernet/qlogic/qed/qed_mcp.c
@@ -3367,6 +3367,7 @@ qed_mcp_get_nvm_image_att(struct qed_hwfn *p_hwfn,
 			  struct qed_nvm_image_att *p_image_att)
 {
 	enum nvm_image_type type;
+	int rc;
 	u32 i;
 
 	/* Translate image_id into MFW definitions */
@@ -3395,7 +3396,10 @@ qed_mcp_get_nvm_image_att(struct qed_hwfn *p_hwfn,
 		return -EINVAL;
 	}
 
-	qed_mcp_nvm_info_populate(p_hwfn);
+	rc = qed_mcp_nvm_info_populate(p_hwfn);
+	if (rc)
+		return rc;
+
 	for (i = 0; i < p_hwfn->nvm_info.num_images; i++)
 		if (type == p_hwfn->nvm_info.image_att[i].image_type)
 			break;
-- 
2.22.0

Re: [PATCH net-next] qed: Handle management FW error

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-09-09 21:51:24

On Thu, 9 Sep 2021 20:32:22 +0300 Shai Malin wrote:
Handle MFW (management FW) error response in order to avoid a crash
during recovery flows.

Signed-off-by: Ariel Elior <redacted>
Signed-off-by: Shai Malin <redacted>
Since you say crash I'm assuming this is a fix.

Please repost with a Fixes tag and [PATCH net] in the subject.

Re: [PATCH net-next] qed: Handle management FW error

From: Shai Malin <hidden>
Date: 2021-09-10 08:33:33

On Fri, 10 Sept 2021 at 00:51, Jakub Kicinski [off-list ref] wrote:
On Thu, 9 Sep 2021 20:32:22 +0300 Shai Malin wrote:
quoted
Handle MFW (management FW) error response in order to avoid a crash
during recovery flows.

Signed-off-by: Ariel Elior <redacted>
Signed-off-by: Shai Malin <redacted>
Since you say crash I'm assuming this is a fix.

Please repost with a Fixes tag and [PATCH net] in the subject.
Sure.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help