search for: pcifront

Displaying 20 results from an estimated 113 matches for "pcifront".

2006 May 31
9
pcifront pci-0: pciback not responding (tg3)
Hello, I am desperately trying to get pci-passthrough to working. I want to pass a tg3 nic to domU. when booting domU I get a lot of messages: pcifront pci-0: pciback not responding!!! in domU, "ifconfig eth... adress up" hangs for 2 minutes, finally ifconfig -a shows a correct setting with no data transmitted rx/tx The IP Adress is being assigned, but there is no data transmission possible on this interface (ping ..) lspci in domU als...
2008 Mar 18
0
Freebsd/Xen: pcifront: IRQ resource allocation failed
Hi , I am testing pcifront on freebsd domU using following sound card [ Cirrus Logic CS 4614/22/24 [CrystalClear SoundFusion Audio Accelerator] Following sound driver is used for this sound card on Freebsd: *snd_csa*-- Crystal Semiconductor CS461x/462x/4280 PCI bridge device driver I am able to detect the card. pci3: <P...
2011 May 13
0
continously schedule aer pcifront service
...RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Interrupt:38 Memory:da000000-da012800 To debug, on domu, #dmesg [224.516059] Pcifront pci-0: schedual aer pcifront service [224.516059] Pcifront pci-0: schedual aer pcifront service [224.516059] Pcifront pci-0: schedual aer pcifront service ... ... It continuously pops up this message. On dom0 #dmesg [ 2982.146967] pcieport 0000:00:07.0: AER driver successfully recovered [ 2985.074...
2013 Mar 13
1
[PATCH v3 20/27] PCI, xen: Use for_each_pci_resource() with xen pci
Signed-off-by: Yinghai Lu <yinghai at kernel.org> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: virtualization at lists.linux-foundation.org --- drivers/pci/xen-pcifront.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index 966abc6..c90835f 100644 --- a/drivers/pci/xen-pcifront.c +++ b/drivers/pci/xen-pcifront.c @@ -395,9 +395,7 @@ static int pcifront_claim_resource(struct pci_dev *...
2013 Mar 13
1
[PATCH v3 20/27] PCI, xen: Use for_each_pci_resource() with xen pci
Signed-off-by: Yinghai Lu <yinghai at kernel.org> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: virtualization at lists.linux-foundation.org --- drivers/pci/xen-pcifront.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c index 966abc6..c90835f 100644 --- a/drivers/pci/xen-pcifront.c +++ b/drivers/pci/xen-pcifront.c @@ -395,9 +395,7 @@ static int pcifront_claim_resource(struct pci_dev *...
2010 Sep 16
10
PV driver domains and S3 sleep
Hello, The topic is self-explanatory: how to ensure that a PV driver domain correctly prepares its PCI devices for S3 sleep? If I do "pm-suspend" in dom0, and the driver domain has active network interfaces, suspend hangs the system. Yes, in case of this particular machine, suspend works fine when there is no driver domain. It is possible to manually invoke scripts from
2013 May 16
1
[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
Use new PCI interfaces to simplify xen-pcifront implementation: 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() because pci_scan_bus_parented() is marked as __deprecated.This also gets rid of a duplicated call of pci_bus_start_devices(). 2) Use pci_stop_root_bus() and pci_remove_root_bus() instead of open-coded private i...
2013 May 16
1
[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
Use new PCI interfaces to simplify xen-pcifront implementation: 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() because pci_scan_bus_parented() is marked as __deprecated.This also gets rid of a duplicated call of pci_bus_start_devices(). 2) Use pci_stop_root_bus() and pci_remove_root_bus() instead of open-coded private i...
2013 May 16
1
[RFC PATCH v2, part3 07/11] PCI, xen-pcifront: use new PCI interfaces to simplify implementation
Use new PCI interfaces to simplify xen-pcifront implementation: 1) Use pci_create_root_bus() instead of pci_scan_bus_parented() because pci_scan_bus_parented() is marked as __deprecated.This also gets rid of a duplicated call of pci_bus_start_devices(). 2) Use pci_stop_root_bus() and pci_remove_root_bus() instead of open-coded private i...
2008 Jul 16
0
[PATCH] pcifront/pciback: Fix Handling of Device Disconnect
When destroying pcifront/pciback, the following message appears in the guest linux kernel log. WARNING: g.e. still in use! WARNING: leaking g.e. and page still in use! This is caused by the wrong disconnect procedure that pcifront terminates the gnttab foreign access before pciback unmaps the ring. This patch correc...
2007 Nov 27
6
Passthrough support ?
...plit device drivers for PCI. (pci front and PCIback). Which are normally communicating over xenbus. which looks almost like other split drivers. How exactly then passthrough enables use of domU''s drivers ? 3. And if passthrough support isnt provided how will communication between pcifront-pciback be different ? ( I guess netbsd , freebsd do not have passthrough support yet ) 4. What restricts other domUs from accessing PCI device given to other domU via passrthrough support. Regards, Sanket _______________________________________________ Xen-users mailing list Xen-users@lists...
2007 Nov 27
6
Passthrough support ?
...plit device drivers for PCI. (pci front and PCIback). Which are normally communicating over xenbus. which looks almost like other split drivers. How exactly then passthrough enables use of domU''s drivers ? 3. And if passthrough support isnt provided how will communication between pcifront-pciback be different ? ( I guess netbsd , freebsd do not have passthrough support yet ) 4. What restricts other domUs from accessing PCI device given to other domU via passrthrough support. Regards, Sanket _______________________________________________ Xen-users mailing list Xen-users@lists...
2007 Aug 08
0
pcifront (CONFIG_XEN_PCIDEV_FRONTEND=m) support in RHEL 4.5 x86 Dom U
...ommand line, I am able to hide a port of the fiber channel HBA card from Dom 0. Now, I have a RHEL 4 Update 5 x86 running as a para-virtualized guest. The Dom U kernel is kernel-xenU-2.6.9-55.el4. I intend to allow the PV guest to have direct access to a port on the HBA card. However, there are no PCIFRONT and LPFC kernel modules in the xenU kernel. Only BLKFRONT and NETFRONT are supported by default. LPFC is a kernel module for the Emulex HBA card. To compile these two kernel modules, I downloaded and installed kernel-2.6.9-55.el5.src.rpm, which is the full kernel sources (with xen patches) for RHEL...
2008 Feb 21
0
[PATCH] pciback: Fix Destroying pcifront/pciback
Hi, It seems that destroying pcifront/pciback always fails on current xen. This patch fixes the problem, making pciback switch to "Closed" state after pcifront switched to "Closing" state. Regards, ------------------- Yosuke Iwamatsu NEC Corporation _______________________________________________ Xen-dev...
2013 Jun 20
4
[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to simplify implementation PCI: mark pci_scan_bus_parented() as __deprecated arch/tile/kernel/pci.c | 3 -- drivers/pci/host-bridge.c | 1 + drivers/pci/probe.c | 1 + drivers/pci/remove.c | 7 +++++ drivers/pci/xen-pcifront.c | 70 +++++++++++++++++...
2013 Jun 20
4
[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to simplify implementation PCI: mark pci_scan_bus_parented() as __deprecated arch/tile/kernel/pci.c | 3 -- drivers/pci/host-bridge.c | 1 + drivers/pci/probe.c | 1 + drivers/pci/remove.c | 7 +++++ drivers/pci/xen-pcifront.c | 70 +++++++++++++++++...
2013 Jun 20
4
[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to simplify implementation PCI: mark pci_scan_bus_parented() as __deprecated arch/tile/kernel/pci.c | 3 -- drivers/pci/host-bridge.c | 1 + drivers/pci/probe.c | 1 + drivers/pci/remove.c | 7 +++++ drivers/pci/xen-pcifront.c | 70 +++++++++++++++++...
2009 Feb 04
1
AW: Workaround for pcifront issues
...22359 Hamburg, Tel. (040) 6044 9717, carsten@schiers.de ----- Originalnachricht ----- Von: "Fischer, Anna" <anna.fischer@hp.com> Gesendet: Mit, 4.2.2009 08:42 An: Glen Eustace <geustace@godzone.net.nz> Cc: xen-users@lists.xensource.com Betreff: RE: [Xen-users] Workaround for pcifront issues > Subject: [Xen-users] Workaround for pcifront issues > > I have just started to try to achieve pci passthru for a BomU so that I > can use the host secondary ethernet interfaces directly. > > I am running 3.3.1 on Centos5.2 with std packages. > > I have detached...
2010 Oct 20
3
xen PV on HVM and initial domain merge in linux-next
...t; I have two patch series to merge in linux-next: > > > > PV on HVM: receive interrupts as xen events > > xen: initial domain support > > > > they have all the acked-by needed and are both stable since several > > weeks, however they depend on Konrad's xen-pcifront series and for this > > reason I waited until now to ask for a merge in linux-next. > > > > Could you please pull: > > > > git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git linux-next-initial-domain-v4 > > > > it contains both series rebased on Ko...
2010 Oct 20
3
xen PV on HVM and initial domain merge in linux-next
...t; I have two patch series to merge in linux-next: > > > > PV on HVM: receive interrupts as xen events > > xen: initial domain support > > > > they have all the acked-by needed and are both stable since several > > weeks, however they depend on Konrad's xen-pcifront series and for this > > reason I waited until now to ask for a merge in linux-next. > > > > Could you please pull: > > > > git://xenbits.xen.org/people/sstabellini/linux-pvhvm.git linux-next-initial-domain-v4 > > > > it contains both series rebased on Ko...