Re: [PATCH v7 06/10] vhost:add support for configure interrupt

2021-06-07 Thread Cindy Lu
On Thu, Jun 3, 2021 at 2:28 PM Jason Wang wrote: > > > 在 2021/6/2 上午11:47, Cindy Lu 写道: > > Add configure notifier support in vhost and virtio driver > > When backend support VIRTIO_NET_F_STATUS, > > > So config interrupt is the basic facility of the virtio device. We need > to make the code not s

Re: [PATCH v7 06/10] vhost:add support for configure interrupt

2021-06-02 Thread Jason Wang
在 2021/6/2 上午11:47, Cindy Lu 写道: Add configure notifier support in vhost and virtio driver When backend support VIRTIO_NET_F_STATUS, So config interrupt is the basic facility of the virtio device. We need to make the code not specific to this feature. But we can leave the specific device