net/mlx5: add flow translate function
authorOri Kam <orika@mellanox.com>
Mon, 24 Sep 2018 23:17:39 +0000 (23:17 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:49 +0000 (18:53 +0200)
commit84c406e74524e0a81e4d77034e7e4e72a32e5dd1
tree20f00ccbefe93b2bae6ba849e512e01630a514ea
parent4e05a229c5daed17980d44197fe45c3f8deb85b7
net/mlx5: add flow translate function

This commit modify the conversion of the input parameters into Verbs
spec, in order to support all previous changes.

Some of those changes are:
removing the use of the parser,
storing each flow in its own flow structure.

Signed-off-by: Ori Kam <orika@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
drivers/net/mlx5/Makefile
drivers/net/mlx5/meson.build
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5_flow.c
drivers/net/mlx5/mlx5_flow.h [new file with mode: 0644]
drivers/net/mlx5/mlx5_flow_verbs.c [new file with mode: 0644]