Re: [dpdk-dev] [PATCH v2 1/4] net/mlx5: fix memory event on secondary process

2019-03-26 Thread Shahaf Shuler
Monday, March 25, 2019 9:16 PM, Yongseok Koh: > Subject: [dpdk-dev] [PATCH v2 1/4] net/mlx5: fix memory event on > secondary process > > As the memory event is propagated to secondary processes, the event is > processed redundantly. This should be processed once because the data &

[dpdk-dev] [PATCH v2 1/4] net/mlx5: fix memory event on secondary process

2019-03-25 Thread Yongseok Koh
As the memory event is propagated to secondary processes, the event is processed redundantly. This should be processed once because the data structure used for MR and the event is global across the processes. Fixes: 974f1e7ef146 ("net/mlx5: add new memory region support") Cc: sta...@dpdk.org Sign