Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-11-10 Thread Klaus Jensen
On Nov 10 14:42, Lukasz Maniak wrote: > On Mon, Nov 08, 2021 at 08:56:43AM +0100, Klaus Jensen wrote: > > On Nov 4 15:30, Lukasz Maniak wrote: > > > On Tue, Nov 02, 2021 at 06:33:31PM +0100, Lukasz Maniak wrote: > > > > On Tue, Nov 02, 2021 at 03:33:15PM +0100, Klaus Jensen wrote: > > > > > On Oct

Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-11-10 Thread Lukasz Maniak
On Mon, Nov 08, 2021 at 08:56:43AM +0100, Klaus Jensen wrote: > On Nov 4 15:30, Lukasz Maniak wrote: > > On Tue, Nov 02, 2021 at 06:33:31PM +0100, Lukasz Maniak wrote: > > > On Tue, Nov 02, 2021 at 03:33:15PM +0100, Klaus Jensen wrote: > > > > On Oct 7 18:23, Lukasz Maniak wrote: > > > > > This p

Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-11-07 Thread Klaus Jensen
On Nov 4 15:30, Lukasz Maniak wrote: > On Tue, Nov 02, 2021 at 06:33:31PM +0100, Lukasz Maniak wrote: > > On Tue, Nov 02, 2021 at 03:33:15PM +0100, Klaus Jensen wrote: > > > On Oct 7 18:23, Lukasz Maniak wrote: > > > > This patch implements initial support for Single Root I/O Virtualization > > >

Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-11-04 Thread Lukasz Maniak
On Tue, Nov 02, 2021 at 06:33:31PM +0100, Lukasz Maniak wrote: > On Tue, Nov 02, 2021 at 03:33:15PM +0100, Klaus Jensen wrote: > > On Oct 7 18:23, Lukasz Maniak wrote: > > > This patch implements initial support for Single Root I/O Virtualization > > > on an NVMe device. > > > > > > Essentially,

Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-11-02 Thread Lukasz Maniak
On Tue, Nov 02, 2021 at 03:33:15PM +0100, Klaus Jensen wrote: > On Oct 7 18:23, Lukasz Maniak wrote: > > This patch implements initial support for Single Root I/O Virtualization > > on an NVMe device. > > > > Essentially, it allows to define the maximum number of virtual functions > > supported b

Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-11-02 Thread Klaus Jensen
On Oct 7 18:23, Lukasz Maniak wrote: > This patch implements initial support for Single Root I/O Virtualization > on an NVMe device. > > Essentially, it allows to define the maximum number of virtual functions > supported by the NVMe controller via sriov_max_vfs parameter. > > Passing a non-zero

Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-10-21 Thread Lukasz Maniak
On Wed, Oct 20, 2021 at 09:07:47PM +0200, Klaus Jensen wrote: > On Oct 7 18:23, Lukasz Maniak wrote: > > This patch implements initial support for Single Root I/O Virtualization > > on an NVMe device. > > > > Essentially, it allows to define the maximum number of virtual functions > > supported b

Re: [PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-10-20 Thread Klaus Jensen
On Oct 7 18:23, Lukasz Maniak wrote: > This patch implements initial support for Single Root I/O Virtualization > on an NVMe device. > > Essentially, it allows to define the maximum number of virtual functions > supported by the NVMe controller via sriov_max_vfs parameter. > > Passing a non-zero

[PATCH 05/15] hw/nvme: Add support for SR-IOV

2021-10-07 Thread Lukasz Maniak
This patch implements initial support for Single Root I/O Virtualization on an NVMe device. Essentially, it allows to define the maximum number of virtual functions supported by the NVMe controller via sriov_max_vfs parameter. Passing a non-zero value to sriov_max_vfs triggers reporting of SR-IOV