netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] rds: tcp: fixes
@ 2017-06-21 20:40 Sowmini Varadhan
  2017-06-21 20:40 ` [PATCH net-next 1/2] rds: tcp: send handshake ping-probe from passive endpoint Sowmini Varadhan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sowmini Varadhan @ 2017-06-21 20:40 UTC (permalink / raw)
  To: netdev; +Cc: davem, sowmini.varadhan, santosh.shilimkar

Patch1 is a bug fix for correct reconnect when a connection
is restarted. Patch 2 accelerates cleanup by setting linger
to 1 and sending a RST to the peer.

Sowmini Varadhan (2):
  rds: tcp: send handshake ping-probe from passive endpoint
  rds: tcp: set linger to 1 when unloading a rds-tcp

 net/rds/connection.c  |    1 +
 net/rds/rds.h         |    4 +++-
 net/rds/recv.c        |    6 +++---
 net/rds/send.c        |   14 ++++++--------
 net/rds/tcp.h         |    1 +
 net/rds/tcp_connect.c |    2 ++
 net/rds/tcp_listen.c  |    4 +++-
 7 files changed, 19 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-06-22 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 20:40 [PATCH net-next 0/2] rds: tcp: fixes Sowmini Varadhan
2017-06-21 20:40 ` [PATCH net-next 1/2] rds: tcp: send handshake ping-probe from passive endpoint Sowmini Varadhan
2017-06-21 20:40 ` [PATCH net-next 2/2] rds: tcp: set linger to 1 when unloading a rds-tcp Sowmini Varadhan
2017-06-22 15:34 ` [PATCH net-next 0/2] rds: tcp: fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).