> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Wednesday, September 02, 2015 2:17 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 08/10] acl: remove old API > > The functions and structures are moved to app/test in order to keep > existing unit tests. Some minor changes were done in these functions > because of library scope restrictions. > An enum is also copied in two other applications to keep existing code. > The library version is incremented. > > Signed-off-by: Thomas Monjalon <thomas.monjalon at 6wind.com> > Acked-by: Stephen Hemminger <stephen at networkplumber.org> > Acked-by: Neil Horman <nhorman at tuxdriver.com> > ---
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com> > app/test-acl/main.c | 17 +++ > app/test/test_acl.c | 194 > +++++++++++++++++++++++++++++++++++ > app/test/test_acl.h | 59 +++++++++++ > doc/guides/rel_notes/deprecation.rst | 4 - > doc/guides/rel_notes/release_2_2.rst | 4 +- > examples/l3fwd-acl/main.c | 17 +++ > lib/librte_acl/Makefile | 2 +- > lib/librte_acl/rte_acl.c | 170 ------------------------------ > lib/librte_acl/rte_acl.h | 104 ------------------- > lib/librte_acl/rte_acl_version.map | 2 - > 10 files changed, 291 insertions(+), 282 deletions(-) >