net/mlx5: add runtime parameter to enable Direct Verbs
authorOri Kam <orika@mellanox.com>
Mon, 24 Sep 2018 23:17:54 +0000 (23:17 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 11 Oct 2018 16:53:49 +0000 (18:53 +0200)
commit51e72d386c99035d67705b60eeab409313071d32
tree8b1a7eb52f939ae6f1cf86ccb5c7bc8d478a1945
parentc4d9b9f7f382e8cd3dd6716d15d4ad5e2d06de68
net/mlx5: add runtime parameter to enable Direct Verbs

DV flow API is based on new kernel API and is
missing some functionality like counter but add other functionality
like encap.

In order not to affect current users even if the kernel supports
the new DV API it should be enabled only manually.

Signed-off-by: Ori Kam <orika@mellanox.com>
Acked-by: Yongseok Koh <yskoh@mellanox.com>
doc/guides/nics/mlx5.rst
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_flow.c