lkml.org 
[lkml]   [2021]   [Jan]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v9 1/2] uio: uio_dfl: add userspace i/o driver for DFL bus
On Mon, Jan 25, 2021 at 11:00:38AM -0800, Tom Rix wrote:
>
> On 1/25/21 12:49 AM, Xu Yilun wrote:
> > This patch supports the DFL drivers be written in userspace. This is
> > realized by exposing the userspace I/O device interfaces.
> >
> > The driver now only binds the ether group feature, which has no irq. So
> > the irq support is not implemented yet.
> >
> > Signed-off-by: Xu Yilun <yilun.xu@intel.com>
> > ---
> > v9: switch to add a uio driver in drivers/uio
> > ---
> > drivers/uio/Kconfig | 13 ++++++++++
> > drivers/uio/Makefile | 1 +
> > drivers/uio/uio_dfl.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++
>
> You should add this to the MAINTAINERS file.

OK. I could add recored the file under "FPGA DFL DRIVERS"

>
> > 3 files changed, 80 insertions(+)
> > create mode 100644 drivers/uio/uio_dfl.c
> >
> > diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig
> > index 202ee81..44778f8 100644
> > --- a/drivers/uio/Kconfig
> > +++ b/drivers/uio/Kconfig
> > @@ -165,4 +165,17 @@ config UIO_HV_GENERIC
> > to network and storage devices from userspace.
> >
> > If you compile this as a module, it will be called uio_hv_generic.
> > +
> > +config UIO_DFL
> > + tristate "Generic driver for DFL bus"
>
> The term 'DFL' will be unknown to folks in drivers/uio
>
> I think it would be better if DFL was always prefixed 'FPGA DFL'

The bus is named as "DFL bus", how about we add the full name like the
following help message.

tristate "Generic driver for DFL (Device Feature List) bus"

>
> > + depends on FPGA_DFL
> > + help
> > + Generic DFL (Device Feature List) driver for Userspace I/O devices.
> > + It is useful to provide direct access to DFL devices from userspace.
> > + A sample userspace application using this driver is available for
> > + download in a git repository:
> > +
> > + git clone https://github.com/OPAE/opae-sdk.git
> > +
> > + If you compile this as a module, it will be called uio_dfl.
>
> opae-sdk is pretty large and uncovered in the Documentation/fpga/dfl.rst.
>
> Where in opae-sdk is this example ?

You can find the example in tools/libopaeuio/. I could add the path in
help message.

Thanks,
Yilun

>
> If you can point me at the example, I will turn it into a selftest.

\
 
 \ /
  Last update: 2021-01-26 11:37    [W:0.136 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site