[dpdk-dev] [PATCH 1/2] net/mlx5: fix testpmd crash on null-flow drv opts

2019-05-28 Thread Moti Haimovsky
mlx5 implements mlx5_flow_null_drv_ops to be used when a specific flow typei/driver is not available or invalid. This routines return error without modifying the rte_flow_error parameter passed to them which causes testpmd, for example, to crash. This commit addresses the issue by modifying the rte

[dpdk-dev] [PATCH 1/2] net/mlx5: fix testpmd crash on null-flow drv opts

2019-05-28 Thread Moti Haimovsky
mlx5 implements mlx5_flow_null_drv_ops to be used when a specific flow typei/driver is not available or invalid. This routines return error without modifying the rte_flow_error parameter passed to them which causes testpmd, for example, to crash. This commit addresses the issue by modifying the rte