On Thu, Feb 07, 2019 at 07:33:18PM +0200, Max Gurtovoy wrote: > From: Israel Rukshin <israelr@xxxxxxxxxxxx> > > Instead of adding many arguments to RDMA mapping functions with PI, > create a new data structure 'ib_scatterlist' which contains the needed > information on a mapped scatterlist. In the future, this will also be > used by ULPs that define these attributes explicitly. > > Signed-off-by: Israel Rukshin <israelr@xxxxxxxxxxxx> > Reviewed-by: Max Gurtovoy <maxg@xxxxxxxxxxxx> I can't say I'm a fan of an argument structure in the fast path. But I'll look how this develops later in the series.