Re: [dpdk-dev] [PATCH v4] pdump: change to use generic multi-process channel

2018-04-17 Thread Thomas Monjalon
> > 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.pat...@intel.com > > > >

Re: [dpdk-dev] [PATCH v4] pdump: change to use generic multi-process channel

2018-04-05 Thread Pattan, Reshma
> -Original Message- > From: Tan, Jianfeng > Sent: Thursday, April 5, 2018 1:29 PM > To: dev@dpdk.org > Cc: Tan, Jianfeng ; Pattan, Reshma > > Subject: [PATCH v4] pdump: change to use generic multi-process channel > > The original code replies on the private channel for primary and seco

[dpdk-dev] [PATCH v4] pdump: change to use generic multi-process channel

2018-04-05 Thread Jianfeng Tan
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.pat...@intel.com Signed-off-by: Jianfeng Tan --- v4: