From owner-cvs-src-old@FreeBSD.ORG Fri May 6 23:49:22 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 B3F801065670 for ; Fri, 6 May 2011 23:49:22 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8873E8FC13 for ; Fri, 6 May 2011 23:49:22 +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 p46NnMdN080613 for ; Fri, 6 May 2011 23:49:22 GMT (envelope-from yongari@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p46NnMoK080612 for cvs-src-old@freebsd.org; Fri, 6 May 2011 23:49:22 GMT (envelope-from yongari@repoman.freebsd.org) Message-Id: <201105062349.p46NnMoK080612@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to yongari@repoman.freebsd.org using -f From: Pyun YongHyeon Date: Fri, 6 May 2011 23:49:10 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/xl if_xl.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: Fri, 06 May 2011 23:49:22 -0000 yongari 2011-05-06 23:49:10 UTC FreeBSD src repository Modified files: sys/dev/xl if_xl.c Log: SVN rev 221565 on 2011-05-06 23:49:10Z by yongari Reuse the TX descriptor(DPD) if xl_encap() failed instead of just picking the next available one. This may explain why xl(4) sees TX underrun error with no queued frame. I hope this addresses a long standing xl(4) watchdog timeout issue as well. Obtained from: OpenBSD Revision Changes Path 1.26 +8 -2 src/sys/dev/xl/if_xl.c