From owner-freebsd-net@FreeBSD.ORG Tue Oct 30 15:40:03 2007 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA62816A46D for ; Tue, 30 Oct 2007 15:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A13B213C4C2 for ; Tue, 30 Oct 2007 15:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9UFe3IJ088674 for ; Tue, 30 Oct 2007 15:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9UFe34M088673; Tue, 30 Oct 2007 15:40:03 GMT (envelope-from gnats) Date: Tue, 30 Oct 2007 15:40:03 GMT Message-Id: <200710301540.l9UFe34M088673@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Jacek Zapala Cc: Subject: Re: kern/117456: ipv6 neighbour discovery / bce multicast problem X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jacek Zapala List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2007 15:40:03 -0000 The following reply was made to PR kern/117456; it has been noted by GNATS. From: Jacek Zapala To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/117456: ipv6 neighbour discovery / bce multicast problem Date: Tue, 30 Oct 2007 16:32:38 +0100 OK, it looks like I have reinvented the wheel. Close the PR please. Revision 1.26: Sat Jan 20 17:05:12 2007 UTC (9 months, 1 week ago) by scottl Branches: MAIN Changes since revision 1.25: +4 -4 lines The multicast hash table has 8 slots in the BCE hardware, not 4 slots like the BGE hardware. Adapt the driver for this. Submitted by: Mike Karels MFC After: 3 days