commit | a89f7c04e680807a094285f572c56b5535cdab5e | [log] [tgz] |
---|---|---|
author | Murat Sezgin <msezgin@codeaurora.org> | Wed Oct 19 11:06:56 2016 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Nov 03 13:55:43 2016 -0700 |
tree | 21f41616cbe89ed1231e6a13f81b0e73779d9bbf | |
parent | 8424fa6dbbb595878df1d3c73647da2452117d70 [diff] |
[qca-nss-ecm] Dynamically allocate the database tables Statically declared tables consume too much size in the .bss segment. To reduce the occupied .bss segment by ECM it is better to allocate these tables dynamically in the kernel virtual memory. Change-Id: I6bd988280152a7c0e182858c0902ad4bf6641355 Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>