Re: [PATCH V6 mlx5-next 10/16] RDMA: Group create AH arguments in struct

2020-04-28 Thread Jason Gunthorpe
On Sun, Apr 26, 2020 at 10:17:11AM +0300, Maor Gottlieb wrote: > Following patch adds additional argument to the create AH function, > so it make sense to group ah_attr and flags arguments in struct. > > Signed-off-by: Maor Gottlieb > --- Reviewed-by: Jason Gunthorpe

Re: [PATCH V6 mlx5-next 10/16] RDMA: Group create AH arguments in struct

2020-04-28 Thread liweihang
On 2020/4/26 15:18, Maor Gottlieb wrote: > Following patch adds additional argument to the create AH function, > so it make sense to group ah_attr and flags arguments in struct. > > Signed-off-by: Maor Gottlieb > --- > drivers/infiniband/core/verbs.c | 5 - > drivers/infinib

Re: [PATCH V6 mlx5-next 10/16] RDMA: Group create AH arguments in struct

2020-04-28 Thread Gal Pressman
On 26/04/2020 10:17, Maor Gottlieb wrote: > Following patch adds additional argument to the create AH function, > so it make sense to group ah_attr and flags arguments in struct. > > Signed-off-by: Maor Gottlieb RDMA driver maintainers should probably be CC'd. > diff --git a/drivers/infiniband/

Re: [PATCH V6 mlx5-next 10/16] RDMA: Group create AH arguments in struct

2020-04-28 Thread Devesh Sharma
On Sun, Apr 26, 2020 at 12:47 PM Maor Gottlieb wrote: > > Following patch adds additional argument to the create AH function, > so it make sense to group ah_attr and flags arguments in struct. > > Signed-off-by: Maor Gottlieb > --- > drivers/infiniband/core/verbs.c | 5 - >