-----Original Message-----
From: dev [mailto:[email protected]] On Behalf Of Anatoly Burakov
Sent: Tuesday, July 17, 2018 12:34 AM
To: [email protected]
Cc: Liu, Yu Y <[email protected]>; Richardson, Bruce 
<[email protected]>; Ananyev, Konstantin 
<[email protected]>; [email protected]
Subject: [dpdk-dev] [PATCH] test: ensure EAL flags autotest works properly on 
BSD

FreeBSD does not support running multiple primary processes concurrently, 
because all DPDK instances will allocate memory from the same place (memory 
provided by contigmem driver).
While it is technically possible to launch a DPDK process using no-shconf 
switch, it will actually corrupt main process'
for the above reason.

Fix EAL flags autotest to not run primary processes unless both no-shconf and 
no-huge are specified.

Cc: [email protected]

Signed-off-by: Anatoly Burakov <[email protected]>
Tested-by: Wu, ChangqingX <[email protected]>

Reply via email to