From: Greg KH <gregkh@linuxfoundation.org>
To: hinxx <hinxx@protonmail.com>
Cc: "stable@vger.kernel.org" <stable@vger.kernel.org>
Subject: Re: sendfile(2) use with a char driver
Date: Wed, 30 Nov 2022 11:48:29 +0100 [thread overview]
Message-ID: <Y4c0/WBPL72Czwi+@kroah.com> (raw)
In-Reply-To: <bmwBDL_gaUs_XSqmW_Mt6wo8aH1o9pZiuDSZVjAwNtrs8MMiEJobIQThsEVzynHtlSMepyYFOa06lKL_2tORLdZN31sWcld4Zmo-gpjhSy8=@protonmail.com>
On Wed, Nov 30, 2022 at 08:23:45AM +0000, hinxx wrote:
>
>
>
>
>
> Sent with Proton Mail secure email.
>
> ------- Original Message -------
> On Wednesday, November 30th, 2022 at 8:05 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
>
>
> > On Tue, Nov 29, 2022 at 09:15:24PM +0000, hinxx wrote:
> >
> > > I'm looking to use a sendfile(2) with a Xilinx XDMA kernel driver in order to move data from a PCIe board with Xilinx FPGA to the network card with "zero-copy".
> > >
> > > Currently I'm getting EINVAL return status from sendfile(2) when providing opened XDMA device file descriptor as input fd.
> > >
> > > The device driver provides a character device that can be mmap'ed.
> > >
> > > There seem to be other restrictions. Can anyone provide insight on what would be needed to make this work?
> >
> >
> > Please contact the authors of your kernel driver, they can answer this
> > best.
> >
>
> That would make sense, sadly they are MIA on their github repo engagement.
Have a link to that repo? Again, they are the only ones that can
resolve this, or you can modify the code to support this.
> But in general, if I write a PCIe, DMA capable char device, what is the general guidance on what it takes to support splice/sendfile from a char device driver? Maybe there is an existing one in the kernel I could look at?
>
> Is it even something worth pursuing? This line make me think it might not work for char devices https://elixir.bootlin.com/linux/v5.19.17/source/fs/splice.c#L827. Is going for block device the only way that such device driver can work with the sendfile?
Step back and ask yourself why you want to try to do this first? Are
you sure the slowdown of a char driver is the copying of the data?
Usually the hardware is the bottleneck, not the kernel code.
Anyway, this is way off-topic for the stable@vger.kernel.org mailing
list, please work on this on a subsystem-specific list.
good luck!
greg k-h
next prev parent reply other threads:[~2022-11-30 10:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-29 21:15 sendfile(2) use with a char driver hinxx
2022-11-30 7:05 ` Greg KH
2022-11-30 8:23 ` hinxx
2022-11-30 10:48 ` Greg KH [this message]
2022-12-01 9:08 ` hinxx
2022-12-01 12:23 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y4c0/WBPL72Czwi+@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=hinxx@protonmail.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.