[dpdk-dev] rte_hash_del_key crash in multi-process environment

2016-04-20 Thread 张伟
ara Guarch, Pablo >> Cc: Thomas Monjalon; Gonzalez Monroy, Sergio; dev at dpdk.org; Dhana >> Eadala; Richardson, Bruce; Qiu, Michael >> Subject: [dpdk-dev] rte_hash_del_key crash in multi-process environment >> >> Hi all, >> >> >> In the multi-process

[dpdk-dev] rte_hash_del_key crash in multi-process environment

2016-04-19 Thread 张伟
Hi all, In the multi-process environment, before I met a bug when calling rte_hash_lookup_with_hash. Using Dhana's patch fixed my problem. Now I need to remove the flow in the multi-process environment, the system gets crashed when calling rte_hash_del_key function. The following is the gdb

[dpdk-dev] rte_hash_del_key crash in multi-process environment

2016-04-19 Thread De Lara Guarch, Pablo
t; Subject: [dpdk-dev] rte_hash_del_key crash in multi-process environment > > Hi all, > > > In the multi-process environment, before I met a bug when calling > rte_hash_lookup_with_hash. Using Dhana's patch fixed my problem. Now I > need to remove the flow in the multi-proc