netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/8] sctp: refactor sctp_outq_flush
@ 2018-05-14 17:34 Marcelo Ricardo Leitner
  2018-05-14 17:34 ` [PATCH net-next v3 1/8] sctp: add sctp_packet_singleton Marcelo Ricardo Leitner
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Marcelo Ricardo Leitner @ 2018-05-14 17:34 UTC (permalink / raw)
  To: netdev; +Cc: linux-sctp, Neil Horman, Xin Long, Vlad Yasevich

Currently sctp_outq_flush does many different things and arguably
unrelated, such as doing transport selection and outq dequeueing.

This patchset refactors it into smaller and more dedicated functions.
The end behavior should be the same.

The next patchset will rework the function parameters.

Changes since v1:
- fix build issues on patches 3 and 4, and updated 5 and 8 because of
  it.

Changes since v2:
- fixed panic if building with just up to patch 3 applied

Marcelo Ricardo Leitner (8):
  sctp: add sctp_packet_singleton
  sctp: factor out sctp_outq_select_transport
  sctp: move the flush of ctrl chunks into its own function
  sctp: move outq data rtx code out of sctp_outq_flush
  sctp: move flushing of data chunks out of sctp_outq_flush
  sctp: move transport flush code out of sctp_outq_flush
  sctp: make use of gfp on retransmissions
  sctp: rework switch cases in sctp_outq_flush_data

 net/sctp/outqueue.c | 593 +++++++++++++++++++++++++++-------------------------
 1 file changed, 311 insertions(+), 282 deletions(-)

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

end of thread, other threads:[~2018-05-15  2:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-14 17:34 [PATCH net-next v3 0/8] sctp: refactor sctp_outq_flush Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 1/8] sctp: add sctp_packet_singleton Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 2/8] sctp: factor out sctp_outq_select_transport Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 3/8] sctp: move the flush of ctrl chunks into its own function Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 4/8] sctp: move outq data rtx code out of sctp_outq_flush Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 5/8] sctp: move flushing of data chunks " Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 6/8] sctp: move transport flush code " Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 7/8] sctp: make use of gfp on retransmissions Marcelo Ricardo Leitner
2018-05-14 17:34 ` [PATCH net-next v3 8/8] sctp: rework switch cases in sctp_outq_flush_data Marcelo Ricardo Leitner
2018-05-15  2:57 ` [PATCH net-next v3 0/8] sctp: refactor sctp_outq_flush 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).