Hello, I have a question about the powerquicc ethernet drivers, especcially to the set_multicast_list routine. In this routine, only one multicast address is used, to evaluate the appropriate hash value. I dont know, how the dmi structure works, but I have took a look to other drivers. In my opinion, dev->dmi is the start point of dev->mc_count chained dmi structures, which contains all multicast addresses. I have attached a patch of the 8260 version of enet.c, which will take this in account. I dont have tested the patch. Have someone experience with the multicast feature and can give me some feedback?
Thanks -------------------------------------------- Datentechnik Intercom GmbH Axel Ludszuweit Frankenring 14 D-30855 Langenhagen Telefon: +49(0)511 978197-630 Telefax: +49 511 / 978197-670 mailto:axel.ludszuweit at datentechnik.com http://www.datentechnik.com -------------- next part -------------- A non-text attachment was scrubbed... Name: patch_enet.c Type: application/octet-stream Size: 470 bytes Desc: patch_enet.c Url : http://ozlabs.org/pipermail/linuxppc-embedded/attachments/20020619/a891802c/attachment.obj
