mbox series

[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
Series acl: fix 32-bit range field doesn't work properly |

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(-)
  

Comments

David Marchand Feb. 13, 2020, 1:57 p.m. UTC | #1
On Wed, Feb 12, 2020 at 2:48 PM Konstantin Ananyev
<konstantin.ananyev@intel.com> wrote:
>
> 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(-)
>

Series applied, thanks.



--
David Marchand