> -----Original Message----- > From: Burakov, Anatoly > Sent: Tuesday, April 24, 2018 11:19 AM > To: [email protected] > Cc: Pattan, Reshma <[email protected]>; Burakov, Anatoly > <[email protected]> > Subject: [PATCH v3 1/3] mem: fix 32-bit memory upper limit for non-legacy > mode > > 32-bit mode has an upper limit on amount of VA space it can preallocate, but > the original implementation used the wrong constant, resulting in failure to > initialize due to integer overflow. Fix it by using the correct constant. > > Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists") > Cc: [email protected] > > Signed-off-by: Anatoly Burakov <[email protected]> > --- > lib/librte_eal/common/eal_common_memory.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Tested-by: Jananee Parthasarathy <[email protected]>

