]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: Add per-namespace flow table default miss action support
authorMark Zhang <markz@mellanox.com>
Mon, 19 Aug 2019 11:36:24 +0000 (14:36 +0300)
committerLeon Romanovsky <leonro@mellanox.com>
Wed, 21 Aug 2019 13:57:00 +0000 (16:57 +0300)
commitd0f0581075bcafb1ec047c6075bbcd5d509e5ad2
treeec1f80946304b2d16f380df462d34aa90d5b8d46
parent17927b7d0683bd4e6ff0f7022e185478a5b4b0e1
net/mlx5: Add per-namespace flow table default miss action support

Currently all the namespaces under the same steering domain share the same
default table miss action, however in some situations (e.g., RDMA RX)
different actions are required. This patch adds a per-namespace default
table miss action instead of using the miss action of the steering domain.

Signed-off-by: Mark Zhang <markz@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c
drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h