Re: [dpdk-dev] [PATCH v3 4/9] memalloc: rename lock list to fd list

2018-09-13 Thread Maxime Coquelin
On 09/04/2018 05:15 PM, Anatoly Burakov wrote: Previously, we were only using lock lists to store per-page lock fd's because we cannot use modern fcntl() file description locks to lock parts of the page in single file segments mode. Now, we will be using this list to store either lock fd's (a

[dpdk-dev] [PATCH v3 4/9] memalloc: rename lock list to fd list

2018-09-04 Thread Anatoly Burakov
Previously, we were only using lock lists to store per-page lock fd's because we cannot use modern fcntl() file description locks to lock parts of the page in single file segments mode. Now, we will be using this list to store either lock fd's (along with memseg list fd) in single file segments mo