Re: [PATCH mlx5-next 08/17] RDMA/core: Delete IPsec flow action logic from the core

From: Jason Gunthorpe
Date: Thu Apr 07 2022 - 12:03:39 EST


On Wed, Apr 06, 2022 at 11:25:43AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@xxxxxxxxxx>
>
> The removal of mlx5 flow steering logic, left the kernel without any RDMA
> drivers that implements flow action callbacks supplied by RDMA/core. Any
> user access to them caused to EOPNOTSUPP error, which can be achieved by
> simply removing ioctl implementation.
>
> Reviewed-by: Raed Salem <raeds@xxxxxxxxxx>
> Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxx>
> ---
> drivers/infiniband/core/device.c | 2 -
> .../core/uverbs_std_types_flow_action.c | 383 +-----------------
> include/rdma/ib_verbs.h | 8 -
> 3 files changed, 1 insertion(+), 392 deletions(-)

Acked-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason