From: Xin Long <lucien.xin@gmail.com>
To: network dev <netdev@vger.kernel.org>, linux-sctp@vger.kernel.org
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>,
Neil Horman <nhorman@tuxdriver.com>,
Vlad Yasevich <vyasevich@gmail.com>,
davem@davemloft.net, David Laight <david.laight@aculab.com>
Subject: [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
Date: Sat, 18 Feb 2017 17:52:44 +0000 [thread overview]
Message-ID: <cover.1487440272.git.lucien.xin@gmail.com> (raw)
This patch is to add support for MSG_MORE on sctp. Patch 1/2 is an
improvement ahead of patch 2/2 to solve the close block problem
mentioned in https://patchwork.ozlabs.org/patch/372404/.
Xin Long (2):
sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING
sctp: add support for MSG_MORE
include/net/sctp/structs.h | 1 +
net/sctp/output.c | 9 +++------
net/sctp/sm_sideeffect.c | 4 ++++
net/sctp/socket.c | 1 +
4 files changed, 9 insertions(+), 6 deletions(-)
--
2.1.0
WARNING: multiple messages have this Message-ID (diff)
From: Xin Long <lucien.xin@gmail.com>
To: network dev <netdev@vger.kernel.org>, linux-sctp@vger.kernel.org
Cc: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>,
Neil Horman <nhorman@tuxdriver.com>,
Vlad Yasevich <vyasevich@gmail.com>,
davem@davemloft.net, David Laight <david.laight@aculab.com>
Subject: [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg
Date: Sun, 19 Feb 2017 01:52:44 +0800 [thread overview]
Message-ID: <cover.1487440272.git.lucien.xin@gmail.com> (raw)
This patch is to add support for MSG_MORE on sctp. Patch 1/2 is an
improvement ahead of patch 2/2 to solve the close block problem
mentioned in https://patchwork.ozlabs.org/patch/372404/.
Xin Long (2):
sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING
sctp: add support for MSG_MORE
include/net/sctp/structs.h | 1 +
net/sctp/output.c | 9 +++------
net/sctp/sm_sideeffect.c | 4 ++++
net/sctp/socket.c | 1 +
4 files changed, 9 insertions(+), 6 deletions(-)
--
2.1.0
next reply other threads:[~2017-02-18 17:52 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-18 17:52 Xin Long [this message]
2017-02-18 17:52 ` [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg Xin Long
2017-02-18 17:52 ` [PATCH net-next 1/2] sctp: flush out queue once assoc state falls into SHUTDOWN_PENDING Xin Long
2017-02-18 17:52 ` Xin Long
2017-02-18 17:52 ` [PATCH net-next 2/2] sctp: add support for MSG_MORE Xin Long
2017-02-18 17:52 ` Xin Long
2017-02-21 14:27 ` David Laight
2017-02-23 3:45 ` Xin Long
2017-02-23 3:45 ` Xin Long
2017-02-23 16:04 ` David Laight
2017-02-23 16:04 ` David Laight
2017-02-23 17:40 ` Marcelo Ricardo Leitner
2017-02-23 17:40 ` Marcelo Ricardo Leitner
2017-02-23 18:16 ` Xin Long
2017-02-23 18:16 ` Xin Long
2017-02-23 18:39 ` Marcelo Ricardo Leitner
2017-02-23 18:39 ` Marcelo Ricardo Leitner
2017-02-24 6:43 ` Xin Long
2017-02-24 6:43 ` Xin Long
2017-02-24 10:14 ` David Laight
2017-02-24 10:14 ` David Laight
2017-02-25 8:41 ` Xin Long
2017-02-25 8:41 ` Xin Long
2017-02-27 4:49 ` Xin Long
2017-02-27 4:49 ` Xin Long
2017-02-27 10:48 ` David Laight
2017-02-27 10:48 ` David Laight
2017-03-21 22:04 ` Marcelo Ricardo Leitner
2017-03-21 22:04 ` Marcelo Ricardo Leitner
2017-03-22 14:07 ` David Laight
2017-03-22 17:33 ` 'Marcelo Ricardo Leitner'
2017-03-22 17:33 ` 'Marcelo Ricardo Leitner'
2017-03-23 4:35 ` Xin Long
2017-03-23 4:35 ` Xin Long
2017-03-23 16:42 ` Marcelo Ricardo Leitner
2017-03-23 16:42 ` Marcelo Ricardo Leitner
2017-03-24 16:09 ` Xin Long
2017-03-24 16:09 ` Xin Long
2017-03-24 17:38 ` David Laight
2017-03-28 10:29 ` David Laight
2017-03-28 18:12 ` 'Marcelo Ricardo Leitner'
2017-03-28 18:12 ` 'Marcelo Ricardo Leitner'
2017-02-20 15:26 ` [PATCH net-next 0/2] sctp: support MSG_MORE flag when sending msg David Miller
2017-02-20 15:26 ` 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.1487440272.git.lucien.xin@gmail.com \
--to=lucien.xin@gmail.com \
--cc=davem@davemloft.net \
--cc=david.laight@aculab.com \
--cc=linux-sctp@vger.kernel.org \
--cc=marcelo.leitner@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=nhorman@tuxdriver.com \
--cc=vyasevich@gmail.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.