]> git.droids-corp.org - dpdk.git/commit
examples/l3fwd: merge l3fwd-acl example
authorSean Morrissey <sean.morrissey@intel.com>
Fri, 22 Apr 2022 09:57:19 +0000 (09:57 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jun 2022 10:09:05 +0000 (12:09 +0200)
commit6de0ea50e9b9d0129079689be1e335d1ffbf17d3
tree53a5bce455246b5257e5c904a71163f80753f832
parent3cc977704be6d4db3655da5afb2e87f114cd42d3
examples/l3fwd: merge l3fwd-acl example

l3fwd-acl contains duplicate functions to l3fwd.
For this reason we merge l3fwd-acl code into l3fwd
with '--lookup acl' cmdline option to run ACL.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
17 files changed:
MAINTAINERS
doc/guides/rel_notes/release_22_07.rst
doc/guides/sample_app_ug/index.rst
doc/guides/sample_app_ug/l3_forward.rst
doc/guides/sample_app_ug/l3_forward_access_ctrl.rst [deleted file]
examples/l3fwd-acl/Makefile [deleted file]
examples/l3fwd-acl/main.c [deleted file]
examples/l3fwd-acl/meson.build [deleted file]
examples/l3fwd/Makefile
examples/l3fwd/l3fwd.h
examples/l3fwd/l3fwd_acl.c [new file with mode: 0644]
examples/l3fwd/l3fwd_acl.h [new file with mode: 0644]
examples/l3fwd/l3fwd_acl_scalar.h [new file with mode: 0644]
examples/l3fwd/l3fwd_route.h
examples/l3fwd/main.c
examples/l3fwd/meson.build
examples/meson.build