From owner-freebsd-net@FreeBSD.ORG Mon Jul 15 13:06:18 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0492A1D9; Mon, 15 Jul 2013 13:06:18 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-ie0-x233.google.com (mail-ie0-x233.google.com [IPv6:2607:f8b0:4001:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id C59FF9A4; Mon, 15 Jul 2013 13:06:17 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id c10so26400717ieb.10 for ; Mon, 15 Jul 2013 06:06:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nZ1ElVBPea0oAuVfKUP9mqfWbL1LqHc9OOhBIZmptsc=; b=zcuxpG0ZYqk/mcYzI2Ewa+d/D++0j7OeB0d6J72KRKSP5qouDI7o+1XhENgm0fQOsG TV1Put0D8eGQ1yqaNKbJMhRFrYiwDAL1ZjTYVwQDdSUhyNchNstGpGXe3467o1YXP729 g7GslHTnMQioXR6MW7bADx6LXN0s8emjSVxT3kUJDDw/rJXtwY+oRYpfPbdtNocJ37b0 0i2Bcty+LvYBcFynfdR7IGORCLXl5w6abl7E8w2eNpmm1thlZucOCxAaaIIb+yHnCck4 /d7oxicDVSuXMucehFokvg1twN8FGXX/U/dWH8flVTveV3FkX6pBC2lLaUE4mHJG+EwI E6Fg== MIME-Version: 1.0 X-Received: by 10.43.84.131 with SMTP id ak3mr17275089icc.84.1373893577291; Mon, 15 Jul 2013 06:06:17 -0700 (PDT) Received: by 10.64.56.67 with HTTP; Mon, 15 Jul 2013 06:06:17 -0700 (PDT) In-Reply-To: <20130715004358.GA2959@michelle.cdnetworks.com> References: <201307091122.r69BM9Ev053001@freefall.freebsd.org> <20130715004358.GA2959@michelle.cdnetworks.com> Date: Mon, 15 Jul 2013 15:06:17 +0200 Message-ID: Subject: Re: kern/180382: [ae] kernel: ae0: watchdog timeout - resetting. From: claudiu vasadi To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net@freebsd.org, yongari@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list 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 13:06:18 -0000 Hi, Quick update: works now. Will let you know if it continues like this or if we hit another problem. Huge thanks for the patch. On Mon, Jul 15, 2013 at 2:43 AM, Yonghyeon PYUN wrote: > 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. > -- Best regards, Claudiu Vasadi