All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, sowmini.varadhan@oracle.com,
	santosh.shilimkar@oracle.com
Subject: [PATCH net-next 0/2] rds: tcp: fixes
Date: Wed, 21 Jun 2017 13:40:11 -0700	[thread overview]
Message-ID: <cover.1498074496.git.sowmini.varadhan@oracle.com> (raw)

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(-)

             reply	other threads:[~2017-06-21 20:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21 20:40 Sowmini Varadhan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1498074496.git.sowmini.varadhan@oracle.com \
    --to=sowmini.varadhan@oracle.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    --cc=santosh.shilimkar@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.