[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1374535580.2061.85.camel@joe-AO722>
Date: Mon, 22 Jul 2013 16:26:20 -0700
From: Joe Perches <joe@...ches.com>
To: Jeremy Allison <jra@...ba.org>
Cc: Steve French <smfrench@...il.com>, Jeff Layton <jlayton@...ba.org>,
linux-cifs@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>
Subject: Re: Recvfile patch used for Samba.
On Mon, 2013-07-22 at 14:57 -0700, Jeremy Allison wrote:
> Here is a patch that Samba vendors have been using
> to implement recvfile (copy directly from socket
> to file). It can improve write performance on boxes
> by a significant amount (10% or more).
>
> I'm not qualified to evaluate this code,
Nor I really. This doesn't apply to current btw.
Single comment: (just on a brief look)
do_splice_from_socket with 64bit compilation appears
to have a pretty large (~1500 byte) stack frame which
doesn't seem very nice. maybe a malloc/free instead
of stack for
struct recvfile_ctl_blk rv_cb[MAX_PAGES_PER_RECVFILE];
struct kvec iov[MAX_PAGES_PER_RECVFILE];
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists