net: hns3: add new ras error type for roce
This patch adds one ras error of bus related for roce, this error including RRESP/BRESP and read poison error. Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
6eaed433ee
commit
b566ef6039
@ -1321,7 +1321,10 @@ static const struct hclge_hw_type_id hclge_hw_type_id_st[] = {
|
||||
}, {
|
||||
.type_id = ROCEE_OVF_ERR,
|
||||
.msg = "rocee_ovf_error"
|
||||
}
|
||||
}, {
|
||||
.type_id = ROCEE_BUS_ERR,
|
||||
.msg = "rocee_bus_error"
|
||||
},
|
||||
};
|
||||
|
||||
static void hclge_log_error(struct device *dev, char *reg,
|
||||
|
@ -169,6 +169,7 @@ enum hclge_err_type_list {
|
||||
/* add new ERROR TYPE for NIC here in order */
|
||||
ROCEE_NORMAL_ERR = 40,
|
||||
ROCEE_OVF_ERR = 41,
|
||||
ROCEE_BUS_ERR = 42,
|
||||
/* add new ERROR TYPE for ROCEE here in order */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user