Re: [dpdk-dev] [PATCH v3 2/2] net/pcap: enable data path for secondary

2018-11-14 Thread Zhang, Qi Z
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, November 14, 2018 3:08 PM > To: Zhang, Qi Z > Cc: tho...@monjalon.net; dev@dpdk.org; Lin, Xueqin > Subject: Re: [PATCH v3 2/2] net/pcap: enable data path for secondary > > On 11/14/2018 7:56 PM, Qi Zhang wrote: > > Private v

Re: [dpdk-dev] [PATCH v3 2/2] net/pcap: enable data path for secondary

2018-11-14 Thread Ferruh Yigit
On 11/14/2018 7:56 PM, Qi Zhang wrote: > Private vdev was the way previously, when pdump developed, now with shared > device mode on virtual devices, pcap data path in secondary is not working. > > When secondary adds a virtual device, related data transferred to primary > and primary creates the

[dpdk-dev] [PATCH v3 2/2] net/pcap: enable data path for secondary

2018-11-14 Thread Qi Zhang
Private vdev was the way previously, when pdump developed, now with shared device mode on virtual devices, pcap data path in secondary is not working. When secondary adds a virtual device, related data transferred to primary and primary creates the device and shares device back with secondary. Whe