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 (along with memseg list fd) in single file segments mode, or per-page fd's (and set memseg list fd to -1), so rename the list accordingly. Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> --- lib/librte_eal/linuxapp/eal/eal_memalloc.c | 66 ++++++++++++---------- 1 file changed, 37 insertions(+), 29 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com>