Re: [dpdk-dev] [PATCH] memalloc: check for contiguousness in external segments

2018-11-18 Thread Thomas Monjalon
14/11/2018 15:51, Anatoly Burakov: > For IOVA as VA mode, we assume that memory is contiguous. However, > for external segments that assumption may not necessarily hold. > Fix the code to not assume that external memory segments are > contiguous even in IOVA as VA mode. > > Fixes: 5282bb1c3695 ("m

Re: [dpdk-dev] [PATCH] memalloc: check for contiguousness in external segments

2018-11-18 Thread Thomas Monjalon
14/11/2018 15:51, Anatoly Burakov: > For IOVA as VA mode, we assume that memory is contiguous. However, > for external segments that assumption may not necessarily hold. > Fix the code to not assume that external memory segments are > contiguous even in IOVA as VA mode. > > Fixes: 5282bb1c3695 ("m

[dpdk-dev] [PATCH] memalloc: check for contiguousness in external segments

2018-11-14 Thread Anatoly Burakov
For IOVA as VA mode, we assume that memory is contiguous. However, for external segments that assumption may not necessarily hold. Fix the code to not assume that external memory segments are contiguous even in IOVA as VA mode. Fixes: 5282bb1c3695 ("mem: allow memseg lists to be marked as external