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

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

2019-10-01 Thread santosh . shilimkar
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 for debugging the issue. Signed-off-by: Sudhakar Dindukurti --- rds_ib_mr_cqe_handler() is already patched so good to patch these two message

[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 b