[dpdk-dev] Crash during rte_acl_classify while other core is building the filter context using rte_acl_build()

Mohanraj Venkat msvmohanraj at gmail.com
Mon Feb 5 14:30:27 CET 2018


Hi,

How to resolve the following crash without using lock in dpdk ?


Crash occurs while a core is doing rte_acl_classify() for a packet when
other core is trying to build the same filter context using rte_acl_build().

How to resolve this issue without using lock as lock affects the
performance ? or Is there any other way using lock which will not affect
the performance. ?



Thanks,
Mohanraj V


More information about the dev mailing list