Re: [PATCH 2/2] ib/ipoib: include err code in trace message for ib_post_send() failures

2010-03-11 Thread Roland Dreier
thanks, applied this one for .34. Will hold the TSO change for .35. -- Roland Dreier For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to maj

[PATCH 2/2] ib/ipoib: include err code in trace message for ib_post_send() failures

2010-03-04 Thread Or Gerlitz
print the return code of ib_post_send() if it fails to help debug errors Signed-off-by: Or Gerlitz --- drivers/infiniband/ulp/ipoib/ipoib_cm.c |8 +--- drivers/infiniband/ulp/ipoib/ipoib_ib.c |9 + 2 files changed, 10 insertions(+), 7 deletions(-) Index: a/drivers/infiniban