From owner-freebsd-stable@FreeBSD.ORG Mon Nov 14 20:41:10 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26BD916A41F for ; Mon, 14 Nov 2005 20:41:10 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF3143D73 for ; Mon, 14 Nov 2005 20:40:48 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so685863wxc for ; Mon, 14 Nov 2005 12:40:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gFv+PnuQ5jjHkojCFeHrHOIPtEwjW6tqWrfEO7HQCLX6bwj5V85LoQvLdNqtxM0f9hHuJIOmgE6UX5l2xgl5G5nyxxHHh4eakSulGAEiMVL7oY7Y0CrUVFKoTPfTYJORJ3L7LHnekF9Ug93T53+o2iVILaICMLYPh1l84t0MItU= Received: by 10.70.29.4 with SMTP id c4mr1785712wxc; Mon, 14 Nov 2005 12:40:47 -0800 (PST) Received: by 10.70.104.18 with HTTP; Mon, 14 Nov 2005 12:40:47 -0800 (PST) Message-ID: <35c231bf0511141240w4f50b0a0g25df0639086f26b5@mail.gmail.com> Date: Mon, 14 Nov 2005 12:40:47 -0800 From: David Kirchner Sender: dpkirchner@gmail.com To: "Marc G. Fournier" In-Reply-To: <35c231bf0511141236m7bfb6b4eyea3a39090e887754@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051114162702.H1019@ganymede.hub.org> <35c231bf0511141236m7bfb6b4eyea3a39090e887754@mail.gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: em devices not sending proper arp packets ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 20:41:10 -0000 On 11/14/05, David Kirchner wrote: > We've had this problem too. Some have suggested turning on "portfast" > on the Cisco switches, but that doesn't resolve it. It causes severely > long delays when doing net installs (sysinstall has a very long retry > time for DNS lookups, measured in minutes). Ultimately the problem is > that the driver changed some time in the 4 branch (we think it was > between 4.1 and 4.2 or 4.2 and 4.3) Sorry to reply to myself here, I forgot to add: The problem is still present in 6.0-RELEASE, and can be seen while running sysinstall. Haven't tried 6.0-STABLE (can't get -RELEASE to install due to unrelated bug bin/88872). According to cvsweb, 6.0-RELEASE has the latest Intel driver. Also: The bug you're seeing may be unrelated to the bug I was seeing, but I suspect they may be similar. Arps just don't seem to be going out like they should