On Tue, Feb 3, 2015 at 2:09 PM, Andy Zhou <[email protected]> wrote: > Currently, the exact match cache lookup uses 'skb->hash' as an index. > In most cases, this value will be the same for pre and post > recirculation lookup, threshing the exact match cache. This patch > avoid this hash collision by using the rehashed value, by mixing in > in the 'recirc_id', as the lookup index. > > Signed-off-by: Andy Zhou <[email protected]>
Acked-by: Pravin B Shelar <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
