Re: [PATCH] seastar - SeaStar Ethernet driver (review commentsaddressed)

From: Stephen Hemminger
Date: Tue Feb 02 2010 - 21:08:33 EST


On Tue, 02 Feb 2010 18:02:01 -0800
Joe Perches <joe@xxxxxxxxxxx> wrote:

> Presumably SeaStar doesn't support multicast either, so maybe:
> if (dest_low_mac & 0x01)

Why not:
if (is_multicast_ether_addr(ethdr->h_dest))
...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/