Re: [RFC Patch 1/3] netpoll: add generic support for bridge and bondingdevices

From: Cong Wang
Date: Tue Mar 23 2010 - 01:13:39 EST


David Miller wrote:
From: Cong Wang <amwang@xxxxxxxxxx>
Date: Tue, 23 Mar 2010 12:47:39 +0800

Yeah, for bonding case, probably. But for bridge case, I think
we still need to check all, right?

Why? Who cares?

If it goes out one port and reaches it's destination
the objective has been achieved.

Sending it out N more times achieves nothing.

We have to check which port has the right destination.

Ideally we should check the right destination address to
choose the port, but currently we don't have a generic
way to check this, thus I chose to send it to all ports.
You are right, this needs to be improved.

Thanks!

--
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/