2007-02-15 16:06:48

by Hoang-Nam Nguyen

[permalink] [raw]
Subject: [PATCH 2.6.21-rc1 5/5] ehca: query_port() returns LINK_UP instead UNKNOWN

set port phys state as a result of ehca_query_port() to LINK_UP.
On pSeries ehca actually represents a logical HCA, whose phys/link state
always is LINK_UP.


Signed-off-by: Hoang-Nam Nguyen <[email protected]>
---


ehca_hca.c | 3 +++
1 files changed, 3 insertions(+)


diff --git a/drivers/infiniband/hw/ehca/ehca_hca.c b/drivers/infiniband/hw/ehca/ehca_hca.c
index b7be950..30eb45d 100644
--- a/drivers/infiniband/hw/ehca/ehca_hca.c
+++ b/drivers/infiniband/hw/ehca/ehca_hca.c
@@ -162,6 +162,9 @@ int ehca_query_port(struct ib_device *ib
props->active_width = IB_WIDTH_12X;
props->active_speed = 0x1;

+ /* at the moment (logical) link state is always LINK_UP */
+ props->phys_state = 0x5;
+
query_port1:
ehca_free_fw_ctrlblock(rblock);



2007-02-15 17:48:25

by Roland Dreier

[permalink] [raw]
Subject: Re: [PATCH 2.6.21-rc1 5/5] ehca: query_port() returns LINK_UP instead UNKNOWN

Thanks, queued 1, 2, 3 and 5 for 2.6.21.