OSDN Git Service

IB/core: Set speed string to SDR for invalid active rates
authorHonggang Li <honli@redhat.com>
Thu, 15 Mar 2018 09:02:13 +0000 (17:02 +0800)
committerJason Gunthorpe <jgg@mellanox.com>
Mon, 19 Mar 2018 17:39:47 +0000 (11:39 -0600)
commit311d0da97480d19d4ecd57f3ee264e3c232d78e5
treebe681068f9dc2b6b211b0ebbc33d5f43e0bcf200
parent7d9a935e169b7e51a5f84caf8dfb02aad6206902
IB/core: Set speed string to SDR for invalid active rates

Before commit f1b65df5a232 ("IB/mlx5: Add support for active_width and
active_speed in RoCE"), the mlx5_ib driver set default active_width and
active_speed to IB_WIDTH_4X and IB_SPEED_QDR.

Now, the active_width and active_speed are zeros if the RoCE port
is in DOWN state. The speed string should be set to " SDR" instead of
a blank string when active_speed is zero.

Signed-off-by: Honggang Li <honli@redhat.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/sysfs.c