mbox

[0/2] acl: fix 32-bit range field doesn't work properly

Message ID 20200212134745.5723-1-konstantin.ananyev@intel.com (mailing list archive)
Headers

Message

Ananyev, Konstantin Feb. 12, 2020, 1:47 p.m. UTC
  Fix problem with ACL library for 32-bit range fields,
and extend UT to cover such cases in future.

Konstantin Ananyev (2):
  acl: fix 32-bit range field doesn't work properly
  test/acl: add 32-bit range test-case

 app/test/test_acl.c      | 164 +++++++++++++++++++++++++++++++++------
 app/test/test_acl.h      |  43 ++++++++++
 lib/librte_acl/acl_bld.c | 148 +++++++++++++++++++++++++----------
 3 files changed, 290 insertions(+), 65 deletions(-)