-----Original Message-----
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anatoly Burakov
Sent: Tuesday, July 17, 2018 12:34 AM
To: dev@dpdk.org
Cc: Liu, Yu Y <yu.y....@intel.com>; Richardson, Bruce 
<bruce.richard...@intel.com>; Ananyev, Konstantin 
<konstantin.anan...@intel.com>; sta...@dpdk.org
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: sta...@dpdk.org

Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
Tested-by: Wu, ChangqingX <changqingx...@intel.com>

Reply via email to