Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-26 Thread Jason Gunthorpe
On Thu, Jul 26, 2018 at 07:35:49AM +0300, Leon Romanovsky wrote: > On Wed, Jul 25, 2018 at 08:35:17AM -0600, Jason Gunthorpe wrote: > > On Wed, Jul 25, 2018 at 08:37:03AM +0300, Leon Romanovsky wrote: > > > > > > Also, I would like to keep the specs consistently formatted according > > > > to clang

Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-25 Thread Leon Romanovsky
On Wed, Jul 25, 2018 at 08:35:17AM -0600, Jason Gunthorpe wrote: > On Wed, Jul 25, 2018 at 08:37:03AM +0300, Leon Romanovsky wrote: > > > > Also, I would like to keep the specs consistently formatted according > > > to clang-format with 'BinPackParameters: true', so I reflowed them as > > > well. >

Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-25 Thread Jason Gunthorpe
On Wed, Jul 25, 2018 at 08:37:03AM +0300, Leon Romanovsky wrote: > > Also, I would like to keep the specs consistently formatted according > > to clang-format with 'BinPackParameters: true', so I reflowed them as > > well. > > I'm using default VIM clang-format.py without anything in .clang-forma

Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-24 Thread Leon Romanovsky
On Tue, Jul 24, 2018 at 02:13:00PM -0600, Jason Gunthorpe wrote: > On Tue, Jul 24, 2018 at 08:56:09AM +0300, Leon Romanovsky wrote: > > On Mon, Jul 23, 2018 at 08:42:36PM -0600, Jason Gunthorpe wrote: > > > On Mon, Jul 23, 2018 at 03:25:04PM +0300, Leon Romanovsky wrote: > > > > From: Leon Romanovs

Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-24 Thread Jason Gunthorpe
On Tue, Jul 24, 2018 at 02:13:00PM -0600, Jason Gunthorpe wrote: > diff --git a/drivers/infiniband/hw/mlx5/mlx5_ib.h > b/drivers/infiniband/hw/mlx5/mlx5_ib.h > index 5f08b69f8a4f60..ec8410d3c4eb2a 100644 > +++ b/drivers/infiniband/hw/mlx5/mlx5_ib.h > @@ -1232,11 +1232,9 @@ int mlx5_ib_devx_create

Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-24 Thread Jason Gunthorpe
On Tue, Jul 24, 2018 at 08:56:09AM +0300, Leon Romanovsky wrote: > On Mon, Jul 23, 2018 at 08:42:36PM -0600, Jason Gunthorpe wrote: > > On Mon, Jul 23, 2018 at 03:25:04PM +0300, Leon Romanovsky wrote: > > > From: Leon Romanovsky > > > > > > Changelog: > > > v1->v2: > > > * Fix matcher to use the

Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-23 Thread Leon Romanovsky
On Mon, Jul 23, 2018 at 08:42:36PM -0600, Jason Gunthorpe wrote: > On Mon, Jul 23, 2018 at 03:25:04PM +0300, Leon Romanovsky wrote: > > From: Leon Romanovsky > > > > Changelog: > > v1->v2: > > * Fix matcher to use the correct size. > > * Rephrase commit log of the first patch. > > v0->v1: > > *

Re: [PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-23 Thread Jason Gunthorpe
On Mon, Jul 23, 2018 at 03:25:04PM +0300, Leon Romanovsky wrote: > From: Leon Romanovsky > > Changelog: > v1->v2: > * Fix matcher to use the correct size. > * Rephrase commit log of the first patch. > v0->v1: > * Fixed ADD_UVERBS_ATTRIBUTES_SIMPLE macro to pass the real address. > ?* Replaced

[PATCH rdma-next v2 0/8] Support mlx5 flow steering with RAW data

2018-07-23 Thread Leon Romanovsky
From: Leon Romanovsky Changelog: v1->v2: * Fix matcher to use the correct size. * Rephrase commit log of the first patch. v0->v1: * Fixed ADD_UVERBS_ATTRIBUTES_SIMPLE macro to pass the real address. �* Replaced UA_ALLOC_AND_COPY to regular copy_from * Added UVERBS_ATTR_NO_DATA new macro for