[PATCH net-next v2] net/rds: Log vendor error if send/recv Work requests fail

2019-10-01 Thread Sudhakar Dindukurti
Log vendor error if work requests fail. Vendor error provides more information that is used for debugging the issue. Signed-off-by: Sudhakar Dindukurti Acked-by: Santosh Shilimkar --- net/rds/ib_recv.c | 5 +++-- net/rds/ib_send.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions

Re: [PATCH net-next] net/rds: Log vendor error if send/recv Work requests fail

2019-10-01 Thread sudhakar . dindukurti
Thanks Santosh. Will send the v2 with the below suggestion regards, Sudhakar On 10/01/2019 04:08 PM, santosh.shilim...@oracle.com wrote: On 10/1/19 3:41 PM, Sudhakar Dindukurti wrote: Logs vendor error if work requests fail. Vendor error provides s/Logs/Log more information that is used

[PATCH net-next] net/rds: Log vendor error if send/recv Work requests fail

2019-10-01 Thread Sudhakar Dindukurti
Logs vendor error if work requests fail. Vendor error provides more information that is used for debugging the issue. Signed-off-by: Sudhakar Dindukurti --- net/rds/ib_recv.c | 5 +++-- net/rds/ib_send.c | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/rds/ib_recv.c

[PATCH net] net/rds: Fix error handling in rds_ib_add_one()

2019-10-01 Thread Sudhakar Dindukurti
system. The code has been updated to initialize these variables very early in the function. Signed-off-by: Dotan Barak Signed-off-by: Sudhakar Dindukurti --- net/rds/ib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/rds/ib.c b/net/rds/ib.c index 45acab2..9de2ae2