Date: Sun, 21 Jun 2009 21:04:12 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netipx ipx.c ipx_if.h ipx_input.c ipx_outputfl.c ipx_pcb.c Message-ID: <200906212104.n5LL4Wp1078610@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-06-21 21:04:12 UTC FreeBSD src repository Modified files: sys/netipx ipx.c ipx_if.h ipx_input.c ipx_outputfl.c ipx_pcb.c Log: SVN rev 194608 on 2009-06-21 21:04:12Z by rwatson Introduce basic locking of global IPX address list 'ipx_ifaddr' using a new rwlock, ipx_ifaddr_rw, wrapped with macros. This locking is necessary but not sufficient, in isolation, to satisfy the stability requirements of a fully parallel IPX input path during interface reconfiguration. MFC after: 3 weeks Revision Changes Path 1.38 +7 -2 src/sys/netipx/ipx.c 1.19 +10 -1 src/sys/netipx/ipx_if.h 1.64 +14 -3 src/sys/netipx/ipx_input.c 1.27 +14 -3 src/sys/netipx/ipx_outputfl.c 1.51 +16 -4 src/sys/netipx/ipx_pcb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906212104.n5LL4Wp1078610>