From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH WIP 39/43] IB/core: Add arbitrary sg_list support Date: Wed, 22 Jul 2015 10:05:58 -0700 Message-ID: <20150722170558.GF6443@infradead.org> References: <1437548143-24893-1-git-send-email-sagig@mellanox.com> <1437548143-24893-40-git-send-email-sagig@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1437548143-24893-40-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sagi Grimberg Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Liran Liss , Oren Duer List-Id: linux-rdma@vger.kernel.org > + IB_DEVICE_MAP_ARB_SG = (1ULL<<32), > +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: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html