[RESEND PATCH v11 0/2] UIO support for dfl devices

2021-02-27 Thread Xu Yilun
This patchset supports some dfl device drivers written in userspace. In the patchset v1, the "driver_override" interface should be used to bind the DFL UIO driver to DFL devices. But there is concern that the "driver_override" interface is not OK itself. In v2, we use a new matching algorithem. T

Re: [PATCH v11 0/2] UIO support for dfl devices

2021-02-27 Thread Greg KH
On Sat, Feb 27, 2021 at 10:57:33PM +0800, Xu Yilun wrote: > Hi Greg: > > On Fri, Feb 26, 2021 at 07:40:56AM +0100, Greg KH wrote: > > On Fri, Feb 26, 2021 at 09:22:37AM +0800, Xu Yilun wrote: > > > On Mon, Feb 22, 2021 at 10:56:45AM -0800, Tom Rix wrote: > > > > Yilun, > > > > > > > > Is there an

Re: [PATCH v11 0/2] UIO support for dfl devices

2021-02-27 Thread Xu Yilun
Hi Greg: On Fri, Feb 26, 2021 at 07:40:56AM +0100, Greg KH wrote: > On Fri, Feb 26, 2021 at 09:22:37AM +0800, Xu Yilun wrote: > > On Mon, Feb 22, 2021 at 10:56:45AM -0800, Tom Rix wrote: > > > Yilun, > > > > > > Is there anything outstanding or remaining to be done ? > > > > Sorry for late reply

Re: [PATCH v11 0/2] UIO support for dfl devices

2021-02-25 Thread Greg KH
On Fri, Feb 26, 2021 at 09:22:37AM +0800, Xu Yilun wrote: > On Mon, Feb 22, 2021 at 10:56:45AM -0800, Tom Rix wrote: > > Yilun, > > > > Is there anything outstanding or remaining to be done ? > > Sorry for late reply. No, this is my lastest version now. > > > Hi Greg: > > Do you have some comm

Re: [PATCH v11 0/2] UIO support for dfl devices

2021-02-25 Thread Xu Yilun
On Mon, Feb 22, 2021 at 10:56:45AM -0800, Tom Rix wrote: > Yilun, > > Is there anything outstanding or remaining to be done ? Sorry for late reply. No, this is my lastest version now. Hi Greg: Do you have some comments on this patchset? Thanks, Yilun > > Tom > > On 2/3/21 5:59 PM, Xu Yilun

Re: [PATCH v11 0/2] UIO support for dfl devices

2021-02-22 Thread Tom Rix
Yilun, Is there anything outstanding or remaining to be done ? Tom On 2/3/21 5:59 PM, Xu Yilun wrote: > This patchset supports some dfl device drivers written in userspace. > > In the patchset v1, the "driver_override" interface should be used to bind > the DFL UIO driver to DFL devices. But the

[PATCH v11 0/2] UIO support for dfl devices

2021-02-03 Thread Xu Yilun
This patchset supports some dfl device drivers written in userspace. In the patchset v1, the "driver_override" interface should be used to bind the DFL UIO driver to DFL devices. But there is concern that the "driver_override" interface is not OK itself. In v2, we use a new matching algorithem.