Re: [PATCH] net/hns3: fix the way to trigger IMP reset

2023-06-06 Thread Ferruh Yigit
On 6/6/2023 1:10 PM, Dongdong Liu wrote: > From: Huisong Li > > Currently, driver sends the command with an unknown opcode to the > firmware to trigger IMP reset when some hardware error happened. > This unknown opcode cannot be parsed by the firmware. > > So this patch fixes the way by writing

[PATCH] net/hns3: fix the way to trigger IMP reset

2023-06-06 Thread Dongdong Liu
From: Huisong Li Currently, driver sends the command with an unknown opcode to the firmware to trigger IMP reset when some hardware error happened. This unknown opcode cannot be parsed by the firmware. So this patch fixes the way by writing register to do it. Fixes: 2790c6464725 ("net/hns3: sup