Pipelined Architecture for Multi-String Matching.

Derek Chi-Wai Pao,Wei Lin,Bin Liu
DOI: https://doi.org/10.1109/l-ca.2008.5
IF: 2.3
2008-01-01
IEEE Computer Architecture Letters
Abstract:We present a pipelined approach to hardware implementation of the Aho-Corasick (AC) algorithm for string matching called P-AC. By incorporating pipelined processing, the state graph is reduced to a character trie that only contains forward edges. Edge reduction in P-AC is very impressive and is guaranteed algorithmically. For a signature set with 4434 strings extracted from the Snort rule set, the memory cost of P-AC is only 21.5 bits/char. The simplicity of the pipeline control plus the availability of 2-port memories allow us to implement two pipelines sharing the set of lookup tables on the same device. By doing so, the system throughput can be doubled with little overhead. The throughput of our method is up to 8.8 Gbps when the system is implemented using 550MHz FPGA.
What problem does this paper attempt to address?