[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130521212930.01efd34e@vostro>
Date: Tue, 21 May 2013 21:29:30 +0300
From: Timo Teras <timo.teras@....fi>
To: Ben Hutchings <bhutchings@...arflare.com>
Cc: David Miller <davem@...emloft.net>, <netdev@...r.kernel.org>,
<kaber@...sh.net>
Subject: Re: [PATCH v2 net-next] arp: flush arp cache on IFF_NOARP change
On Tue, 21 May 2013 17:25:19 +0100
Ben Hutchings <bhutchings@...arflare.com> wrote:
> On Tue, 2013-05-21 at 13:23 +0300, Timo Teräs wrote:
> > IFF_NOARP affects what kind of neighbor entries are created
> > (nud NOARP or nud INCOMPLETE). If the flag changes, flush the arp
> > cache to refresh all entries.
> >
> > Signed-off-by: Timo Teräs <timo.teras@....fi>
> > ---
> > > This patch makes no sense at all.
> > >
> > > The state bit in ->priv_flags is a boolean stating whether the
> > > notified should do something or not.
> > >
> > > But you're setting it to match what IFF_NOARP is.
> > >
> > > You should set it any time IFF_NOARP _changes_, and then clear
> > > the bit when the notifier clears the neighbour entries.
> >
> > IFF_NOARP_CHANGED is set according to "changes = dev->flags ^
> > old_flags;" which reflect the change. But I agree that the clearing
> > out bit was misplaced. This is especially true as it seems
> > NETDEV_CHANGE can be notified from another place too.
> [...]
>
> None of the other persistent flags have a transient flag for changes;
> why should IFF_NOARP? Why not cache the IFF_NOARP state in the
> in_device and then compare and update that in arp_netdev_event().
This was the earlier suggestion I got, so I followed that. NOARP flag
is also used in IPv6 side (quick look would indicate that ndisc code
needs similar fix), so it would be useful to have this generally
available.
Would it be worthwhile to consider adding "flags_changed" to struct
net_device or some other mechanism add this info about all flags?
--
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