Re: [dpdk-dev] [PATCH 1/2] net/vhost: set the vq consistently

2018-04-11 Thread Maxime Coquelin
On 04/11/2018 04:46 PM, Maxime Coquelin wrote: On 03/29/2018 06:05 PM, Chas Williams wrote: From: Robert Shearman 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: sta...@dpdk.org Si

Re: [dpdk-dev] [PATCH 1/2] net/vhost: set the vq consistently

2018-04-11 Thread Maxime Coquelin
On 03/29/2018 06:05 PM, Chas Williams wrote: From: Robert Shearman 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: sta...@dpdk.org Signed-off-by: Robert Shearman Signed-off-by: Chas

[dpdk-dev] [PATCH 1/2] net/vhost: set the vq consistently

2018-03-29 Thread Chas Williams
From: Robert Shearman 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: sta...@dpdk.org Signed-off-by: Robert Shearman Signed-off-by: Chas Williams --- drivers/net/vhost/rte_eth_vhost.c