All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] sctp: delay calls to sk_data_ready() as much as possible
@ 2016-04-08 19:41 ` Marcelo Ricardo Leitner
  0 siblings, 0 replies; 32+ messages in thread
From: Marcelo Ricardo Leitner @ 2016-04-08 19:41 UTC (permalink / raw)
  To: netdev; +Cc: Vlad Yasevich, Neil Horman, linux-sctp, David Laight,
	Jakub Sitnicki

1st patch is a preparation for the 2nd. The idea is to not call
->sk_data_ready() for every data chunk processed while processing
packets but only once before releasing the socket.

v2: patchset re-checked, small changelog fixes
v3: on patch 2, make use of local vars to make it more readable

Marcelo Ricardo Leitner (2):
  sctp: compress bit-wide flags to a bitfield on sctp_sock
  sctp: delay calls to sk_data_ready() as much as possible

 include/net/sctp/structs.h | 13 +++++++------
 net/sctp/sm_sideeffect.c   |  7 +++++++
 net/sctp/ulpqueue.c        |  4 ++--
 3 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.5.0


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

end of thread, other threads:[~2016-04-29 16:28 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-08 19:41 [PATCH v3 0/2] sctp: delay calls to sk_data_ready() as much as possible Marcelo Ricardo Leitner
2016-04-08 19:41 ` Marcelo Ricardo Leitner
2016-04-08 19:41 ` [PATCH v3 1/2] sctp: compress bit-wide flags to a bitfield on sctp_sock Marcelo Ricardo Leitner
2016-04-08 19:41   ` Marcelo Ricardo Leitner
2016-04-12 19:50   ` Neil Horman
2016-04-12 19:50     ` Neil Horman
2016-04-08 19:41 ` [PATCH v3 2/2] sctp: delay calls to sk_data_ready() as much as possible Marcelo Ricardo Leitner
2016-04-08 19:41   ` Marcelo Ricardo Leitner
2016-04-14  3:05 ` [PATCH v3 0/2] " David Miller
2016-04-14  3:05   ` David Miller
2016-04-14 13:03   ` Neil Horman
2016-04-14 13:03     ` Neil Horman
2016-04-14 17:00     ` Marcelo Ricardo Leitner
2016-04-14 17:00       ` Marcelo Ricardo Leitner
2016-04-14 18:59       ` David Miller
2016-04-14 18:59         ` David Miller
2016-04-14 19:33         ` marcelo.leitner
2016-04-14 19:33           ` marcelo.leitner
2016-04-14 20:03         ` Neil Horman
2016-04-14 20:03           ` Neil Horman
2016-04-14 20:19           ` marcelo.leitner
2016-04-14 20:19             ` marcelo.leitner
2016-04-28 20:46             ` marcelo.leitner
2016-04-28 20:46               ` marcelo.leitner
2016-04-29 13:36               ` Neil Horman
2016-04-29 13:36                 ` Neil Horman
2016-04-29 13:47                 ` marcelo.leitner
2016-04-29 13:47                   ` marcelo.leitner
2016-04-29 16:10                   ` Neil Horman
2016-04-29 16:10                     ` Neil Horman
2016-04-29 16:28                     ` marcelo.leitner
2016-04-29 16:28                       ` marcelo.leitner

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.