[dpdk-dev] [PATCH v6] examples/l3fwd: em path performance fix

2016-03-21 Thread Thomas Monjalon
2016-03-18 14:31, Tomasz Kulasek: > It seems that for the most use cases, previous hash_multi_lookup provides > better performance, and more, sequential lookup can cause significant > performance drop. > > This patch sets previously optional hash_multi_lookup method as default. > It also provides

[dpdk-dev] [PATCH v6] examples/l3fwd: em path performance fix

2016-03-18 Thread Tomasz Kulasek
It seems that for the most use cases, previous hash_multi_lookup provides better performance, and more, sequential lookup can cause significant performance drop. This patch sets previously optional hash_multi_lookup method as default. It also provides some minor optimizations such as queue drain