examples/l3fwd: extract common code from multi packet send
authorJianbo Liu <jianbo.liu@linaro.org>
Tue, 4 Jul 2017 10:24:00 +0000 (18:24 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 Jul 2017 15:41:53 +0000 (17:41 +0200)
commit66d8bc009c55317507e10237f6a5a23c19d2fcb3
treed11cd676ebba0de014d716eb5455f95bb0c1c525
parent677311d2706264e016982ebfadba5e36223b1e20
examples/l3fwd: extract common code from multi packet send

Keep x86 related code in l3fwd_sse.h, and move common code to
l3fwd_common.h, which will be used by other Archs.

Signed-off-by: Jianbo Liu <jianbo.liu@linaro.org>
examples/l3fwd/l3fwd_common.h [new file with mode: 0644]
examples/l3fwd/l3fwd_sse.h