Re: [dpdk-dev] [PATCH 2/5] examples/l3fwd: rename l3fwd_em_sse.h to l3fwd_em_single.h

2017-05-02 Thread Sekhar, Ashwin
On Tue, 2017-05-02 at 15:14 +0800, Jianbo Liu wrote: > The l3fwd_em_sse.h is enabled by NO_HASH_LOOKUP_MULTI. > Renaming it because it's only for single hash lookup, > and doesn't include any x86 SSE instructions. > > Signed-off-by: Jianbo Liu > --- >  examples/l3fwd/l3fwd_em.c   

[dpdk-dev] [PATCH 2/5] examples/l3fwd: rename l3fwd_em_sse.h to l3fwd_em_single.h

2017-05-02 Thread Jianbo Liu
The l3fwd_em_sse.h is enabled by NO_HASH_LOOKUP_MULTI. Renaming it because it's only for single hash lookup, and doesn't include any x86 SSE instructions. Signed-off-by: Jianbo Liu --- examples/l3fwd/l3fwd_em.c| 2 +- examples/l3fwd/{l3fwd_em_sse.h => l3fwd_em_single.