From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id D6BF41C01; Thu, 26 Jul 2018 21:26:08 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 52E9021E56; Thu, 26 Jul 2018 15:26:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 15:26:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=9B8j5NMUK/8zDP0FY2tdT9oEvS bWgeftOO1Q0Ldp1OA=; b=cvoTejUUAgdCszc9PXZU5KT57hkj31vvqmicA1ejtJ XJnl2cKOw/P4tba1IO4Bqf2+GxpdxIEwXGYimpy7cCCLeQfxf6OpJNp3rApO61IQ /Im+wexQBGqPddQkJ3TOnR8an/0xSc4W1oRoLler+CMRwooT7J/mbP7lnKJUDNke 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=9B8j5N MUK/8zDP0FY2tdT9oEvSbWgeftOO1Q0Ldp1OA=; b=YpgCfKsMH0Fl7L52udHTgF Hohqd7QY6ad2cZQ1Jp4n79XVAM6OhlOF9DZRDTWkKqsWCQMWOukualEdTtm73w69 Qg/796bvlLA0F3ZYdVflredeMv/czXFLApLdRs6bLxpzMvnQfxdWE9Wu4fCFTRpY MCnT83RmUDLjy4CuxcuNVk+hNvp/O6n45V11ww4ViIs4dvtMP00aiyP5eTwr5eVU 0cldZ1mQ+Aa+mWxlwZF/3/bP7bQImU7BXn9r6KxqPfyU9h7QVgO6um4jicLwlBvE WbagKjvsho8fVaQR5wDrLcMOXFhYB7Pb3foqPXy2F1vdFKfXnlMKB34DnFP2ayLA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 19BAB1026C; Thu, 26 Jul 2018 15:26:07 -0400 (EDT) From: Thomas Monjalon To: "Burakov, Anatoly" Cc: dev@dpdk.org, "Zhao, MeijuanX" , "Liu, Yu Y" , "Richardson, Bruce" , "Ananyev, Konstantin" , "stable@dpdk.org" Date: Thu, 26 Jul 2018 21:26:02 +0200 Message-ID: <2291760.ZyFPkF36EK@xps> In-Reply-To: <9866F1E5CE768A45B24F6603C6EF54DE013C6A94@shsmsx102.ccr.corp.intel.com> References: <9220e130edbd5d8ca1d7dc0a2e06c8dadcf3a22f.1531758221.git.anatoly.burakov@intel.com> <9866F1E5CE768A45B24F6603C6EF54DE013C6A94@shsmsx102.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] test: ensure EAL flags autotest works properly on BSD X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2018 19:26:09 -0000 > 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: stable@dpdk.org > > Signed-off-by: Anatoly Burakov > Tested-by: Wu, ChangqingX Applied, thanks