[PATCH 31/31] FreeBSD OFED support for DPDK MLX5 PMD
In mlx5_ib_create_flow if udata is NULL, it returns error,
because of this, MLX5 test-pmd fails to launch.
The Linux code does not return error if udata is NULL.
This fix brings in the same behaviour.