summaryrefslogtreecommitdiffstats
path: root/tools/virtio
diff options
context:
space:
mode:
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>2012-08-09 21:31:10 +0900
committerRusty Russell <rusty@rustcorp.com.au>2012-09-28 15:05:12 +0930
commitd55cb6cf143ae16eaa415baab520b8eaf4a1012f (patch)
tree449f118e54bc77d753e319fb5a5294611b86c36d /tools/virtio
parentefe75d24a69fc39bb09d882ca2d5b90d4da02afe (diff)
downloadlinux-d55cb6cf143ae16eaa415baab520b8eaf4a1012f.tar.bz2
ftrace: Allow stealing pages from pipe buffer
Use generic steal operation on pipe buffer to allow stealing ring buffer's read page from pipe buffer. Note that this could reduce the performance of splice on the splice_write side operation without affinity setting. Since the ring buffer's read pages are allocated on the tracing-node, but the splice user does not always execute splice write side operation on the same node. In this case, the page will be accessed from the another node. Thus, it is strongly recommended to assign the splicing thread to corresponding node. Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'tools/virtio')
0 files changed, 0 insertions, 0 deletions