Date: Fri, 7 May 2010 22:09:17 +0000 (UTC) From: Fabien Thomas <fabient@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bce if_bce.c src/sys/dev/mxge if_mxge.c src/sys/sys mbuf.h Message-ID: <201005072210.o47MAC6f079880@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
fabient 2010-05-07 22:09:17 UTC FreeBSD src repository Modified files: sys/dev/bce if_bce.c sys/dev/mxge if_mxge.c sys/sys mbuf.h Log: SVN rev 207761 on 2010-05-07 22:09:17Z by fabient Add a fastpath to allocate from packet zone when using m_getjcl. This will add support for packet zone for at least igb and ixgbe and will avoid to check for that in bce and mxge. MFC after: 1 week Revision Changes Path 1.70 +2 -5 src/sys/dev/bce/if_bce.c 1.79 +1 -4 src/sys/dev/mxge/if_mxge.c 1.236 +3 -0 src/sys/sys/mbuf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005072210.o47MAC6f079880>