On 04/11/2018 04:46 PM, Maxime Coquelin wrote:
On 03/29/2018 06:05 PM, Chas Williams wrote:
From: Robert Shearman <[email protected]>
The vid and port of the vq were only set on queues created during initial
device setup.
Fixes: ee584e9710b9 ("vhost: add driver on top of the library")
Cc: [email protected]
Signed-off-by: Robert Shearman <[email protected]>
Signed-off-by: Chas Williams <[email protected]>
---
drivers/net/vhost/rte_eth_vhost.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
Reviewed-by: Maxime Coquelin <[email protected]>
It does not apply because a patch from Junjie seems to address the same
problem:
net/vhost: fix crash when creating vdev dynamically
Can you check dpdk-next-virtio/master and confirm this patch is no more
required?
Thanks,
Maxime