<div dir="ltr"><div dir="ltr"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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></blockquote><div><br>Hi,<br><br>I have the very same question. Such a mechanism would help me in my applications. Currently I go for lookup on multiple separate tables.<br><br>Cheers,<br>Steffen Weise</div></div></div>