[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20090313.131620.132679618.davem@davemloft.net>
Date: Fri, 13 Mar 2009 13:16:20 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: kaber@...sh.net
Cc: ebiederm@...ssion.com, greearb@...delatech.com,
netdev@...r.kernel.org
Subject: Re: [PATCH] macvlan: Deterministic ingress packet delivery
From: Patrick McHardy <kaber@...sh.net>
Date: Mon, 09 Mar 2009 14:25:11 +0100
> Eric W. Biederman wrote:
> >>From 22d0a3e4ffa91f85c224d171ed7cc2d64a6dda00 Mon Sep 17 00:00:00 2001
> > From: Eric Biederman <ebiederm@...ssion.com>
> > Date: Fri, 6 Mar 2009 09:16:30 -0800
> > Subject: Changing the mac address when a macvlan device is up will leave the
> > device on the wrong hash chain making it impossible to receive
> > packets.
> > There is no checking of the mac address set on the macvlan. Allowing
> > a misconfiguration to grab packets from the the underlying device or
> > another macvlan.
> > To resolve these problems I update the hash table of macvlans when the
> > mac address of a macvlan changes, and when updating the hash table
> > I verify that the new mac address is usable.
> > The result is well defined and predictable if not perfect handling of
> > mac vlan mac addresses.
> > To keep the code clear I have created a set of hash table maintenance
> > in macvlan so I am not open coding the hash function and the logic
> > needed to update the hash table all over the place.
>
> This looks fine, thanks.
>
> Acked-by: Patrick McHardy <kaber@...sh.net>
Also applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists