[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1483422833.git.lucien.xin@gmail.com>
Date: Tue, 3 Jan 2017 13:59:45 +0800
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>, linux-sctp@...r.kernel.org
Cc: Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
Neil Horman <nhorman@...driver.com>,
Vlad Yasevich <vyasevich@...il.com>, davem@...emloft.net
Subject: [PATCHv2 net-next 0/3] sctp: prepare asoc stream for stream reconf
sctp stream reconf, described in RFC 6525, needs a structure to
save per stream information in assoc, like stream state.
In the future, sctp stream scheduler also needs it to save some
stream scheduler params and queues.
This patchset is to prepare the stream array in assoc for stream
reconf.
v1->v2:
put these patches into a smaller group.
Xin Long (3):
sctp: add stream arrays in asoc
sctp: replace ssnmap with asoc stream arrays
sctp: remove asoc ssnmap and ssnmap.c
include/net/sctp/sctp.h | 1 -
include/net/sctp/structs.h | 70 +++++++++----------------
net/sctp/Makefile | 3 +-
net/sctp/associola.c | 23 ++++++---
net/sctp/objcnt.c | 2 -
net/sctp/sm_make_chunk.c | 24 ++++++---
net/sctp/sm_statefuns.c | 3 +-
net/sctp/ssnmap.c | 125 ---------------------------------------------
net/sctp/ulpqueue.c | 33 ++++--------
9 files changed, 69 insertions(+), 215 deletions(-)
delete mode 100644 net/sctp/ssnmap.c
--
2.1.0
Powered by blists - more mailing lists