acl-plugin: shrink the L2 classifier tables used for traffic redirect 64/7064/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 8 Jun 2017 16:59:24 +0000 (18:59 +0200)
committerDamjan Marion <dmarion.lists@gmail.com>
Wed, 14 Jun 2017 14:12:51 +0000 (14:12 +0000)
commit8e60f32c576095fe44b904a9d0a99f5da2c081ab
tree2386f74ff31c1872fce473c87c55578df55a8227
parent28b70af8e5b4bea004138cfca74e79b44803c5db
acl-plugin: shrink the L2 classifier tables used for traffic redirect

The previous iteration of the code used the L2 classifier tables for session storage,
as a result, the table allocations were pretty big. The new ACL plugin
datapath uses the tables just as a redirection mechanism, without adding any
entries. Thus, the tables can be much smaller.

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