Re: [PATCH 09/18] vhost-vdpa: remove the unncessary queue_index assignment

2021-06-23 Thread Stefano Garzarella
On Mon, Jun 21, 2021 at 12:16:41PM +0800, Jason Wang wrote: The queue_index of NetClientState should be assigned in set_netdev() afterwards, so trying to net_vhost_vdpa_init() is meaningless. This patch removes this. Signed-off-by: Jason Wang --- net/vhost-vdpa.c | 1 - 1 file changed, 1 deletio

[PATCH 09/18] vhost-vdpa: remove the unncessary queue_index assignment

2021-06-20 Thread Jason Wang
The queue_index of NetClientState should be assigned in set_netdev() afterwards, so trying to net_vhost_vdpa_init() is meaningless. This patch removes this. Signed-off-by: Jason Wang --- net/vhost-vdpa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/vhost-vdpa.c b/net/vhost-vdpa.c index