Find all matches with DPDK ACL

Steffen Weise stweise.linux at gmail.com
Wed Nov 24 11:06:13 CET 2021


> Hi folks!
>
> I'm using DPDK's ACL library to classify incoming packets by IPv4 5 tuple
> match (src address, dst address, src port, dst port, protocol). Right now
> it is possible to find only the best match based on the rule's priority.
> Is there any way (maybe a custom patch for the ACL library exists?) to
> find all matches in a single request? Decreased performance and even some
> false-positive matches are acceptable.
> It could be a big number of matches so using categories is not an option.
>
> Thanks,
> Dmitriy Stepanov
>

Hi,

I have the very same question. Such a mechanism would help me in my
applications. Currently I go for lookup on multiple separate tables.

Cheers,
Steffen Weise
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/users/attachments/20211124/6cbaeba5/attachment.htm>


More information about the users mailing list