Re: [dpdk-dev] [RFC] Enable primary/secondary model for vdev

2017-05-17 Thread Tan, Jianfeng
igit, Ferruh; Yang, Zhiyong; > huangh...@meituan.com > Subject: [dpdk-dev] [RFC] Enable primary/secondary model for vdev > > Hi, > > Status quo: > Almost none of vdev supports primary/secondary model. Two exceptions > are > rte_ring, virtio-user (limited support). Two probl

[dpdk-dev] [RFC] Enable primary/secondary model for vdev

2017-05-10 Thread Tan, Jianfeng
Hi, Status quo: Almost none of vdev supports primary/secondary model. Two exceptions are rte_ring, virtio-user (limited support). Two problems facing this issue. P1: How to attach vdev in secondary process? Previous discussion: http://dpdk.org/ml/archives/dev/2017-April/063370.html According