From owner-freebsd-net@FreeBSD.ORG Mon Jul 15 00:44:06 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0C3559D9; Mon, 15 Jul 2013 00:44:06 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pd0-x22b.google.com (mail-pd0-x22b.google.com [IPv6:2607:f8b0:400e:c02::22b]) by mx1.freebsd.org (Postfix) with ESMTP id D7700B08; Mon, 15 Jul 2013 00:44:05 +0000 (UTC) Received: by mail-pd0-f171.google.com with SMTP id y14so10150272pdi.30 for ; Sun, 14 Jul 2013 17:44:05 -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=6Pql4np+ldehWWnUDhe0exSDRGCzmJ3rWkWJFbG+2fs=; b=jBkCdEX48PpjCpB51SWiWTGOq96prmQwefX65S+504BMbqtZXt7y5BVgws2jVbTJyr VTOH+79zpMKXvnVkJ2jbxD4EQeljta3nZAJAHVI2/AWPxLn5ZJG1RzPsdi7k/4Tq5FKP RVoH5PamTwWwv8Uw90pVhpEZuIza3eEmKYUvihpjw939mers1qAXi7ggk7tTzyF3xLGD nMpZc9BLhb3xBlIxvQ5e5WYyeUuUkiRMP8Mgq0kWFKEfm9tTbDy9xJE9mKxCY+wGSLlP KlKzZI+zIkio5CpiiG8zfmgVJ+ydb52moUl9Yta3xx7x4hvDYeJ7T3pAR8AtnStJHV4y VS4g== X-Received: by 10.66.148.41 with SMTP id tp9mr53538272pab.40.1373849045617; Sun, 14 Jul 2013 17:44:05 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id eg3sm61132475pac.1.2013.07.14.17.44.02 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 14 Jul 2013 17:44:04 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 15 Jul 2013 09:43:58 +0900 From: Yonghyeon PYUN Date: Mon, 15 Jul 2013 09:43:58 +0900 To: claudiu vasadi Subject: Re: kern/180382: [ae] kernel: ae0: watchdog timeout - resetting. Message-ID: <20130715004358.GA2959@michelle.cdnetworks.com> References: <201307091122.r69BM9Ev053001@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org, yongari@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 00:44:06 -0000 On Sun, Jul 14, 2013 at 04:20:30PM +0200, claudiu vasadi wrote: > Hi, > > The patch applied without any problems and the "Size mismatch" messages > are gone now. However, we cannot get an IP via "dhclient" and we also > don't have any network connectivity if we set a manual IP. The only > messages we see now (with the manual IP) is "no buffer space available". > I checked the Ip, netmask, gateway and mbufs but they all seem to be ok. > "ifconfg ae0 down && ifconfig ae0 up" does not fix the problem. We also > tried a reboot but again, it did not fix the problem. We have no ping or > anything. > > No other error messages were observed. > > PS: Sorry for the late reply but the machine is on a remote site. > PS2: I can arrange a ssh account if this would help you. > Sorry, I couldn't test the patch due to lack of access to the L2 hardware. Actually there was a typo such that driver thought it had no link at all. I've updated diff(URL is the same) so please try again.