]> git.droids-corp.org - dpdk.git/commit
examples/l3fwd: move packet group function in common
authorRahul Bhansali <rbhansali@marvell.com>
Thu, 23 Jun 2022 09:38:15 +0000 (15:08 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Thu, 30 Jun 2022 04:54:21 +0000 (06:54 +0200)
commit732115ce38c63184cb706b9179c02ed04b961afa
treee0afd2dfb8a985069d91d7db62372154c3ea4bd1
parent65bd9c7abc255ec2ce084d9f28e29c395e205402
examples/l3fwd: move packet group function in common

This will make the packet grouping function common, so
that other examples can utilize as per need.

For each architecture sse/neon/altivec, port group
headers will be created under examples/common/<arch>.

Signed-off-by: Rahul Bhansali <rbhansali@marvell.com>
Tested-by: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
Acked-by: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>
12 files changed:
MAINTAINERS
examples/common/altivec/port_group.h [new file with mode: 0644]
examples/common/neon/port_group.h [new file with mode: 0644]
examples/common/pkt_group.h [new file with mode: 0644]
examples/common/sse/port_group.h [new file with mode: 0644]
examples/l3fwd/Makefile
examples/l3fwd/l3fwd.h
examples/l3fwd/l3fwd_altivec.h
examples/l3fwd/l3fwd_common.h
examples/l3fwd/l3fwd_neon.h
examples/l3fwd/l3fwd_sse.h
examples/meson.build