Date: Mon, 17 Sep 2007 20:24:10 GMT From: Kip Macy <kmacy@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 126531 for review Message-ID: <200709172024.l8HKOArC077880@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=126531 Change 126531 by kmacy@kmacy:storage:toestack on 2007/09/17 20:23:46 IFC 126529 pull in missed changed to adapter structure and comment out MINCLSIZE until mbuf free optimization complete Affected files ... .. //depot/projects/toestack/sys/amd64/conf/MULTIQ#4 edit .. //depot/projects/toestack/sys/dev/cxgb/cxgb_adapter.h#5 integrate Differences ... ==== //depot/projects/toestack/sys/amd64/conf/MULTIQ#4 (text+ko) ==== @@ -214,5 +214,5 @@ options ALT_BREAK_TO_DEBUGGER #options LOCK_PROFILING options HWPMC_HOOKS -options MINCLSIZE 48 +#options MINCLSIZE 48 ==== //depot/projects/toestack/sys/dev/cxgb/cxgb_adapter.h#5 (text+ko) ==== @@ -275,6 +275,11 @@ bus_dmamap_t desc_map; bus_dma_tag_t entry_tag; struct mbuf_head sendq; + /* + * cleanq should really be an mbuf_ring to avoid extra + * mbuf touches + */ + struct mbuf_head cleanq; struct mbuf_ring txq_mr; uint32_t txq_drops; uint32_t txq_skipped;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709172024.l8HKOArC077880>
