Re: [dpdk-dev] [PATCH v3 0/2] Fix file locking in EAL memory

2018-04-27 Thread Thomas Monjalon
> Anatoly Burakov (2): > mem: add memalloc init stage > mem: revert to using flock() and add per-segment lockfiles Applied, thanks

[dpdk-dev] [PATCH v3 0/2] Fix file locking in EAL memory

2018-04-25 Thread Anatoly Burakov
This patchset replaces the fcntl()-based locking used in the original DPDK memory hotplug patchset, to an flock()- and lockfile-based implementation, due to numerous (well, one, really) problems with how fcntl() locks work. Long story short, fcntl() locks will be dropped if any fd referring to loc