Re: [dpdk-dev] [PATCH 0/2] Fix virtio-user multi-process crash.

2017-04-14 Thread Thomas Monjalon
2017-03-02 11:00, Ami Sabo: > The patchset fixes secondary process crash issue when it tries > to access virtio-user pmd (e.g. via rte_eth_rx_burst). > > The crash happens because in virtio_user probing, > eth_dev_attach_secondary is not being called, as it does from > rte_eth_dev_pci_probe. There

Re: [dpdk-dev] [PATCH 0/2] Fix virtio-user multi-process crash.

2017-04-06 Thread Tan, Jianfeng
Hi Thomas, On 4/7/2017 4:14 AM, Thomas Monjalon wrote: Ping 2017-03-08 12:40, Thomas Monjalon: 2017-03-02 11:00, Ami Sabo: The patchset fixes secondary process crash issue when it tries to access virtio-user pmd (e.g. via rte_eth_rx_burst). The crash happens because in virtio_user probing,

Re: [dpdk-dev] [PATCH 0/2] Fix virtio-user multi-process crash.

2017-04-06 Thread Thomas Monjalon
Ping 2017-03-08 12:40, Thomas Monjalon: > 2017-03-02 11:00, Ami Sabo: > > The patchset fixes secondary process crash issue when it tries > > to access virtio-user pmd (e.g. via rte_eth_rx_burst). > > > > The crash happens because in virtio_user probing, > > eth_dev_attach_secondary is not being c

Re: [dpdk-dev] [PATCH 0/2] Fix virtio-user multi-process crash.

2017-03-08 Thread Thomas Monjalon
2017-03-02 11:00, Ami Sabo: > The patchset fixes secondary process crash issue when it tries > to access virtio-user pmd (e.g. via rte_eth_rx_burst). > > The crash happens because in virtio_user probing, > eth_dev_attach_secondary is not being called, as it does from > rte_eth_dev_pci_probe. There

[dpdk-dev] [PATCH 0/2] Fix virtio-user multi-process crash.

2017-03-02 Thread Ami Sabo
The patchset fixes secondary process crash issue when it tries to access virtio-user pmd (e.g. via rte_eth_rx_burst). The crash happens because in virtio_user probing, eth_dev_attach_secondary is not being called, as it does from rte_eth_dev_pci_probe. Therefore, the device is not properly initial

[dpdk-dev] [PATCH 0/2] Fix virtio-user multi-process crash.

2017-02-26 Thread Ami Sabo
The patchset fixes secondary process crash issue when it tries to access virtio-user pmd (e.g. via rte_eth_rx_burst). The crash happens because in virtio_user probing, eth_dev_attach_secondary is not being called, as it does from rte_eth_dev_pci_probe. Therefore, the device is not properly initial