Re: [dpdk-dev] ACL crash with one packet

2021-01-20 Thread Ananyev, Konstantin
Hi Levend, > Hi all. > > For packet classification using ACL, there are multiple functions for this > classification. > When packet count is under 4, it uses scalar function. And that scalar > function looks like making a classification for 2 packets. > > I am having a crash when used with only

[dpdk-dev] ACL crash with one packet

2021-01-20 Thread Levend Sayar
Hi all. For packet classification using ACL, there are multiple functions for this classification. When packet count is under 4, it uses scalar function. And that scalar function looks like making a classification for 2 packets. I am having a crash when used with only one packet. İs there such a