<div dir="ltr">Hi folks! <br><br>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. <br>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. <br>It could be a big number of matches so using categories is not an option.<br><br>Thanks,<br>Dmitriy Stepanov<br></div>