Re: [ovs-dev] [PATCH v2 2/3] physical: Simplify updating localvif_to_ofport map in physical_run()

2017-05-05 Thread Ben Pfaff
On Fri, May 05, 2017 at 12:54:43PM +, Daniel Alvarez wrote: > From: Ben Pfaff > > These two loops were updating 'localvif_to_ports' to be the same as > 'new_localvif_to_ports' and setting physical_map_changed if there had > been any differences. This is more work than necessary, so this > co

[ovs-dev] [PATCH v2 2/3] physical: Simplify updating localvif_to_ofport map in physical_run()

2017-05-05 Thread Daniel Alvarez
From: Ben Pfaff These two loops were updating 'localvif_to_ports' to be the same as 'new_localvif_to_ports' and setting physical_map_changed if there had been any differences. This is more work than necessary, so this commit simplifies it. Signed-off-by: Ben Pfaff --- ovn/controller/physical.