[dpdk-dev] ACL trie insertion and search

2015-01-28 Thread Ananyev, Konstantin
Hi > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Rapelly, Varun > Sent: Wednesday, January 28, 2015 9:07 AM > To: dev at dpdk.org > Subject: [dpdk-dev] ACL trie insertion and search > > Hi, > > We were converting the acl rule

[dpdk-dev] ACL trie insertion and search

2015-01-28 Thread Rapelly, Varun
Hi, We were converting the acl rule data, from host to network byte order, [by mistake] while inserting into trie. And while searching we are not converting the search data to n/w byte order. With the above also rules are matching, except few scenarios. After correcting the above mistake, all r