net/mlx5: add Direct Verbs validation function
authorOri Kam <orika@mellanox.com>
Mon, 24 Sep 2018 23:17:43 +0000 (23:17 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:49 +0000 (18:53 +0200)
commit3d69434113d169a914db7a9a3cbaedd3563a701d
treec46ac2ab14bca9e8650db8e47fd5584ce63f00db
parent84c406e74524e0a81e4d77034e7e4e72a32e5dd1
net/mlx5: add Direct Verbs validation function

This is commit introduce the Direct Verbs driver API.
The Direct Verbs is an API adds new features like encapsulation, match
on metatdata.
In this commit the validation function was added, most of the validation
is done with functions that are also in use for the Verbs API.

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_flow.h
drivers/net/mlx5/mlx5_flow_dv.c [new file with mode: 0644]