From owner-svn-src-user@FreeBSD.ORG Thu Nov 13 09:26:03 2008 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 004CC106564A for ; Thu, 13 Nov 2008 09:26:02 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id ADE188FC19 for ; Thu, 13 Nov 2008 09:26:02 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id C609C41C711; Thu, 13 Nov 2008 10:10:05 +0100 (CET) X-Virus-Scanned: amavisd-new at cksoft.de Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id TLDpETXRDOBU; Thu, 13 Nov 2008 10:10:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 5C91A41C707; Thu, 13 Nov 2008 10:10:05 +0100 (CET) Received: from maildrop.int.zabbadoz.net (maildrop.int.zabbadoz.net [10.111.66.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.int.zabbadoz.net (Postfix) with ESMTP id DB378444888; Thu, 13 Nov 2008 09:06:57 +0000 (UTC) Date: Thu, 13 Nov 2008 09:06:57 +0000 (UTC) From: "Bjoern A. Zeeb" X-X-Sender: bz@maildrop.int.zabbadoz.net To: Robert Watson In-Reply-To: Message-ID: <20081113090608.I67750@maildrop.int.zabbadoz.net> References: <200811120732.mAC7W7Sr023153@svn.freebsd.org> X-OpenPGP-Key: 0x14003F198FEFA3E77207EE8D2B58B8F83CCF1842 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: src-committers@freebsd.org, Kip Macy , svn-src-user@freebsd.org Subject: Re: svn commit: r184864 - user/kmacy/HEAD_fast_multi_xmit/sys/netinet X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2008 09:26:03 -0000 On Wed, 12 Nov 2008, Robert Watson wrote: > > On Wed, 12 Nov 2008, Kip Macy wrote: > >> - if (tp->t_maxopd <= mss) >> - return (inp); >> - tcp_output_send(tp); >> + >> + if ((tp->t_flags & TF_RECURSE) == 0) { >> + tp->t_flags |= TF_RECURSE; >> + tcp_output_send(tp); >> + tp->t_flags &= ~TF_RECURSE; >> + } > > Perhaps TF_DONTRECURSE? I find the current polarity slightly confusing. Well, the real hope is that I find some time and actually find the real solution to what I had broken, and stop it recusing at all. -- Bjoern A. Zeeb Stop bit received. Insert coin for new game.