Re: [PATCH net-next 7/9] net: hns3: Fix for reset_level default assignment probelm
From: Sergei Shtylyov
Date: Tue Jul 17 2018 - 05:37:12 EST
Hello!
On 7/16/2018 6:36 PM, Salil Mehta wrote:
From: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
handle->reset_level is assigned to HNAE3_NONE_RESET when client is
initialized, if a tx timeout happens right after initialization,
then handle->reset_level is not resetted to HNAE3_FUNC_RESET in
s/resetted/reset/.
hclge_reset_event, which will cause reset event not properly
handled problem.
This patch fixes it by setting handle->reset_level properly when
client is initialized.
Fixes: 6d4c3981a8d8 ("net: hns3: Changes to make enet watchdog timeout func common for PF/VF")
Signed-off-by: Yunsheng Lin <linyunsheng@xxxxxxxxxx>
Signed-off-by: Peng Li <lipeng321@xxxxxxxxxx>
Signed-off-by: Salil Mehta <salil.mehta@xxxxxxxxxx>
[...]
MBR, Sergei