Date: Sun, 22 Nov 2009 21:45:55 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bge if_bge.c Message-ID: <200911222146.nAMLkBUk065959@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-11-22 21:45:55 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: SVN rev 199679 on 2009-11-22 21:45:55Z by yongari Reduce status block size DMAed by controller. bge(4) uses single Tx/Rx/Rx return ring such that large part of status block was not used at all. All bge(4) controllers except BCM5700 AX/BX has a feature to control the size of status block. So use minimum status block size allowed in controller. This reduces number of DMAed status block size to 32 bytes from 80 bytes. Revision Changes Path 1.258 +26 -8 src/sys/dev/bge/if_bge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911222146.nAMLkBUk065959>