[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1460144373.git.marcelo.leitner@gmail.com>
Date: Fri, 8 Apr 2016 16:41:26 -0300
From: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
To: netdev@...r.kernel.org
Cc: Vlad Yasevich <vyasevich@...il.com>,
Neil Horman <nhorman@...driver.com>,
linux-sctp@...r.kernel.org, David Laight <David.Laight@...LAB.COM>,
Jakub Sitnicki <jkbs@...hat.com>
Subject: [PATCH v3 0/2] sctp: delay calls to sk_data_ready() as much as possible
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
Powered by blists - more mailing lists