> > it's the Ethernet MAC layer who has to pad short packets,
> If you mean it is the soft which tell exactly what to send (from the mac
> adresses to the end of the data, without the crc) I agree. Hence, where is
> the bug? Where are my padding bytes ?
If transmitting a packet the pad bytes are automatically appended by the
adapter card, that's not a bug.

> Anyway, even if the MAC controller padd, i should see the padding bytes
> because the target mac controller can't make difference between data and
> padding bytes. So where are they??
The pad bytes are just behind the data of the received packet. Remember,
the 802.3 header and the IP header carry the length of the packet, the
protocol stacks can distinguish between data and pad.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to