Hi Konstantin, 2015-06-04 00:10, Konstantin Ananyev: > 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
Commit titles would be more useful if they shortly explain the goal instead of giving some function/macro names. It should be thought as a changelog entry and reflect behavioral change. On a side note, the keyword ACL: should be lowercase. In the case of fixes, adding a Fixes: line may help. It can be generated with this command: git log -1 --abbrev=12 --format='Fixes: %h ("%s")' <commit> Thanks