On Thu, Oct 3, 2019 at 2:28 AM <[email protected]> wrote: > > From: Pavan Nikhilesh <[email protected]> > > Add the default l2fwd poll mode routines similar to examples/l2fwd. > > Signed-off-by: Sunil Kumar Kori <[email protected]> > Signed-off-by: Pavan Nikhilesh <[email protected]> > --- > MAINTAINERS | 5 + > examples/Makefile | 1 +
examples/meson.build is not updated Please test the meson output. > examples/l2fwd-event/Makefile | 59 +++++ > examples/l2fwd-event/l2fwd_common.c | 142 +++++++++++ > examples/l2fwd-event/l2fwd_common.h | 129 ++++++++++ > examples/l2fwd-event/l2fwd_poll.c | 197 +++++++++++++++ > examples/l2fwd-event/l2fwd_poll.h | 25 ++ > examples/l2fwd-event/main.c | 374 ++++++++++++++++++++++++++++ > examples/l2fwd-event/meson.build | 14 ++ > 9 files changed, 946 insertions(+) > create mode 100644 examples/l2fwd-event/Makefile > create mode 100644 examples/l2fwd-event/l2fwd_common.c > create mode 100644 examples/l2fwd-event/l2fwd_common.h > create mode 100644 examples/l2fwd-event/l2fwd_poll.c > create mode 100644 examples/l2fwd-event/l2fwd_poll.h > create mode 100644 examples/l2fwd-event/main.c > create mode 100644 examples/l2fwd-event/meson.build

