* multicast for 8260 for 2.6.13
@ 2006-07-20 14:45 Harnois Anne-Sophie
2006-07-20 15:41 ` Vitaly Bordug
2006-07-20 15:44 ` Dan Malek
0 siblings, 2 replies; 3+ messages in thread
From: Harnois Anne-Sophie @ 2006-07-20 14:45 UTC (permalink / raw)
To: linuxppc-embedded
Hello
In the file arch/ppc/8260_io/fcc_enet.c, set_multicast_list function is
commented out and I can't figure out why.=20
I checked the code, removed the comments and tried it, and multicast
seemed to work properly.=20
What am I missing?
Could someone explain me why this is commented out?
Many thanks,
Anne-Sophie
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: multicast for 8260 for 2.6.13
2006-07-20 14:45 multicast for 8260 for 2.6.13 Harnois Anne-Sophie
@ 2006-07-20 15:41 ` Vitaly Bordug
2006-07-20 15:44 ` Dan Malek
1 sibling, 0 replies; 3+ messages in thread
From: Vitaly Bordug @ 2006-07-20 15:41 UTC (permalink / raw)
To: Harnois Anne-Sophie; +Cc: linuxppc-embedded
On Thu, 20 Jul 2006 16:45:11 +0200
"Harnois Anne-Sophie" <anne-sophie.harnois@thomson.net> wrote:
> Hello
>
> In the file arch/ppc/8260_io/fcc_enet.c, set_multicast_list function is
> commented out and I can't figure out why.
> I checked the code, removed the comments and tried it, and multicast
> seemed to work properly.
>
> What am I missing?
> Could someone explain me why this is commented out?
The reason is because the arch/ppc/8260_io/* is deprecated by drivers/net/fs_enet, hence
people switched to use it...
--
Sincerely,
Vitaly
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: multicast for 8260 for 2.6.13
2006-07-20 14:45 multicast for 8260 for 2.6.13 Harnois Anne-Sophie
2006-07-20 15:41 ` Vitaly Bordug
@ 2006-07-20 15:44 ` Dan Malek
1 sibling, 0 replies; 3+ messages in thread
From: Dan Malek @ 2006-07-20 15:44 UTC (permalink / raw)
To: Harnois Anne-Sophie; +Cc: linuxppc-embedded
On Jul 20, 2006, at 10:45 AM, Harnois Anne-Sophie wrote:
> In the file arch/ppc/8260_io/fcc_enet.c, set_multicast_list
> function is
> commented out and I can't figure out why.
Read the mailing list archives.
> I checked the code, removed the comments and tried it, and multicast
> seemed to work properly.
Sorry, but that code will never work on a 82xx.
> What am I missing?
> Could someone explain me why this is commented out?
Because it was copied from the 8xx many years ago when
I ported the driver, and the 82xx lacks the CRC generator
support. You can enable promiscuous mode, which is
what I suspect you did, and then the Linux IP stack will
do the multicast filtering.
By the way, this driver is obsolete and you should be
using the version in drivers/net/fs_enet.
Thanks.
-- Dan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-20 15:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-20 14:45 multicast for 8260 for 2.6.13 Harnois Anne-Sophie
2006-07-20 15:41 ` Vitaly Bordug
2006-07-20 15:44 ` Dan Malek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox