On Mon, Dec 10, 2018 at 11:19:49AM +0200, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > IB representors don't support creation of RAW ethernet QP flows. > Disable them by reusing existing RDMA/core support macros. > We do it for both creation and matcher because latter is not > usable if no flow creation is available. > > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > Changelog v0->v1: > * Reused UAPI_DEF_IS_OBJ_SUPPORTED macro > --- > drivers/infiniband/hw/mlx5/flow.c | 16 ++++++++++++---- > include/rdma/uverbs_ioctl.h | 9 +++++---- > 2 files changed, 17 insertions(+), 8 deletions(-) Applied to for-next, thanks Jason