From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Yongjun Date: Mon, 18 Apr 2011 04:07:33 +0000 Subject: Re: [PATCH net-next-2.6 0/3] new SCTP sockets APIs Message-Id: <4DABB905.70902@cn.fujitsu.com> List-Id: References: <4DABAEF1.1010506@cn.fujitsu.com> <4DABB43B.9010204@cn.fujitsu.com> In-Reply-To: <4DABB43B.9010204@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Shan Wei Cc: David Miller , Vlad Yasevich , "netdev@vger.kernel.org" , lksctp > To David, Vlad: > > There are many patches in vlad's net-next(1*) tree besides these three ones. > Maybe vlad is busy doing other things, Should we need to respin these patches > base on latest kernel and submit to you? So we can do further work against latest kernel. > > 1*: vlad's net-next tree: > http://git.kernel.org/?p=linux/kernel/git/vxy/lksctp-dev.git;a=shortlog;h=refs/heads/net-next If Vlad is allowed, I can help him to push all of those patchs(or part of them) to net-next-2.6 tree by many small patchsets. most of those patch have been waited for about one year. > > Wei Yongjun wrote, at 04/18/2011 11:24 AM: >> This patchset implement some new sockets APIs for net-next-2.6. >> >> Wei Yongjun (3): >> sctp: implement socket option SCTP_GET_ASSOC_ID_LIST >> sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT >> sctp: implement event notification SCTP_SENDER_DRY_EVENT >> >> include/net/sctp/sm.h | 1 + >> include/net/sctp/ulpevent.h | 3 ++ >> include/net/sctp/user.h | 33 ++++++++++++++++++++++++++- >> net/sctp/sm_statefuns.c | 24 +++++++++++++++++++ >> net/sctp/sm_statetable.c | 2 +- >> net/sctp/socket.c | 52 +++++++++++++++++++++++++++++++++++++++++++ >> net/sctp/ulpevent.c | 30 ++++++++++++++++++++++++- >> 7 files changed, 142 insertions(+), 3 deletions(-) >> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wei Yongjun Subject: Re: [PATCH net-next-2.6 0/3] new SCTP sockets APIs Date: Mon, 18 Apr 2011 12:07:33 +0800 Message-ID: <4DABB905.70902@cn.fujitsu.com> References: <4DABAEF1.1010506@cn.fujitsu.com> <4DABB43B.9010204@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: David Miller , Vlad Yasevich , "netdev@vger.kernel.org" , lksctp To: Shan Wei Return-path: Received: from cn.fujitsu.com ([222.73.24.84]:54826 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750972Ab1DREHa (ORCPT ); Mon, 18 Apr 2011 00:07:30 -0400 In-Reply-To: <4DABB43B.9010204@cn.fujitsu.com> Sender: netdev-owner@vger.kernel.org List-ID: > To David, Vlad: > > There are many patches in vlad's net-next(1*) tree besides these three ones. > Maybe vlad is busy doing other things, Should we need to respin these patches > base on latest kernel and submit to you? So we can do further work against latest kernel. > > 1*: vlad's net-next tree: > http://git.kernel.org/?p=linux/kernel/git/vxy/lksctp-dev.git;a=shortlog;h=refs/heads/net-next If Vlad is allowed, I can help him to push all of those patchs(or part of them) to net-next-2.6 tree by many small patchsets. most of those patch have been waited for about one year. > > Wei Yongjun wrote, at 04/18/2011 11:24 AM: >> This patchset implement some new sockets APIs for net-next-2.6. >> >> Wei Yongjun (3): >> sctp: implement socket option SCTP_GET_ASSOC_ID_LIST >> sctp: change auth event type name to SCTP_AUTHENTICATION_EVENT >> sctp: implement event notification SCTP_SENDER_DRY_EVENT >> >> include/net/sctp/sm.h | 1 + >> include/net/sctp/ulpevent.h | 3 ++ >> include/net/sctp/user.h | 33 ++++++++++++++++++++++++++- >> net/sctp/sm_statefuns.c | 24 +++++++++++++++++++ >> net/sctp/sm_statetable.c | 2 +- >> net/sctp/socket.c | 52 +++++++++++++++++++++++++++++++++++++++++++ >> net/sctp/ulpevent.c | 30 ++++++++++++++++++++++++- >> 7 files changed, 142 insertions(+), 3 deletions(-) >> >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-sctp" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >