[dpdk-dev] [PATCH 0/8] ACL: various fixes and cleanups

Konstantin Ananyev konstantin.ananyev at intel.com
Thu Jun 4 01:10:16 CEST 2015


This patch-set is based on:
[PATCHv2 0/3] ACL: Fix bug in acl_merge_trie() and add a new test-case for it to the UT.

Konstantin Ananyev (8):
 ACL: fix invalid rule wildness calculation for RTE_ACL_FIELD_TYPE_BITMASK
 ACL: code cleanup - use global RTE_LEN2MASK macro
 ACL: add function to check rte_acl_build() input parameters
 ACL: fix rebuilding a trie for subset of rules
 ACL: introduce RTE_ACL_MASKLEN_TO_BITMASK macro
 ACL: cleanup remove unused code from acl_bld.c
 ACL: fix remove ambiguity between rules at UT
 ACL: add new test-cases into UT

 app/test-acl/main.c            |   3 +-
 app/test/test_acl.c            | 431 +++++++++++++++++++++++++++++++++++++-
 app/test/test_acl.h            |  52 ++---
 lib/librte_acl/acl_bld.c       | 455 +++++++----------------------------------
 lib/librte_acl/rte_acl.c       |   3 +-
 lib/librte_acl/rte_acl.h       |   5 +-
 lib/librte_acl/rte_acl_osdep.h |   2 -
 7 files changed, 530 insertions(+), 421 deletions(-)

-- 
1.8.5.3



More information about the dev mailing list