acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing 89/11389/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 26 Mar 2018 16:19:20 +0000 (18:19 +0200)
committerChris Luke <chris_luke@comcast.com>
Tue, 27 Mar 2018 17:43:37 +0000 (17:43 +0000)
commit82f2e6e50dfedd495f8788f85b0f366f79ae8e1a
treec63587ec7cd2fc94ea9e2fddc6679b0182efaf9d
parentf756401ddda1349e024dbf631d5774efb9e7f55a
acl-plugin: autosize the ACL plugin heap and fix the heap size types and parsing

- autosize the ACL plugin heap size based on the number of workers
- for manual heap size setting, use the proper types (uword),
  and proper format/unformat functions (unformat_memory_size)

Change-Id: I7c46134e949862a0abc9087d7232402fc5a95ad8
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/acl/acl.c
src/plugins/acl/acl.h
src/plugins/acl/hash_lookup.c