On (10/16/15 20:26), Santosh Shilimkar wrote:Right. The check confused you. I will update the patch and drop
diff --git a/net/rds/send.c b/net/rds/send.c
+ if (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags))
+ queue_delayed_work(rds_wq, &conn->c_send_w, 0);
A minor note- it would help to add some comments here explaining
that the pong has already been added to the sendq earlier..
in the case of IB, if RDS_LL_SEND_FULL has been set, it takes some
head-scratching to figure out how the pong gets sent, and a few
comments could help clarify that.
but other than that, the contents look good to me, thusThanks !!
Acked-by: Sowmini Varadhan <sowmini.varadhan@xxxxxxxxxx>