From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dev.rtsoft.ru (unknown [85.21.88.2]) by ozlabs.org (Postfix) with SMTP id 3DC4068871 for ; Thu, 15 Dec 2005 20:59:57 +1100 (EST) Message-ID: <43A13E9B.4030208@ru.mvista.com> Date: Thu, 15 Dec 2005 12:59:55 +0300 From: Vitaly Bordug MIME-Version: 1.0 To: Andy Fleming References: <5b74ec4d0512140628y42986bc0h2f107e788dd115b6@mail.gmail.com> <43A03821.6040206@intracom.gr> <2750D02C-4FDE-4267-8B60-E1CECDFF55F4@freescale.com> In-Reply-To: <2750D02C-4FDE-4267-8B60-E1CECDFF55F4@freescale.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: Robin Mathew , linuxppc-embedded@ozlabs.org Subject: Re: 8260 ethernet driver multicast problem List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Andy Fleming wrote: > > On Dec 14, 2005, at 09:20, Pantelis Antoniou wrote: > >> Robin Mathew wrote: >>> Hi, >>> I was encountering a problem with the receipt of multicast packets >>> from eth >>> interface in 8260 platform. The issue was traced to the fcc_enet.c >>> driver. A >>> stray return in the set_multicast_list function was the culprit. >>> The following is the changes that I have made- >>> Index: fcc_enet.c >>> @@ -1488,7 +1488,6 @@ >>> cep = (struct fcc_enet_private *)dev->priv; >>> -return; >>> /* Get pointer to FCC area in parameter RAM. >>> */ >>> ep = (fcc_enet_t *)dev->base_addr; >>> Can you please tell me whether there is any issue with setting the >>> driver in >>> multicast or promiscous mode. Was this change deliberately done or is it >>> really a bug? >>> Thanks in advance, >>> Robin >> >> Robin, what's the kernel version you're using? >> >> If you're using 2.6 there's a brand new driver you can use. > > > Has 8260 platform support been pushed out yet? > Guess it's not in the stock so far (And I have to update ppc_sys to make the things right), but patches are available here in the list archives. > > > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded > > -- Sincerely, Vitaly