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

2018-05-31 Thread Tiwei Bie
On Fri, Jun 01, 2018 at 04:21:03AM +0300, Michael S. Tsirkin wrote: > On Thu, May 31, 2018 at 10:55:02AM +0800, Tiwei Bie wrote: > > On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote: > > > On Wed, May 30, 2018 at 04:03:37PM +, Rustad, Mark D wrote: > > > > On May 30, 2018, at

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

2018-05-31 Thread Michael S. Tsirkin
On Thu, May 31, 2018 at 10:55:02AM +0800, Tiwei Bie wrote: > On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote: > > On Wed, May 30, 2018 at 04:03:37PM +, Rustad, Mark D wrote: > > > On May 30, 2018, at 1:55 AM, Tiwei Bie wrote: > > > > > > > There is a new feature bit allocat

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

2018-05-30 Thread Tiwei Bie
On Wed, May 30, 2018 at 07:09:37PM +0300, Michael S. Tsirkin wrote: > On Wed, May 30, 2018 at 04:03:37PM +, Rustad, Mark D wrote: > > On May 30, 2018, at 1:55 AM, Tiwei Bie wrote: > > > > > There is a new feature bit allocated in virtio spec to > > > support SR-IOV (Single Root I/O Virtualiza

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

2018-05-30 Thread Michael S. Tsirkin
On Wed, May 30, 2018 at 04:26:30PM +, Duyck, Alexander H wrote: > On Wed, 2018-05-30 at 19:22 +0300, Michael S. Tsirkin wrote: > > On Wed, May 30, 2018 at 09:10:57AM -0700, Alexander Duyck wrote: > > > On Wed, May 30, 2018 at 1:55 AM, Tiwei Bie wrote: > > > > There is a new feature bit allocat

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

2018-05-30 Thread Michael S. Tsirkin
On Wed, May 30, 2018 at 09:10:57AM -0700, Alexander Duyck wrote: > On Wed, May 30, 2018 at 1:55 AM, 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 > > > > Th

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

2018-05-30 Thread Alexander Duyck
On Wed, May 30, 2018 at 1:55 AM, 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. > > Signe

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

2018-05-30 Thread Michael S. Tsirkin
On Wed, May 30, 2018 at 04:03:37PM +, Rustad, Mark D wrote: > On May 30, 2018, at 1:55 AM, 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 > > > > Th

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

2018-05-30 Thread Rustad, Mark D
On May 30, 2018, at 1:55 AM, 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. Signed-off-by: Tiwei

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

2018-05-30 Thread Stefan Hajnoczi
On Wed, May 30, 2018 at 04:55:21PM +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.

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

2018-05-30 Thread Tiwei Bie
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. Signed-off-by: Tiwei Bie --- This patch depends on below proposal: htt