Re: [Xen-devel] libxl__device_pci_reset() questions

2015-02-27 Thread Konrad Rzeszutek Wilk
On Thu, Feb 26, 2015 at 02:28:34PM +, Jan Beulich wrote: > >>> On 19.02.15 at 15:30, wrote: > > On Thu, 2015-02-19 at 13:59 +, Jan Beulich wrote: > >> All, > >> > >> in the context of someone seeing "The kernel doesn't support reset > >> from sysfs for PCI device", is my understanding cor

Re: [Xen-devel] libxl__device_pci_reset() questions

2015-02-26 Thread Jan Beulich
>>> On 19.02.15 at 15:30, wrote: > On Thu, 2015-02-19 at 13:59 +, Jan Beulich wrote: >> All, >> >> in the context of someone seeing "The kernel doesn't support reset >> from sysfs for PCI device", is my understanding correct that the lack >> of error checking in any caller (perhaps intentiona

Re: [Xen-devel] libxl__device_pci_reset() questions

2015-02-19 Thread David Vrabel
On 19/02/15 13:59, Jan Beulich wrote: > All, > > in the context of someone seeing "The kernel doesn't support reset > from sysfs for PCI device", is my understanding correct that the lack > of error checking in any caller (perhaps intentional) means that any > of the errors logged from this functi

Re: [Xen-devel] libxl__device_pci_reset() questions

2015-02-19 Thread Ian Campbell
On Thu, 2015-02-19 at 16:09 +0100, Sander Eikelenboom wrote: > Thursday, February 19, 2015, 3:30:52 PM, you wrote: > > > On Thu, 2015-02-19 at 13:59 +, Jan Beulich wrote: > >> All, > >> > >> in the context of someone seeing "The kernel doesn't support reset > >> from sysfs for PCI device", is

Re: [Xen-devel] libxl__device_pci_reset() questions

2015-02-19 Thread Sander Eikelenboom
Thursday, February 19, 2015, 3:30:52 PM, you wrote: > On Thu, 2015-02-19 at 13:59 +, Jan Beulich wrote: >> All, >> >> in the context of someone seeing "The kernel doesn't support reset >> from sysfs for PCI device", is my understanding correct that the lack >> of error checking in any caller

Re: [Xen-devel] libxl__device_pci_reset() questions

2015-02-19 Thread Ian Campbell
On Thu, 2015-02-19 at 13:59 +, Jan Beulich wrote: > All, > > in the context of someone seeing "The kernel doesn't support reset > from sysfs for PCI device", is my understanding correct that the lack > of error checking in any caller (perhaps intentional) means that any > of the errors logged

[Xen-devel] libxl__device_pci_reset() questions

2015-02-19 Thread Jan Beulich
All, in the context of someone seeing "The kernel doesn't support reset from sysfs for PCI device", is my understanding correct that the lack of error checking in any caller (perhaps intentional) means that any of the errors logged from this function are really just warnings, i.e. don't prevent th