From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?7Zmp6rec66+8?= Subject: Questions about ACL library Date: Tue, 28 Apr 2015 00:35:12 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi I'm a newbie in DPDK and have some very basic & stupid questions about ACL library. It is hard for me to understand DFA ACL library, especially the transition table and wildness which is used in trie generation and sorting. Why they use a transition table(=node array) to traverse a trie instead of using a node directly? Is there any document or URL for the DPDK ACL library? I already read the programmer's guide, but I want to understand constructing ACL trie, transition table and traversal way not the usage of ACL library.