On 12-Apr-18 12:16 PM, Neil Horman wrote:
https://dpdk.org/tracker/show_bug.cgi?id=18
Indicated that several mmap call sites in the [linux|bsd]app eal code
set fd that was not -1 in their calls while using MAP_ANONYMOUS. While
probably not a huge deal, the man page does say the fd should be -1 for
portability, as some implementations don't ignore fd as they should for
MAP_ANONYMOUS.
Signed-off-by: Neil Horman <[email protected]>
CC: Thomas Monjalon <[email protected]>
CC: Ferruh Yigit <[email protected]>
---
Change notes
v2) Rebased to HEAD again to adjust for patches that landed ahead of
this
---
Acked-by: Anatoly Burakov <[email protected]>
--
Thanks,
Anatoly