[dpdk-dev] [PATCH] build: fix memory init failures with 32-bit builds

Ferruh Yigit ferruh.yigit at intel.com
Thu Jul 2 13:19:35 CEST 2020


On 7/2/2020 11:57 AM, Bruce Richardson wrote:
> When building with meson, the default size of virtual address space
> reserved for mapping pages was globally set at 512GB, which is too big for
> use in 32-bit processes. To match the behaviour with "make", we configure
> this to be 512GB for 64-bit and 2MB for 32-bit builds.
> 
> Bugzilla ID: 498
> Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists")
> Cc: anatoly.burakov at intel.com
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Tested-by: Ferruh Yigit <ferruh.yigit at intel.com>


More information about the dev mailing list