From owner-freebsd-stable@FreeBSD.ORG Tue Oct 28 00:36:59 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E63E4AD for ; Tue, 28 Oct 2014 00:36:59 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA3F0EC2 for ; Tue, 28 Oct 2014 00:36:59 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id bj1so2968602pad.1 for ; Mon, 27 Oct 2014 17:36:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=GxKo1lTLbuv8VUsz0z9m+4BnfvH+58U4ppuNnNotDyI=; b=YPVUF1AeAu8/qZXwTCtWQsprZDZdZceFehBGxE4evzUvGSoo1SUjcSGVysD2qPNCK0 G3shT7EYs5oBYOirzBAn/IRLtNhc5dt+TetUGodIgYjRqX4vYIKwW1BOyXsle6x18SUI BCt5S2KdKoXJZLNDpNrNNL+nPnOMFLx5mEemOmqKFBXTjdKtZ0G0NiZ0ScrhUkG8VLDY rTPebjKlqIq329EdyHg8iZwjcV3aWZ0ajG6c97uiGHGV7obNKGNWBZewNoxL+6KbFv6h BUdPL6noeIkTicFVfxCsNqWD53L05PiOSWIfwaTWFz2j/a1aATnqcvqSKR2QbKBsjWrz FlBg== X-Received: by 10.66.194.102 with SMTP id hv6mr27415547pac.109.1414456619305; Mon, 27 Oct 2014 17:36:59 -0700 (PDT) Received: from pyunyh@gmail.com ([106.247.248.2]) by mx.google.com with ESMTPSA id o4sm682pdj.2.2014.10.27.17.36.55 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 27 Oct 2014 17:36:57 -0700 (PDT) From: Yonghyeon PYUN X-Google-Original-From: "Yonghyeon PYUN" Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 28 Oct 2014 09:36:48 +0900 Date: Tue, 28 Oct 2014 09:36:48 +0900 To: Alnis Morics Subject: Re: "msk0: watchdog timeout" still present in 10.1-RC2 Message-ID: <20141028003648.GA1054@michelle.fasterthan.com> Reply-To: pyunyh@gmail.com References: <543FD1BB.9010501@gmail.com> <544E2E16.9020008@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <544E2E16.9020008@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 00:37:00 -0000 On Mon, Oct 27, 2014 at 01:35:50PM +0200, Alnis Morics wrote: > For me, this problem has gone away in RC3 (10.1-RC3 FreeBSD 10.1-RC3 #0 > r273437: Tue Oct 21 23:55:15 UTC 2014 > root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64) I hope > it will stay that way in 10.1-RELEASE... There was no code change for msk(4) so other changes in RC3 may have addressed it. > > On 10/16/2014 17:10, Alnis Morics wrote: > >Hello, > > > >Several months ago we were talking about Marvell NIC not working, and > >the problem remained unsolved. So far, I have experienced it only in > >FreeBSD 10 (no problem in 9.X-RELEASE or 11-CURRENT), and only in > >amd64. So I hoped in 10.1 it would be solved but no: suffice to scp a > >5MB file through this interface, and the "watchdog timeout" is there. > > > >uname -a: > >FreeBSD myhost.mydomain.tld 10.1-RC2 FreeBSD 10.1-RC2 #0 r272876: Fri > >Oct 10 01:12:21 UTC 2014 > >root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > >pciconf -lv: > >[..] > >mskc0@pci0:9:0:0: class=0x020000 card=0xc072144d chip=0x435411ab > >rev=0x00 hdr=0x00 > > vendor = 'Marvell Technology Group Ltd.' > > device = '88E8040 PCI-E Fast Ethernet Controller' > > class = network > > subclass = ethernet > > > >_____ > >Alnis > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"