Re: [dpdk-dev] [PATCH] net/mlx4: fix drop action setting before start

2017-07-26 Thread Adrien Mazarguil
Hi Matan, On Tue, Jul 25, 2017 at 02:18:28PM +0300, Matan Azrad wrote: > The corrupted code causes segmentation fault when user creates > flow with drop action before device starting. Thanks for debugging this issue. This should address the crash but I'm concerned about its root cause, as you've

[dpdk-dev] [PATCH] net/mlx4: fix drop action setting before start

2017-07-25 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