Re: [PATCH 0/16 v6] PCI: Linux kernel SR-IOV support

From: Avi Kivity
Date: Sun Nov 09 2008 - 08:13:14 EST


Greg KH wrote:
We've been talking about avoiding hardware passthrough entirely and
just backing a virtio-net backend driver by a dedicated VF in the
host. That avoids a huge amount of guest-facing complexity, let's
migration Just Work, and should give the same level of performance.

Does that involve this patch set? Or a different type of interface.

So long as the VF is exposed as a standalone PCI device, it's the same interface. In fact you can take a random PCI card and expose it to a guest this way; it doesn't have to be SR-IOV. Of course, with a standard PCI card you won't get much sharing (a quad port NIC will be good for four guests).

We'll need other changes in the network stack, but these are orthogonal to SR-IOV.

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/