examples/l2fwd-event: add default poll mode routines
authorPavan Nikhilesh <pbhagavatula@marvell.com>
Wed, 30 Oct 2019 16:26:42 +0000 (21:56 +0530)
committerJerin Jacob <jerinj@marvell.com>
Mon, 4 Nov 2019 17:07:43 +0000 (18:07 +0100)
commit4ff457986f760a9d96a2bc82e3f24f2817cd33aa
treedc8ba85c59655debd9f73825ddbe411d4d55e5eb
parentea8403d08483af413f5441daa2d156f850fd33ce
examples/l2fwd-event: add default poll mode routines

Add the default l2fwd poll mode routines similar to examples/l2fwd.

Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Nipun Gupta <nipun.gupta@nxp.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
MAINTAINERS
examples/Makefile
examples/l2fwd-event/Makefile [new file with mode: 0644]
examples/l2fwd-event/l2fwd_common.c [new file with mode: 0644]
examples/l2fwd-event/l2fwd_common.h [new file with mode: 0644]
examples/l2fwd-event/l2fwd_poll.c [new file with mode: 0644]
examples/l2fwd-event/l2fwd_poll.h [new file with mode: 0644]
examples/l2fwd-event/main.c [new file with mode: 0644]
examples/l2fwd-event/meson.build [new file with mode: 0644]
examples/meson.build