Re: [PATCH WIP 39/43] IB/core: Add arbitrary sg_list support

2015-07-22 Thread Christoph Hellwig
+ IB_DEVICE_MAP_ARB_SG= (1ULL32), +enum ib_mr_flags { + IB_MR_MAP_ARB_SG = 1, +}; + s/ARB_SG/SG_GAPS/? Also please try to document new flags. I know the IB code currently doesn't do it, but starting a trend there would be very useful. -- To unsubscribe from this list:

[PATCH WIP 39/43] IB/core: Add arbitrary sg_list support

2015-07-22 Thread Sagi Grimberg
Signed-off-by: Sagi Grimberg sa...@mellanox.com --- include/rdma/ib_verbs.h | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/rdma/ib_verbs.h b/include/rdma/ib_verbs.h index d543fee..cc83c39 100644 --- a/include/rdma/ib_verbs.h +++ b/include/rdma/ib_verbs.h @@