acl-plugin: add startup-config section "acl-plugin" and heap/hash parameters 83/8383/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 11 Sep 2017 15:22:03 +0000 (17:22 +0200)
committerOle Trøan <otroan@employees.org>
Tue, 12 Sep 2017 09:20:04 +0000 (09:20 +0000)
commitcada5a92faaf1dd2887df5ca200195011d2a0b8d
tree4a6be48083c2084cfce6ba00bcc00da5c6046781
parente8efd7d16fb3b6e7da752657220f3ed9807d4118
acl-plugin: add startup-config section "acl-plugin" and heap/hash parameters

This adds the ability to tweak the memory allocation parameters of the ACL plugin
from the startup config. It may be useful in the cases involving higher limit
of the connections than the default 1M, or the high number of cores.

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