All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <jens.axboe@oracle.com>
To: Max Kellermann <max@duempel.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: splice() on two pipes
Date: Thu, 30 Apr 2009 08:21:51 +0200	[thread overview]
Message-ID: <20090430062151.GU4593@kernel.dk> (raw)
In-Reply-To: <20090429103308.GA23684@squirrel.roonstrasse.net>

On Wed, Apr 29 2009, Max Kellermann wrote:
> Hi,
> 
> when I read about the splice() system call, I thought it was obvious
> that it could copy data between two pipes.  I was surprised that this
> assumption is wrong, it's not possible on 2.6.29, I get EINVAL.  Can
> anybody please explain this limitation?
> 
> Background: I want to forward data between two subprocesses, which are
> connected to me with a pipe().
> 
> I have attached a small test program which prints a table of supported
> splice operations.  Here's the output on 2.6.29.1:
> 
>  in\out  pipe    sock    reg     chr
>  pipe    no      yes     yes     yes
>  sock    no      no      no      no
>  reg     yes     no      no      no
>  chr     no      no      no      no

See sys_tee().

-- 
Jens Axboe


  parent reply	other threads:[~2009-04-30  6:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29 10:33 splice() on two pipes Max Kellermann
2009-04-29 15:23 ` Andi Kleen
2009-04-29 19:42   ` Max Kellermann
2009-04-30  4:56     ` Willy Tarreau
2009-04-30 14:26       ` Mark Hills
2009-04-30  6:21 ` Jens Axboe [this message]
2009-04-30  6:42   ` Max Kellermann

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=20090430062151.GU4593@kernel.dk \
    --to=jens.axboe@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=max@duempel.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.