Re: [dpdk-dev] [PATCH] net/virtio-user: fix multi-process issue

2017-02-24 Thread Yuanhan Liu
On Thu, Feb 23, 2017 at 01:58:16PM +0200, Ami Sabo wrote: > Secondary process doesn't properly attach to the rte_eth_device > initialized by the primary process. > > Accessing device from secondary process (e.g. via rte_eth_rx_burst), > causes process to crash. because rte_eth_dev_data is not prop

[dpdk-dev] [PATCH] net/virtio-user: fix multi-process issue

2017-02-23 Thread Ami Sabo
Secondary process doesn't properly attach to the rte_eth_device initialized by the primary process. Accessing device from secondary process (e.g. via rte_eth_rx_burst), causes process to crash. because rte_eth_dev_data is not properly set. The issue was flood by 'commit 7f95f78a8aea ("ethdev: cle

[dpdk-dev] [PATCH] net/virtio-user: fix multi-process issue

2017-02-22 Thread Ami Sabo
Secondary process doesn't properly attach to the rte_eth_device initialized by the primary process. Accessing device from secondary process (e.g. via rte_eth_rx_burst), causes process to crash. because rte_eth_dev_data is not properly set. The issue was flood by commit 7f95f78a8aea6161b824288bdeb