From owner-cvs-src-old@FreeBSD.ORG Tue Dec 2 07:01:23 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B59B7106567D for ; Tue, 2 Dec 2008 07:01:23 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B192D8FC27 for ; Tue, 2 Dec 2008 07:01:23 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mB271Nud001067 for ; Tue, 2 Dec 2008 07:01:23 GMT (envelope-from kmacy@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mB271NWV001066 for cvs-src-old@freebsd.org; Tue, 2 Dec 2008 07:01:23 GMT (envelope-from kmacy@repoman.freebsd.org) Message-Id: <200812020701.mB271NWV001066@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to kmacy@repoman.freebsd.org using -f From: Kip Macy Date: Tue, 2 Dec 2008 07:01:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cxgb cxgb_multiq.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2008 07:01:23 -0000 kmacy 2008-12-02 07:01:18 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_multiq.c Log: SVN rev 185549 on 2008-12-02 07:01:18Z by kmacy - fix bug where dnsperf would stop transmitting after a few seconds - break complex conditionals in to multiple lines to avoid wrapping - remove copious unused debug statements - be more aggressive about cleaning in the calling thread - eliminate usage of ENOSPC - increase number of iterations that cxgbsp can do - eliminate "initerr" usage to simplify ENOBUFS handling - when coalescing pass all packets to BPF - always set overrun if hardware queue is full Revision Changes Path 1.15 +32 -57 src/sys/dev/cxgb/cxgb_multiq.c