Date: Sun, 16 May 2010 17:03:56 +0000 (UTC) From: Randall Stewart <rrs@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet sctp_bsd_addr.c sctp_bsd_addr.h sctp_constants.h sctp_lock_bsd.h sctp_pcb.c sctp_pcb.h sctp_structs.h sctp_timer.c sctputil.c Message-ID: <201005161704.o4GH4A5l058122@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rrs 2010-05-16 17:03:56 UTC FreeBSD src repository Modified files: sys/netinet sctp_bsd_addr.c sctp_bsd_addr.h sctp_constants.h sctp_lock_bsd.h sctp_pcb.c sctp_pcb.h sctp_structs.h sctp_timer.c sctputil.c Log: SVN rev 208160 on 2010-05-16 17:03:56Z by rrs This adds back the Iterator to the sctp code base. We now properly have ONE thread that services all VNET's. Also we purge out the old timer based iterator code which had multiple LOR's and other issues. MFC after: 3 days Revision Changes Path 1.30 +42 -21 src/sys/netinet/sctp_bsd_addr.c 1.10 +1 -2 src/sys/netinet/sctp_bsd_addr.h 1.51 +0 -5 src/sys/netinet/sctp_constants.h 1.15 +31 -17 src/sys/netinet/sctp_lock_bsd.h 1.100 +98 -86 src/sys/netinet/sctp_pcb.c 1.45 +1 -8 src/sys/netinet/sctp_pcb.h 1.38 +17 -0 src/sys/netinet/sctp_structs.h 1.46 +0 -140 src/sys/netinet/sctp_timer.c 1.108 +46 -54 src/sys/netinet/sctputil.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005161704.o4GH4A5l058122>