examples/l3fwd: rename file for sequential hash lookup
authorJianbo Liu <jianbo.liu@linaro.org>
Tue, 4 Jul 2017 10:23:59 +0000 (18:23 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 Jul 2017 15:41:53 +0000 (17:41 +0200)
commit677311d2706264e016982ebfadba5e36223b1e20
tree665c7bc7dd48e49d9e91a25c0411d0d9dba19c03
parent8ec858abe47a9ffb8594881c8e30c8bb13f6d296
examples/l3fwd: rename file for sequential hash lookup

The l3fwd_em_sse.h is enabled by NO_HASH_LOOKUP_MULTI.
Renaming it because it's only for sequential hash lookup,
and doesn't include any x86 SSE instructions.

Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org>
examples/l3fwd/l3fwd_em.c
examples/l3fwd/l3fwd_em_sequential.h [new file with mode: 0644]
examples/l3fwd/l3fwd_em_sse.h [deleted file]