Re: [PATCH net-next] cxgb4vf: Enter debugging mode if FW is inaccessible

2019-02-28 Thread David Miller
From: Arjun Vynipadath Date: Thu, 28 Feb 2019 15:33:16 +0530 > If we are not able to reach firmware, enter debugging mode that will > help us to get adapter logs. > > Signed-off-by: Arjun Vynipadath > Signed-off-by: Vishal Kulkarni Applied, however I will say: > @@ -411,6 +411,7 @@ enum { /*

[PATCH net-next] cxgb4vf: Enter debugging mode if FW is inaccessible

2019-02-28 Thread Arjun Vynipadath
If we are not able to reach firmware, enter debugging mode that will help us to get adapter logs. Signed-off-by: Arjun Vynipadath Signed-off-by: Vishal Kulkarni --- drivers/net/ethernet/chelsio/cxgb4vf/adapter.h | 1 + .../net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c| 45 +++