On Mon, 2019-06-10 at 23:03 +0800, Ming Lei wrote: > The current way isn't safe for chained sgl, so use sg helper to > operate sgl. ipr doesn't use chaining, so it can likewise assume a contiguous scatterlist. Since the hardware seems to have a 64 entry limit, it looks like it never will use chaining. James