未验证 提交 bcad849d 编写于 作者: O openeuler-ci-bot 提交者: Gitee

!283 [OLK-5.10] Add debug print of 64G link speed

Merge Pull Request from: @xiaosuli3109 
 
Fibre Channel has been the standard connection type for storage area networks (SAN) in enterprise storage. Despite its name, Fibre Channel signaling can run on both twisted pair copper wire and fiber-optic cables.

The FibreChannel Gen7 adapter supports 64G link speeds. Add debug print support to the driver.

Fix Issue: https://gitee.com/openeuler/kernel/issues/I6337O  
 
Link:https://gitee.com/openeuler/kernel/pulls/283 
Reviewed-by: Zheng Zengkai <zhengzengkai@huawei.com> 
Signed-off-by: Zheng Zengkai <zhengzengkai@huawei.com> 
......@@ -509,7 +509,7 @@ const char *
qla2x00_get_link_speed_str(struct qla_hw_data *ha, uint16_t speed)
{
static const char *const link_speeds[] = {
"1", "2", "?", "4", "8", "16", "32", "10"
"1", "2", "?", "4", "8", "16", "32", "64", "10"
};
#define QLA_LAST_SPEED (ARRAY_SIZE(link_speeds) - 1)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册