acl: remove invalid test
authorMichał Mirosław <michal.miroslaw@atendesoftware.pl>
Wed, 18 Jan 2017 19:32:51 +0000 (20:32 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 30 Jan 2017 10:08:30 +0000 (11:08 +0100)
commit7601d32ed3a07d2c341095aa3a47b72e78b12f6a
treeceba961e5b736355284bc14e93a83cb27d8eae94
parentcb8fac62beb741e4fdacb41be2b242e964b75f73
acl: remove invalid test

rte_acl_add_rules() has no way of checking rule size.

This was hidden because the test effectively checked that
adding a rule with userdata == 0 failed.

Signed-off-by: Michał Mirosław <michal.miroslaw@atendesoftware.pl>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
app/test/test_acl.c