Re: [PATCH v3 2/5] vhost_net: enable configure interrupt when vhost_net start

2021-01-26 Thread Cindy Lu
On Wed, Jan 27, 2021 at 1:38 PM Jason Wang wrote: > > > On 2021/1/26 下午3:42, Cindy Lu wrote: > > While peer is vhost vdpa, setup the configure interrupt function > > vhost_net_start and release the resource when vhost_net_stop > > > > Signed-off-by: Cindy Lu > > --- > > hw/net/vhost_net.c | 19

Re: [PATCH v3 2/5] vhost_net: enable configure interrupt when vhost_net start

2021-01-26 Thread Jason Wang
On 2021/1/26 下午3:42, Cindy Lu wrote: While peer is vhost vdpa, setup the configure interrupt function vhost_net_start and release the resource when vhost_net_stop Signed-off-by: Cindy Lu --- hw/net/vhost_net.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff

[PATCH v3 2/5] vhost_net: enable configure interrupt when vhost_net start

2021-01-25 Thread Cindy Lu
While peer is vhost vdpa, setup the configure interrupt function vhost_net_start and release the resource when vhost_net_stop Signed-off-by: Cindy Lu --- hw/net/vhost_net.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/hw/net/vhost_net.c b/hw/net/vhost_n