Re: [dpdk-dev] [PATCH v2] net/mlx4: fix flow creation before start

2017-07-31 Thread Ferruh Yigit
On 7/27/2017 11:27 AM, Matan Azrad wrote: > The corrupted code causes segmentation fault when user creates > flow with drop action before device starting. > > For example, failsafe PMD recreates all the flows before calling > dev_start in plug-in sequence and mlx4 allocated its flow drop > queue i

[dpdk-dev] [PATCH v2] net/mlx4: fix flow creation before start

2017-07-27 Thread Matan Azrad
The corrupted code causes segmentation fault when user creates flow with drop action before device starting. For example, failsafe PMD recreates all the flows before calling dev_start in plug-in sequence and mlx4 allocated its flow drop queue in dev_start. Hence, when failsafe created flow with dr