On Mon, Apr 25, 2016 at 03:58:33PM -0700, Pravin B Shelar wrote:
> The neighbor entry expiry is only checked in dpif-poll
> event handler, But in absence of any event we could keep
> using arp entry forever. This patch changes it to check
> expiration on each lookup.
> 
> Signed-off-by: Pravin B Shelar <[email protected]>

I guess an alternative would be to introduce a "wait" function to make
sure that expiration happens more expeditiously, but this seems fine
too.

The locking in this module seems a little heavy-handed given that we're
using a cmap.

Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to