This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multi-cast support in Ethernet drivers


On 7/17/07, Andrew Lunn <andrew@lunn.ch> wrote:
> The stack sets up multi-cast MAC to 01:00:5e:00:00:01 and cannot talk
> to my DHCP anymore.

My first guess is that you are programming the filter incorrectly in
your MAC chip. It could be you are blocking the broadcast address, or
the unicast address for your device. Is the DHCP server broadcasting
is response, or unicasting it?

Shouldn't the upper layer provide broadcast address in the list to ETH_DRV_SET_MC_LIST if it wants to receive broadcast packets? My guess it is upper layer responsibility to do so, because of otherwise I do not see any sense for that call...

--
WBR, Alexander

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]