common/mlx5: add default miss action
authorShiri Kuzin <shirik@mellanox.com>
Tue, 23 Jun 2020 08:41:05 +0000 (11:41 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 30 Jun 2020 12:52:30 +0000 (14:52 +0200)
commitd4d85aa6f13aed654b2cd8344fe30ec7b7aba7c7
treec6d742f3008c3c27d802d9587f3bbb5ca688d23f
parent7608b9e3735a754904791debb991027a2065a7f5
common/mlx5: add default miss action

Add dv_create_action_default_miss wrapper function
for the action added to the rdma-core
MLX5DV_FLOW_ACTION_DEFAULT_MISS.

When a packet matches MLX5DV_FLOW_ACTION_DEFAULT_MISS
action it is steered to the default miss of the verbs
steering domain.

Signed-off-by: Shiri Kuzin <shirik@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/common/mlx5/Makefile
drivers/common/mlx5/linux/meson.build
drivers/common/mlx5/linux/mlx5_glue.c
drivers/common/mlx5/linux/mlx5_glue.h