net/mlx5: add parameter for LACP packets control
authorShiri Kuzin <shirik@mellanox.com>
Tue, 23 Jun 2020 08:41:07 +0000 (11:41 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 30 Jun 2020 12:52:30 +0000 (14:52 +0200)
commit0f0ae73a3287c1e426d5df58516433a3aac7230c
tree2d7378a3492caae8002d67a63ab969a58b0b91d1
parent3c78124f0ac62692c5e5af45a316ce1ec854bfc6
net/mlx5: add parameter for LACP packets control

The new devarg will control the steering of the lacp traffic.
When setting dv_lacp_by_user = 0 the lacp traffic will be
steered to kernel and managed there.

When setting dv_lacp_by_user = 1 the lacp traffic will
not be steered and the user will need to manage it.

Signed-off-by: Shiri Kuzin <shirik@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
doc/guides/nics/mlx5.rst
doc/guides/rel_notes/release_20_08.rst
drivers/net/mlx5/mlx5.c
drivers/net/mlx5/mlx5.h
drivers/net/mlx5/mlx5_trigger.c