From owner-freebsd-stable@FreeBSD.ORG Mon Aug 18 15:16:19 2008 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 B31911065692; Mon, 18 Aug 2008 15:16:19 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5CFE88FC28; Mon, 18 Aug 2008 15:16:18 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7IFGGeA004301; Mon, 18 Aug 2008 11:16:17 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m7IFGGer067040 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Aug 2008 11:16:16 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200808181516.m7IFGGer067040@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Mon, 18 Aug 2008 11:16:15 -0400 To: John Baldwin , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <200808181024.40038.jhb@freebsd.org> References: <200808181337.m7IDbqSC066670@lava.sentex.ca> <200808181024.40038.jhb@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: Robert Watson Subject: Re: HEADS UP: inpcb/inpcbinfo rwlocking: coming to a 7-STABLE branch near you 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, 18 Aug 2008 15:16:19 -0000 At 10:24 AM 8/18/2008, John Baldwin wrote: >Author: kmacy >Date: Thu Jul 31 22:42:27 2008 >New Revision: 181075 >URL: http://svn.freebsd.org/changeset/base/181075 > >Log: > MFC ARP update hooks and change to arpresolve to do arp > resolution without a >pending mbuf to transmit > >Modified: > stable/7/sys/net/route.c > stable/7/sys/net/route.h > stable/7/sys/netinet/if_ether.c > stable/7/sys/netinet/if_ether.h > >However, I would stary by narrowing it down to see if Kip's commits cause the >change. Thanks, I grabbed the versions just prior to those committed 0[smtp2]% cd /usr/src/sys 0[smtp2]% ident net/route.c net/route.c: $FreeBSD: src/sys/net/route.c,v 1.120.2.4 2008/07/24 01:13:22 julian Exp $ 0[smtp2]% ident net/route.h net/route.h: $FreeBSD: src/sys/net/route.h,v 1.65.2.2 2008/07/24 01:13:22 julian Exp $ 0[smtp2]% ident netinet/if_ether.c netinet/if_ether.c: $FreeBSD: src/sys/netinet/if_ether.c,v 1.162.2.1 2008/07/24 01:13:22 julian Exp $ 0[smtp2]% ident netinet/if_ether.h netinet/if_ether.h: $FreeBSD: src/sys/netinet/if_ether.h,v 1.32 2005/02/22 13:04:03 glebius Exp $ 0[smtp2]% and still ? (199.212.134.1) at 00:15:17:3a:17:9d on em0 [ethernet] ? (199.212.134.1) at (incomplete) on em0 published (proxy only) [ethernet] ? (199.212.134.1) at (incomplete) on em0 published (proxy only) [ethernet] ? (199.212.134.1) at (incomplete) on em0 [ethernet] ? (199.212.134.1) at (incomplete) on em0 [ethernet] ? (199.212.134.1) at (incomplete) on em0 [ethernet] ? (199.212.134.1) at (incomplete) on em0 [ethernet] ? (199.212.134.1) at (incomplete) on em0 [ethernet] ? (199.212.134.1) at (incomplete) on em0 [ethernet] ---Mike