Re: [PATCH V3] lib/scatterlist: Add SG_CHAIN and SG_LAST macros for LSB encodings

2018-02-19 Thread Andy Shevchenko
On Mon, Feb 19, 2018 at 4:07 PM, Anshuman Khandual wrote: > This replaces scatterlist->page_link LSB encodings with SG_CHAIN and > SG_LAST definitions without any functional change. While here also > add macro definitions SG_PAGE_BITS and SG_PAGE_MASK. > A nit below, in any case Reviewed-by: And

[PATCH V3] lib/scatterlist: Add SG_CHAIN and SG_LAST macros for LSB encodings

2018-02-19 Thread Anshuman Khandual
This replaces scatterlist->page_link LSB encodings with SG_CHAIN and SG_LAST definitions without any functional change. While here also add macro definitions SG_PAGE_BITS and SG_PAGE_MASK. Signed-off-by: Anshuman Khandual --- Changes in V3: - Changed SG_END as SG_LAST due to a build failure - Add