[dpdk-dev] [Bug 531] ACL (librte_acl) Fails to match source ports

bugzilla at dpdk.org bugzilla at dpdk.org
Wed Aug 26 09:41:00 CEST 2020


https://bugs.dpdk.org/show_bug.cgi?id=531

            Bug ID: 531
           Summary: ACL (librte_acl) Fails to match source ports
           Product: DPDK
           Version: 19.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: other
          Assignee: dev at dpdk.org
          Reporter: itamar.shoshani at ibm.com
  Target Milestone: ---

After upgrading to DPDK 19.11.3, one of our regression tests failed.
A simplified version of the test that still fails is:
    Creating a ruleset with two rules:
        - drop udp packet with a range of source ports
        - allow all udp traffic
    Sending udp packet with source port outside the range
We expect the packet to be forwarded but it drops.

A workaround that work for us was replacing lib/librte_acl/acl_bld.c with the
same file from DPDK 18.11.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list