From owner-freebsd-stable@FreeBSD.ORG Thu Apr 8 15:29:19 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 9D1831065670 for ; Thu, 8 Apr 2010 15:29:19 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-pz0-f197.google.com (mail-pz0-f197.google.com [209.85.222.197]) by mx1.freebsd.org (Postfix) with ESMTP id 6CCDB8FC15 for ; Thu, 8 Apr 2010 15:29:19 +0000 (UTC) Received: by pzk35 with SMTP id 35so664567pzk.3 for ; Thu, 08 Apr 2010 08:29:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=H8A20eN3vvHhMHKgS/3meNAqrvkhdPOloSBp9fIylCE=; b=eOjaInxMZ+z2qS9yuaS3TtaoW5vlC7aFquq2p9WpQxVqKA/kGVS+w8MuiWyiz8Auqn Nr0hkvYoFb7ztzFNd3wFeZsSXUNhauMO7Ue3KW4kZubBlcmXTHphSi4Z+7OHPBePGVdn pG8JxfsNGjt5N0qn+RdudYUQcIfOMhlt/eB1w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=WfL07kSUNpIA1teA9dWvKAfyOjrVlvGFgDCp6tFywmKoms+hy+xa3Yg/r9HFSRQuAg WgDbtwIFE0HZdtKwc9T+TVU+ayYINlYtAHaFs6RfhKD6370YXIw/jH6eoJOWvZEsX2qU Yjx93Gl0QbXFHjGMFkRbOs1OOzW+hnlapp970= MIME-Version: 1.0 Received: by 10.231.44.209 with HTTP; Thu, 8 Apr 2010 08:29:16 -0700 (PDT) In-Reply-To: <201004081446.o38EkU7h042296@lava.sentex.ca> References: <201004081313.o38DD4JM041821@lava.sentex.ca> <7.1.0.9.0.20100408091756.10652be0@sentex.net> <201004081446.o38EkU7h042296@lava.sentex.ca> Date: Thu, 8 Apr 2010 10:29:16 -0500 Received: by 10.140.57.19 with SMTP id f19mr420125rva.124.1270740556947; Thu, 08 Apr 2010 08:29:16 -0700 (PDT) Message-ID: From: Brandon Gooch To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org, jfvogel@gmail.com Subject: Re: em driver regression 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: Thu, 08 Apr 2010 15:29:19 -0000 On Thu, Apr 8, 2010 at 9:46 AM, Mike Tancsa wrote: > > OK, some more data... It seems dhclient is getting upset as well since th= e > updated driver > > Apr =A08 10:28:37 ich10 dhclient[1383]: DHCPDISCOVER on em0 to 255.255.25= 5.255 > port 67 interval 6 > Apr =A08 10:28:38 ich10 dhclient[1383]: ip length 328 disagrees with byte= s > received 332. > Apr =A08 10:28:38 ich10 dhclient[1383]: accepting packet with data after = udp > payload. > Apr =A08 10:28:38 ich10 dhclient[1383]: DHCPOFFER from 192.168.xx.1 > Apr =A08 10:28:40 ich10 dhclient[1383]: DHCPREQUEST on em0 to 255.255.255= .255 > port 67 > Apr =A08 10:28:40 ich10 dhclient[1383]: ip length 328 disagrees with byte= s > received 332. > Apr =A08 10:28:40 ich10 dhclient[1383]: accepting packet with data after = udp > payload. > Apr =A08 10:28:40 ich10 dhclient[1383]: DHCPACK from 192.168.xx.1 > > I also tried manually applying the patch below > > h= ttp://lists.freebsd.org/pipermail/svn-src-head/2010-April/016189.html > > but still get the same error on dhclient > > Apr =A08 10:28:40 ich10 dhclient[1383]: ip length 328 disagrees with byte= s > received 332. > > which was not there before the 7.0.0 driver update > > em0: flags=3D8843 metric 0 mtu 15= 00 > > =A0options=3D399b > =A0 =A0 =A0 =A0ether 00:1c:c0:95:0d:0d > =A0 =A0 =A0 =A0inet 192.168.43.219 netmask 0xffffff00 broadcast 192.168.4= 3.255 > =A0 =A0 =A0 =A0media: Ethernet autoselect (100baseTX ) > =A0 =A0 =A0 =A0status: active > > Also, should not > > # ifconfig em0 -vlanmtu -vlanhwtag -vlanhwfilter -vlanhwtso > 0(ich10)# ifconfig em0 > em0: flags=3D8843 metric 0 mtu 15= 00 > > =A0options=3D388b > =A0 =A0 =A0 =A0ether 00:1c:c0:95:0d:0d > =A0 =A0 =A0 =A0inet 192.168.43.219 netmask 0xffffff00 broadcast 192.168.4= 3.255 > =A0 =A0 =A0 =A0media: Ethernet autoselect (100baseTX ) > =A0 =A0 =A0 =A0status: active > 0(ich10)# killall dhclient > 0(ich10)# dhclient em0 > DHCPREQUEST on em0 to 255.255.255.255 port 67 > ip length 328 disagrees with bytes received 332. > accepting packet with data after udp payload. > DHCPACK from 192.168.xx.1 > bound to 192.168.xx.219 -- renewal in 22777 seconds. > 0(ich10)# > > disable all the vlan features on the nic ? > > =A0 =A0 =A0 =A0---Mike > > > -------------------------------------------------------------------- > Mike Tancsa, =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0tel +1 519 651 3400 > Sentex Communications, =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0mike@sentex.net > Providing Internet since 1994 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0www.= sentex.net > Cambridge, Ontario Canada =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= www.sentex.net/mike > > _______________________________________________ > 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" > I'm also seeing this. Jack, I've built the most recent revision from CURRENT and installed it on the 8-STABLE machine. This is the computer I e-mailed about yesterday (20100407) with which I've been having trouble with VirtualBox 3.1.6 (FreeBSD Host) Windows Guests, bridged networking, etc... Same situation with VirtualBox and still: ip length 328 disagrees with bytes received 332 -Brandon