Re: [dpdk-dev] [PATCH] net/mlx5: make flow opration thread safe

2020-11-17 Thread Suanming Mou
2020 3:37 PM > To: Matan Azrad > Cc: dev@dpdk.org; Weifeng Li > Subject: [dpdk-dev] [PATCH] net/mlx5: make flow opration thread safe > > Does it neet a lock for flow about below scene. > Thread1: flow_list_destroyflow_list_create > Thread2: -flow_list_destroy---

[dpdk-dev] [PATCH] net/mlx5: make flow opration thread safe

2020-11-07 Thread Weifeng Li
Does it neet a lock for flow about below scene. Thread1: flow_list_destroyflow_list_create Thread2: -flow_list_destroy Maybe the same flow can be operate at the same time. When i start mlx5 bond and trigger LSC at the same time. It is possible to assert in mlx5_rx_queue_release fun