From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] pdump: change to use generic multi-process channel Date: Wed, 18 Apr 2018 01:11:53 +0200 Message-ID: <9770021.dk9QXc7BTf@xps> References: <1520175844-55443-1-git-send-email-jianfeng.tan@intel.com> <1522931317-26919-1-git-send-email-jianfeng.tan@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A2C03EC@irsmsx110.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Pattan, Reshma" , bruce.richardson@intel.com To: "Tan, Jianfeng" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0D5008E65 for ; Wed, 18 Apr 2018 01:11:55 +0200 (CEST) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A2C03EC@irsmsx110.ger.corp.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" > > The original code replies on the private channel for primary and secondary > > communication. Change to use the generic multi-process channel. > > > > Note with this change, dpdk-pdump will be not compatible with old version > > DPDK applications. > > > > Cc: reshma.pattan@intel.com > > > > Signed-off-by: Jianfeng Tan > > Acked-by: Reshma Pattan Added "allow_experimental_apis = true" in meson.build and applied, thanks.