From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Hi, This code from Naor refactors the fs_core and adds steering support for default miss functionality. Thanks Maor Gottlieb (4): {IB/net}/mlx5: Simplify don't trap code net/mlx5: Add support in forward to namespace RDMA/mlx5: Refactor DV create flow RDMA/mlx5: Add support in steering default miss drivers/infiniband/hw/mlx5/flow.c | 139 +++++++++++------- drivers/infiniband/hw/mlx5/main.c | 55 ++----- .../net/ethernet/mellanox/mlx5/core/fs_core.c | 123 +++++++++++----- .../net/ethernet/mellanox/mlx5/core/fs_core.h | 2 + include/linux/mlx5/fs.h | 1 + include/uapi/rdma/mlx5_user_ioctl_cmds.h | 5 + 6 files changed, 195 insertions(+), 130 deletions(-) -- 2.25.2