Re: [RFC 3/3] VFIO: platform: add vfio-platform-calxedaxgmac driver

2015-04-17 Thread Eric Auger
Hi Alex, On 04/17/2015 04:29 PM, Alex Williamson wrote: > On Fri, 2015-04-17 at 15:37 +0200, Eric Auger wrote: >> This patch introduces a specialized vfio platform driver for the >> calxeda xgmac. On top of the generic vfio platform driver functionalities, >> it implements the reset modality. This

Re: [RFC 3/3] VFIO: platform: add vfio-platform-calxedaxgmac driver

2015-04-17 Thread Alex Williamson
On Fri, 2015-04-17 at 15:37 +0200, Eric Auger wrote: > This patch introduces a specialized vfio platform driver for the > calxeda xgmac. On top of the generic vfio platform driver functionalities, > it implements the reset modality. This latter basically disables interrupts > and stops DMA transfe

[RFC 3/3] VFIO: platform: add vfio-platform-calxedaxgmac driver

2015-04-17 Thread Eric Auger
This patch introduces a specialized vfio platform driver for the calxeda xgmac. On top of the generic vfio platform driver functionalities, it implements the reset modality. This latter basically disables interrupts and stops DMA transfers. Code is inherited from calxeda xgmac native driver Sign