Re: [PATCH] rds: avoid unenecessary cong_update in loop transport

2018-06-14 Thread David Miller
From: Santosh Shilimkar Date: Thu, 14 Jun 2018 11:52:34 -0700 > Loop transport which is self loopback, remote port congestion > update isn't relevant. Infact the xmit path already ignores it. > Receive path needs to do the same. > > Reported-by: syzbot+4c20b3866171ce844...@syzkaller.appspotmail.

[PATCH] rds: avoid unenecessary cong_update in loop transport

2018-06-14 Thread Santosh Shilimkar
Loop transport which is self loopback, remote port congestion update isn't relevant. Infact the xmit path already ignores it. Receive path needs to do the same. Reported-by: syzbot+4c20b3866171ce844...@syzkaller.appspotmail.com Reviewed-by: Sowmini Varadhan Signed-off-by: Santosh Shilimkar ---