Ami Sabo 727d83ca23 net/virtio-user: fix multi-process attach
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: clear data when allocating device")'
which now clears rte_eth_dev_data entry.
For pci devices the struct is initialized by rte_eth_dev_pci_probe
->eth_dev_attach_secondary().
However, for virtio-user virtio_user_pmd_probe() is called instead of
rte_eth_dev_pci_probe().

The fix is to call rte_eth_dev_attach_secondary(), for secondary
process, from virtio_user_pmd_probe.

Fixes: 7f95f78a8aea ("ethdev: clear data when allocating device")
Cc: stable@dpdk.org

Signed-off-by: Ami Sabo <amis@radware.com>
2017-04-14 15:22:49 +02:00
..
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-03-27 23:28:43 +02:00
2017-04-06 21:15:55 +02:00
2017-04-05 11:30:29 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-06 21:15:55 +02:00
2017-04-01 10:42:44 +02:00