Date: Mon, 25 May 2009 11:50:58 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netipx spx.h spx_usrreq.c Message-ID: <200905251151.n4PBpG2S042491@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2009-05-25 11:50:58 UTC FreeBSD src repository Modified files: sys/netipx spx.h spx_usrreq.c Log: SVN rev 192754 on 2009-05-25 11:50:58Z by rwatson Rather than store a skeleton IPX header in an mbuf hung off the SPX PCB, simply embed it in the PCB, avoiding additional memory overhead, memory allocation overhead, and removing one of the few remaining uses of dtom() in the network stack. Restore misplaced spx_ctlinput() from an earlier commit. MFC after: 1 month Revision Changes Path 1.21 +2 -2 src/sys/netipx/spx.h 1.95 +13 -10 src/sys/netipx/spx_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905251151.n4PBpG2S042491>