On 4/22/2020 10:26 PM, Jason Gunthorpe wrote:
On Mon, Apr 13, 2020 at 04:53:28PM +0300, Leon Romanovsky wrote:
From: Daria Velikovsky <daria@xxxxxxxxxxxx>
When drop action is used the matching packet will stop
processing in steering and will be dropped. This functionality
will allow users to drop matching packets.
Signed-off-by: Daria Velikovsky <daria@xxxxxxxxxxxx>
Reviewed-by: Maor Gottlieb <maorg@xxxxxxxxxxxx>
Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>
---
drivers/infiniband/hw/mlx5/flow.c | 37 +++++++++++++++---------
include/uapi/rdma/mlx5_user_ioctl_cmds.h | 1 +
2 files changed, 24 insertions(+), 14 deletions(-)
Where is the rdma-core part of this?
I have just sent the matching PR for the rdma-core part [1].
[1] https://github.com/linux-rdma/rdma-core/pull/748
Yishai