From owner-cvs-src-old@FreeBSD.ORG Fri Mar 25 20:53:28 2011 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 8F4A21065673 for ; Fri, 25 Mar 2011 20:53:28 +0000 (UTC) (envelope-from np@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 630238FC21 for ; Fri, 25 Mar 2011 20:53:28 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2PKrSiY080455 for ; Fri, 25 Mar 2011 20:53:28 GMT (envelope-from np@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2PKrSRP080454 for cvs-src-old@freebsd.org; Fri, 25 Mar 2011 20:53:28 GMT (envelope-from np@repoman.freebsd.org) Message-Id: <201103252053.p2PKrSRP080454@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to np@repoman.freebsd.org using -f From: Navdeep Parhar Date: Fri, 25 Mar 2011 20:53:02 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/cxgb cxgb_t3fw.h src/sys/dev/cxgb/common cxgb_common.h 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: Fri, 25 Mar 2011 20:53:28 -0000 np 2011-03-25 20:53:02 UTC FreeBSD src repository Modified files: sys/dev/cxgb cxgb_t3fw.h sys/dev/cxgb/common cxgb_common.h Log: SVN rev 220009 on 2011-03-25 20:53:02Z by np Update T3 firmware to 7.11.0 Changes since 7.8.0 (from the official changelog): - Fixed sporadic interrupt generation for associated CQ when processing a local invalidate work request - Changes to core scheduling to avoid starving requests from the host under heavy RDMA Read Request load (e.g. packets to the wire) - Programmed the tp tx resource limiter in function of the traffic (only affects iWarp) - Increased the egress NIC gather list length from 36 to 46 entries MFC after: 1 week Revision Changes Path 1.23 +1 -1 src/sys/dev/cxgb/common/cxgb_common.h 1.5 +1528 -1494 src/sys/dev/cxgb/cxgb_t3fw.h