Hi,
1. The
source address is built from 48 bits like: 01-02-03-04-05-06. You can get the
first 24 bits from the ieee organisation. The other 24 bits
are up to you. You can use serial number of the board or something like
that.
2. It
is up to the host to set the destination address and not up to MAC. From the
MAC's point of view the destination address is just part of the packet to send.
Host can use anything for the destination address.
3.
Yes. And that source must add the destination and source address to the data.
I'm writing a host interface that won't use DMA but normal wishbone cycles
to get/store the data.
Regards,
Igor
|