From owner-freebsd-stable@FreeBSD.ORG Tue Feb 9 21:51:23 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29E3910656BE for ; Tue, 9 Feb 2010 21:51:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id CC3678FC1A for ; Tue, 9 Feb 2010 21:51:22 +0000 (UTC) Received: by vws11 with SMTP id 11so3417660vws.13 for ; Tue, 09 Feb 2010 13:51:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=20WEKgn0ghdzmXwP5/02qtlDZvJNX4XYr+OZB2wupAI=; b=j8PSnb5tZ5EscSpkz04wXigSdZaLbSmmR4mlqGofN5qXkrvGoptPxG+D8bEUEOepWH MD6H/E0CBBmdHd39yK2wt7i8tzb/E/RLRb/HRVg4XOipSS6XaiO3UWs30r/5FY5z/wTv qDDkVcnqbowXATnmlNeIA6IVHIZleyg9zT3e8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=dpjPmLa4i0z1AJ60fstkNrmamrzkMI2J/g039FlAN8aWlUlS8VpcEdKbpJY9RIrX6U pth2S9NxGqrgK/8MamqBhxNl+JFRaEY0rQ4toZ2mIiaR3qWQAEvjdDnnBvQ0m8lkHhEA AqsdXRdDFBXJlZGpX5o+YlPcwK8HRPHCRNJjo= Received: by 10.220.127.66 with SMTP id f2mr963908vcs.142.1265752281821; Tue, 09 Feb 2010 13:51:21 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 24sm4406117vws.13.2010.02.09.13.51.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Feb 2010 13:51:20 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 9 Feb 2010 13:51:10 -0800 From: Pyun YongHyeon Date: Tue, 9 Feb 2010 13:51:10 -0800 To: Olivier Cochard-Labb? Message-ID: <20100209215110.GJ1358@michelle.cdnetworks.com> References: <20100202193616.GA16953@osiris.chen.org.nz> <3131aa531002091231o3003a60ay7e83b17fa995063b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3131aa531002091231o3003a60ay7e83b17fa995063b@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org Subject: Re: 8-STABLE outgoing scp stalling frequently. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 21:51:23 -0000 On Tue, Feb 09, 2010 at 09:31:54PM +0100, Olivier Cochard-Labb? wrote: > On Tue, Feb 2, 2010 at 8:36 PM, Jonathan Chen wrote: > > Hi, > > > > I've noticed that on a recent 8-STABLE/amd64, scp(1) appears to be > > stalling very frequently. > > I've got the same problem since I've upgraded from 7.2 to 8-stable (32bit). > > My NIC is a vge(4), with txsum and rxsum disabled. > dmesg: > vge0: port 0xfc00-0xfcff mem > 0xfdfff000-0xfdfff0ff irq 18 at device 14.0 on pci0 > > I can't SCP big file too because my transferts stall and abord. > I guess I fixed all known vge(4) issues, how recent stable/8 you use?