From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] examples/multi_process: add l2fwd_fork to Makefile Date: Wed, 11 Jul 2018 19:24:40 +0200 Message-ID: <6107566.oLzddA03YD@xps> References: <20180703085729.21628-1-emma.kenny@intel.com> <20180703161645.23690-1-emma.kenny@intel.com> <59b22775-d50b-533f-c861-3a5b229ff3c1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , anatoly.burakov@intel.com To: Emma Kenny Return-path: Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id E94C01B469 for ; Wed, 11 Jul 2018 19:24:43 +0200 (CEST) In-Reply-To: <59b22775-d50b-533f-c861-3a5b229ff3c1@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/07/2018 18:05, Ferruh Yigit: > On 7/3/2018 5:16 PM, Emma Kenny wrote: > > l2fwd_fork is not complied by default, this will make it compile > > > > Fixes: 95e8005a56e8 ("examples/l2fwd_fork: new app") > > > > Signed-off-by: Emma Kenny > > Acked-by: Ferruh Yigit Applied, thanks