Re: [PATCH rdma-next 4/9] IB/mlx5: Introduce flow steering matcher object

2018-07-11 Thread Jason Gunthorpe
On Wed, Jul 11, 2018 at 12:32:56PM +0300, Yishai Hadas wrote: > >>+static int UVERBS_HANDLER(MLX5_IB_METHOD_FLOW_MATCHER_CREATE)(struct > >>ib_device *ib_dev, > >>+ struct ib_uverbs_file *file, > >>+ struct uverbs_attr_bundle *attrs) > >>+{

Re: [PATCH rdma-next 4/9] IB/mlx5: Introduce flow steering matcher object

2018-07-11 Thread Yishai Hadas
On 7/10/2018 8:34 PM, Jason Gunthorpe wrote: On Sun, Jul 08, 2018 at 01:24:40PM +0300, Leon Romanovsky wrote: From: Yishai Hadas Introduce flow steering matcher object and its create and destroy methods. This matcher object holds some mlx5 specific driver properties that matches the underlay

Re: [PATCH rdma-next 4/9] IB/mlx5: Introduce flow steering matcher object

2018-07-10 Thread Jason Gunthorpe
On Sun, Jul 08, 2018 at 01:24:40PM +0300, Leon Romanovsky wrote: > From: Yishai Hadas > > Introduce flow steering matcher object and its create and destroy > methods. > > This matcher object holds some mlx5 specific driver properties that > matches the underlay device specification when an mlx5

[PATCH rdma-next 4/9] IB/mlx5: Introduce flow steering matcher object

2018-07-08 Thread Leon Romanovsky
From: Yishai Hadas Introduce flow steering matcher object and its create and destroy methods. This matcher object holds some mlx5 specific driver properties that matches the underlay device specification when an mlx5 flow steering group is created. It will be used in downstream patches to be pa