Re: [PATCH rdma-next v1 5/5] net/bnxt: Use direct API instead of useless indirection

2021-03-29 Thread Devesh Sharma
On Mon, Mar 29, 2021 at 7:46 PM Jason Gunthorpe wrote: > > On Mon, Mar 29, 2021 at 07:01:44AM -0700, Michael Chan wrote: > > On Mon, Mar 29, 2021 at 1:52 AM Leon Romanovsky wrote: > > > > > > From: Leon Romanovsky > > > > > > There is no need in any indirection complexity for one ULP user, > > >

Re: [PATCH rdma-next v1 5/5] net/bnxt: Use direct API instead of useless indirection

2021-03-29 Thread Jason Gunthorpe
On Mon, Mar 29, 2021 at 07:01:44AM -0700, Michael Chan wrote: > On Mon, Mar 29, 2021 at 1:52 AM Leon Romanovsky wrote: > > > > From: Leon Romanovsky > > > > There is no need in any indirection complexity for one ULP user, > > remove all this complexity in favour of direct calls to the exported >

Re: [PATCH rdma-next v1 5/5] net/bnxt: Use direct API instead of useless indirection

2021-03-29 Thread Michael Chan
On Mon, Mar 29, 2021 at 1:52 AM Leon Romanovsky wrote: > > From: Leon Romanovsky > > There is no need in any indirection complexity for one ULP user, > remove all this complexity in favour of direct calls to the exported > symbols. This allows us to greatly simplify the code. The goal is not to

[PATCH rdma-next v1 5/5] net/bnxt: Use direct API instead of useless indirection

2021-03-29 Thread Leon Romanovsky
From: Leon Romanovsky There is no need in any indirection complexity for one ULP user, remove all this complexity in favour of direct calls to the exported symbols. This allows us to greatly simplify the code. Signed-off-by: Leon Romanovsky --- drivers/infiniband/hw/bnxt_re/main.c | 7