net: hns3: increase the max time for IMP handle command
authorPeng Li <lipeng321@huawei.com>
Wed, 21 Mar 2018 07:49:24 +0000 (15:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2018 17:12:02 +0000 (13:12 -0400)
It may need more time for IMP handle some command, such as reset.
This patch enlarges the max time for cmd timeout.

Driver will check the IMP result every us, it may break through the
loop when get the right result. So not all command need the max time.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h
drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h

index 3fd10a6bec5358cb1e44f1454ab7aa29257947a4..aae4abe37d5ea336772e666004938e163a3fe27c 100644 (file)
@@ -12,7 +12,7 @@
 #include <linux/types.h>
 #include <linux/io.h>
 
-#define HCLGE_CMDQ_TX_TIMEOUT          1000
+#define HCLGE_CMDQ_TX_TIMEOUT          30000
 
 struct hclge_dev;
 struct hclge_desc {
index 2caca9317f8c35d945db09b44f0e78af5e701040..621c6cbacf767c983a4a26efc7f2871c747cfa64 100644 (file)
@@ -7,7 +7,7 @@
 #include <linux/types.h>
 #include "hnae3.h"
 
-#define HCLGEVF_CMDQ_TX_TIMEOUT                200
+#define HCLGEVF_CMDQ_TX_TIMEOUT                30000
 #define HCLGEVF_CMDQ_RX_INVLD_B                0
 #define HCLGEVF_CMDQ_RX_OUTVLD_B       1