Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-09 Thread Avi Kivity

Yang, Sheng wrote:

Patches 2 and 3 of the patchset that enables SR/IOV in kvm [1] suggest
that at the config space is only partially implemented.

[1] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/29034
  

Hi Avi

For kernel side, patch 2 is not necessary. Because kernel would read
VID/DID directly from pci_dev rather than configuration space, which have
been set properly already.

And very sorry, for the patch 3. We haven't known exactly what's happened.
I think the problem is caused by guest driver, but didn't confirm(and I
have some misunderstandings with ZhaoYu for I thought we are agree on the
reason, but after confirm with him, he didn't agree). I am doing more
investigations to find the real cause.



Found the reason of patch 3.

After insert guest driver module(vf driver), the driver would do a RMW to the 
command register to enable Bus Master bit(bit 2). And before that, MMIO bit 
have been set in the register. But without the patch 3, guest driver won't see 
the MMIO bit(bit 1), then just set 0x4 to the command register, with the side 
effect to unmap MMIO in QEmu. So patch 3 is needed(and what I thought before 
is right).


Unset the bit only affect the QEmu, which would unmap the mapping for MMIO. 
Kernel side don't need this, so it's OK.
  


Thanks for the explanations!

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

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-09 Thread Yu Zhao
On Sat, Mar 07, 2009 at 10:34:54AM +0800, Greg KH wrote:
 On Fri, Mar 06, 2009 at 12:44:11PM -0700, Matthew Wilcox wrote:
   Physical Function driver patches for Intel 82576 NIC are available:
 http://patchwork.kernel.org/patch/8063/
 http://patchwork.kernel.org/patch/8064/
 http://patchwork.kernel.org/patch/8065/
 http://patchwork.kernel.org/patch/8066/
  
  I need to review this driver; I haven't done that yet.  Has anyone else?
 
 The driver was rejected by the upstream developers, who said it would
 never be accepted.

Sorry I didn't make it clear. These Physical Function driver patches are
new ones that have been accepted by David Miller (net-next-2.6).
The old ones I sent last time are for demonstration purpose, and won't
be in any upstream trees.

Thanks,
Yu
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-08 Thread Avi Kivity

Matthew Wilcox wrote:

On Tue, Feb 24, 2009 at 12:47:38PM +0200, Avi Kivity wrote:
  
Do those patches allow using a VF on the host (in other words, does the 
kernel emulate config space accesses)?



SR-IOV hardware handles config space accesses to virtual functions.  No
kernel changes needed for that aspect of it.
  


Patches 2 and 3 of the patchset that enables SR/IOV in kvm [1] suggest 
that at the config space is only partially implemented.


[1] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/29034

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

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-08 Thread Matthew Wilcox
On Sun, Mar 08, 2009 at 04:30:16PM +0200, Avi Kivity wrote:
 Matthew Wilcox wrote:
 On Tue, Feb 24, 2009 at 12:47:38PM +0200, Avi Kivity wrote:
 Do those patches allow using a VF on the host (in other words, does the 
 kernel emulate config space accesses)?
 
 SR-IOV hardware handles config space accesses to virtual functions.  No
 kernel changes needed for that aspect of it.
 
 Patches 2 and 3 of the patchset that enables SR/IOV in kvm [1] suggest 
 that at the config space is only partially implemented.
 
 [1] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/29034

I believe Red Hat are now members of the PCI SIG, you really should
download the SR-IOV spec that Yu Zhao keeps pointing at.  It's going to
be very hard to have a sensible discussion if you haven't read it.

-- 
Matthew Wilcox  Intel Open Source Technology Centre
Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-08 Thread Greg KH
On Sun, Mar 08, 2009 at 09:01:09AM -0600, Matthew Wilcox wrote:
 On Sun, Mar 08, 2009 at 04:30:16PM +0200, Avi Kivity wrote:
  Matthew Wilcox wrote:
  On Tue, Feb 24, 2009 at 12:47:38PM +0200, Avi Kivity wrote:
  Do those patches allow using a VF on the host (in other words, does the 
  kernel emulate config space accesses)?
  
  SR-IOV hardware handles config space accesses to virtual functions.  No
  kernel changes needed for that aspect of it.
  
  Patches 2 and 3 of the patchset that enables SR/IOV in kvm [1] suggest 
  that at the config space is only partially implemented.
  
  [1] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/29034
 
 I believe Red Hat are now members of the PCI SIG, you really should
 download the SR-IOV spec that Yu Zhao keeps pointing at.  It's going to
 be very hard to have a sensible discussion if you haven't read it.

But if any kernel developers are working for companies that are not
members of the PCI SIG, and wish to read the PCI specs, please let me
know as we are working to enable this to happen through the Linux
Foundation.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-08 Thread Yang, Sheng
On Sunday 08 March 2009 22:30:16 Avi Kivity wrote:
 Matthew Wilcox wrote:
  On Tue, Feb 24, 2009 at 12:47:38PM +0200, Avi Kivity wrote:
  Do those patches allow using a VF on the host (in other words, does the
  kernel emulate config space accesses)?
 
  SR-IOV hardware handles config space accesses to virtual functions.  No
  kernel changes needed for that aspect of it.

 Patches 2 and 3 of the patchset that enables SR/IOV in kvm [1] suggest
 that at the config space is only partially implemented.

 [1] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/29034

Hi Avi

For kernel side, patch 2 is not necessary. Because kernel would read VID/DID 
directly from pci_dev rather than configuration space, which have been set 
properly already.

And very sorry, for the patch 3. We haven't known exactly what's happened. I 
think the problem is caused by guest driver, but didn't confirm(and I have 
some misunderstandings with ZhaoYu for I thought we are agree on the reason, 
but after confirm with him, he didn't agree). I am doing more investigations 
to find the real cause.

-- 
regards
Yang, Sheng
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-08 Thread Yang, Sheng
On Monday 09 March 2009 11:42:05 Yang, Sheng wrote:
 On Sunday 08 March 2009 22:30:16 Avi Kivity wrote:
  Matthew Wilcox wrote:
   On Tue, Feb 24, 2009 at 12:47:38PM +0200, Avi Kivity wrote:
   Do those patches allow using a VF on the host (in other words, does
   the kernel emulate config space accesses)?
  
   SR-IOV hardware handles config space accesses to virtual functions.  No
   kernel changes needed for that aspect of it.
 
  Patches 2 and 3 of the patchset that enables SR/IOV in kvm [1] suggest
  that at the config space is only partially implemented.
 
  [1] http://thread.gmane.org/gmane.comp.emulators.kvm.devel/29034

 Hi Avi

 For kernel side, patch 2 is not necessary. Because kernel would read
 VID/DID directly from pci_dev rather than configuration space, which have
 been set properly already.

 And very sorry, for the patch 3. We haven't known exactly what's happened.
 I think the problem is caused by guest driver, but didn't confirm(and I
 have some misunderstandings with ZhaoYu for I thought we are agree on the
 reason, but after confirm with him, he didn't agree). I am doing more
 investigations to find the real cause.

Found the reason of patch 3.

After insert guest driver module(vf driver), the driver would do a RMW to the 
command register to enable Bus Master bit(bit 2). And before that, MMIO bit 
have been set in the register. But without the patch 3, guest driver won't see 
the MMIO bit(bit 1), then just set 0x4 to the command register, with the side 
effect to unmap MMIO in QEmu. So patch 3 is needed(and what I thought before 
is right).

Unset the bit only affect the QEmu, which would unmap the mapping for MMIO. 
Kernel side don't need this, so it's OK.

-- 
regards
Yang, Sheng
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-06 Thread Matthew Wilcox
On Tue, Feb 24, 2009 at 12:47:38PM +0200, Avi Kivity wrote:
 Do those patches allow using a VF on the host (in other words, does the 
 kernel emulate config space accesses)?

SR-IOV hardware handles config space accesses to virtual functions.  No
kernel changes needed for that aspect of it.

-- 
Matthew Wilcox  Intel Open Source Technology Centre
Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-06 Thread Matthew Wilcox
On Fri, Feb 20, 2009 at 02:54:41PM +0800, Yu Zhao wrote:
 Following patches are intended to support SR-IOV capability in the
 Linux kernel. With these patches, people can turn a PCI device with
 the capability into multiple ones from software perspective, which
 will benefit KVM and achieve other purposes such as QoS, security,
 and etc.

I reviewed this round of patches on the plane ... I'll respond to each
patch individually, but in general this all looks much better than the
first round I reviewed.

 Physical Function driver patches for Intel 82576 NIC are available:
   http://patchwork.kernel.org/patch/8063/
   http://patchwork.kernel.org/patch/8064/
   http://patchwork.kernel.org/patch/8065/
   http://patchwork.kernel.org/patch/8066/

I need to review this driver; I haven't done that yet.  Has anyone else?

-- 
Matthew Wilcox  Intel Open Source Technology Centre
Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-03-06 Thread Greg KH
On Fri, Mar 06, 2009 at 12:44:11PM -0700, Matthew Wilcox wrote:
  Physical Function driver patches for Intel 82576 NIC are available:
http://patchwork.kernel.org/patch/8063/
http://patchwork.kernel.org/patch/8064/
http://patchwork.kernel.org/patch/8065/
http://patchwork.kernel.org/patch/8066/
 
 I need to review this driver; I haven't done that yet.  Has anyone else?

The driver was rejected by the upstream developers, who said it would
never be accepted.

thanks,

greg k-h
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-02-24 Thread Avi Kivity

Yu Zhao wrote:

Greetings,

Following patches are intended to support SR-IOV capability in the
Linux kernel. With these patches, people can turn a PCI device with
the capability into multiple ones from software perspective, which
will benefit KVM and achieve other purposes such as QoS, security,
and etc.
  


Do those patches allow using a VF on the host (in other words, does the 
kernel emulate config space accesses)?




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

--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v10 0/7] PCI: Linux kernel SR-IOV support

2009-02-24 Thread Yu Zhao
On Tue, Feb 24, 2009 at 06:47:38PM +0800, Avi Kivity wrote:
 Yu Zhao wrote:
  Greetings,
 
  Following patches are intended to support SR-IOV capability in the
  Linux kernel. With these patches, people can turn a PCI device with
  the capability into multiple ones from software perspective, which
  will benefit KVM and achieve other purposes such as QoS, security,
  and etc.

 
 Do those patches allow using a VF on the host (in other words, does the 
 kernel emulate config space accesses)?

Yes, if a VF's driver is loaded in the host, the VF works the same way
as normal PCI device.
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html