Re: [ovs-dev] [PATCH v1 1/4] route-table: get rid of name-table

2014-10-21 Thread Thomas Graf
On 10/16/14 at 11:38am, Pravin B Shelar wrote: > name table maintains device ifindex to name mapping. On any name > table changes it invalidate name table and routing table. So > rather than building two tables this patch moves dev name to routing > entry and build routing table on any name table

[ovs-dev] [PATCH v1 1/4] route-table: get rid of name-table

2014-10-16 Thread Pravin B Shelar
name table maintains device ifindex to name mapping. On any name table changes it invalidate name table and routing table. So rather than building two tables this patch moves dev name to routing entry and build routing table on any name table changes. Signed-off-by: Pravin B Shelar --- lib/rout