Date: Mon, 25 May 2009 00:56:01 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/nfe if_nfe.c Message-ID: <200905250056.n4P0uKJ3040101@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-05-25 00:56:01 UTC FreeBSD src repository Modified files: sys/dev/nfe if_nfe.c Log: SVN rev 192706 on 2009-05-25 00:56:01Z by yongari NVIDIA MCP controllers have no Rx buffer alignment restrictions. Remove PAGE_SIZE alignment used in Rx buffer DMA tag creation. The alignment restriction was used in old local jumbo allocator and nfe(4) switched to UMA backed page allocator for jumbo frame. This change should fix jumbo buffer allocation failure. Reported by: Pascal Braun ( pascal.braun <> continum dot net ) Revision Changes Path 1.32 +1 -1 src/sys/dev/nfe/if_nfe.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905250056.n4P0uKJ3040101>