From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xin Long Date: Wed, 28 Sep 2016 18:37:25 +0000 Subject: [PATCHv3 net 0/3] sctp: a bunch of fixes for prsctp polices Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: network dev , linux-sctp@vger.kernel.org Cc: davem@davemloft.net, Marcelo Ricardo Leitner , Vlad Yasevich , daniel@iogearbox.net This patchset is to fix 2 issues for prsctp polices: 1. patch 1 and 2 fix "netperf-Throughput_Mbps -37.2% regression" issue when overloading the CPU. 2. patch 3 fix "prsctp polices should check both sides' prsctp_capable, instead of only local side". Xin Long (3): sctp: move sent_count to the memory hole in sctp_chunk sctp: remove prsctp_param from sctp_chunk sctp: change to check peer prsctp_capable when using prsctp polices include/net/sctp/structs.h | 13 +++---------- net/sctp/chunk.c | 11 ++++++++--- net/sctp/outqueue.c | 12 ++++++------ net/sctp/sm_make_chunk.c | 15 --------------- 4 files changed, 17 insertions(+), 34 deletions(-) -- 2.1.0