From: Tom Herbert <t...@herbertland.com> Date: Fri, 14 Oct 2016 11:25:35 -0700
> Add a dst_cache to ila_lwt structure. This holds a cached route for the > translated address. In ila_output we now perform a route lookup after > translation and if possible (destination in original route is full 128 > bits) we set the dst_cache. Subsequent calls to ila_output can then use > the cache to avoid the route lookup. ... Series applied, thanks Tom.