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 845631B569 for ; Sun, 5 Aug 2018 21:51:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0961221ABB; Sun, 5 Aug 2018 15:51:02 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sun, 05 Aug 2018 15:51:02 -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=teKsLSwudO9nvC2pMBr8dzREA2 ruLdPRdVhSNjtwjzo=; b=iVvWH7BwfDNrdzMJgSbz24LeUdEOIX0KodblfGepHx b1czAqekonQhJ7qPj0tXhs3OtkJkcjJNnCLNwt2A4+GnHCd8ICZV9bAmIj1snuHw 421Sg2hadfU7ewvmaqs3apzLxStjTLr/xxAzr6AG7LVCMsOWF6RLubLdnNO2m+vd 4= 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=teKsLS wudO9nvC2pMBr8dzREA2ruLdPRdVhSNjtwjzo=; b=fa7ofTGjnPz4QStXFMlaqn eUFO2tjegiL4Nas5K3yD4OryxamiSWxkywtPUyZMDaME3AbMkie7oPWsIh0jtmTJ cVDl4FObHyrHEh9NY/ekrMN72FyUUqwinSXEEJexwjWKymAyZl6j3v5rTj1EORFs eg2t6Do+muNZ+MIieLwqGYBBi23W/khMlcUOU3cwkV9oUkqaGSB+vLM2JlBaOinr p9QpoSPip966TpTgX9JlODQXOMm/mSkxwGlETbqHFYzELrs0udimX8SUjlKlzdDt AimVRWJCSs5TSfPtbFcxfDfsMcx/fp/qWFbDjaP4spzkgIZzHZY4GgUgnBM9BoYQ == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (82.224.154.77.rev.sfr.net [77.154.224.82]) by mail.messagingengine.com (Postfix) with ESMTPA id D536610269; Sun, 5 Aug 2018 15:50:59 -0400 (EDT) From: Thomas Monjalon To: Gage Eads Cc: dev@dpdk.org, anatoly.burakov@intel.com Date: Sun, 05 Aug 2018 21:46:54 +0200 Message-ID: <1873240.te3u2aWeyU@xps> In-Reply-To: <20180730151000.23024-1-gage.eads@intel.com> References: <20180727185615.25155-1-gage.eads@intel.com> <20180730151000.23024-1-gage.eads@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] examples/multi_process: remove l2fwd fork example 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: Sun, 05 Aug 2018 19:51:02 -0000 30/07/2018 17:10, Gage Eads: > l2fwd_fork relies on a multiprocess model that that DPDK does not support > (calling rte_eal_init() before fork()), in particular in light of recent > EAL changes like the multiproess communication channel. > > This example can mislead users into thinking this is a supported > multiprocess model; hence, this commit removes this example and the > corresponding user guide documentation as well. > > This patch was made following this mailing list discussion: > http://mails.dpdk.org/archives/dev/2018-July/108106.html > > Signed-off-by: Gage Eads Applied, thanks