Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Tiwei Bie
On Wed, Jun 06, 2018 at 05:27:07PM +0300, Michael S. Tsirkin wrote: > On Wed, Jun 06, 2018 at 10:19:43PM +0800, Tiwei Bie wrote: > > On Wed, Jun 06, 2018 at 03:44:11PM +0300, Michael S. Tsirkin wrote: > > > On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > > > > On Tue, Jun 05, 2018 at 0

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Michael S. Tsirkin
On Wed, Jun 06, 2018 at 10:19:43PM +0800, Tiwei Bie wrote: > On Wed, Jun 06, 2018 at 03:44:11PM +0300, Michael S. Tsirkin wrote: > > On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > > > On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > > > > On Tue, Jun 05, 2018 at 0

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Tiwei Bie
On Wed, Jun 06, 2018 at 03:44:11PM +0300, Michael S. Tsirkin wrote: > On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > > On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > > > On Tue, Jun 05, 2018 at 09:36:53AM +0800, Tiwei Bie wrote: > > > > On Mon, Jun 04, 2018 at 0

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Michael S. Tsirkin
On Wed, Jun 06, 2018 at 08:11:54PM +0800, Tiwei Bie wrote: > On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > > On Tue, Jun 05, 2018 at 09:36:53AM +0800, Tiwei Bie wrote: > > > On Mon, Jun 04, 2018 at 07:32:25PM +0300, Michael S. Tsirkin wrote: > > > > On Fri, Jun 01, 2018 at 1

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-06 Thread Tiwei Bie
On Tue, Jun 05, 2018 at 03:23:11PM +0300, Michael S. Tsirkin wrote: > On Tue, Jun 05, 2018 at 09:36:53AM +0800, Tiwei Bie wrote: > > On Mon, Jun 04, 2018 at 07:32:25PM +0300, Michael S. Tsirkin wrote: > > > On Fri, Jun 01, 2018 at 12:02:39PM +0800, Tiwei Bie wrote: > > > > There is a new feature bi

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-05 Thread Michael S. Tsirkin
On Tue, Jun 05, 2018 at 09:36:53AM +0800, Tiwei Bie wrote: > On Mon, Jun 04, 2018 at 07:32:25PM +0300, Michael S. Tsirkin wrote: > > On Fri, Jun 01, 2018 at 12:02:39PM +0800, Tiwei Bie wrote: > > > There is a new feature bit allocated in virtio spec to > > > support SR-IOV (Single Root I/O Virtuali

Re: [virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-04 Thread Tiwei Bie
On Mon, Jun 04, 2018 at 07:32:25PM +0300, Michael S. Tsirkin wrote: > On Fri, Jun 01, 2018 at 12:02:39PM +0800, Tiwei Bie wrote: > > There is a new feature bit allocated in virtio spec to > > support SR-IOV (Single Root I/O Virtualization): > > > > https://github.com/oasis-tcs/virtio-spec/issues/1

[virtio-dev] Re: [PATCH v3] virtio_pci: support enabling VFs

2018-06-04 Thread Michael S. Tsirkin
On Fri, Jun 01, 2018 at 12:02:39PM +0800, Tiwei Bie wrote: > There is a new feature bit allocated in virtio spec to > support SR-IOV (Single Root I/O Virtualization): > > https://github.com/oasis-tcs/virtio-spec/issues/11 > > This patch enables the support for this feature bit in > virtio driver.