Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6654819
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:26:09+00:00 2026-05-26T01:26:09+00:00

I am new to linux kernel. And recently, i’ve went through the sendfile syscall

  • 0

I am new to linux kernel. And recently, i’ve went through the sendfile syscall in kernel 2.6.33. The following is the sequence of my journey:

   do_sendfile()
=> do_splice_direct()
=> splice_direct_to_actor()
=> do_splice_to()
=> do_splice_from()
=> splice_read,splice_write

Throughout this sequence, I didn’t find the place where splice use the DMA copy. So where is the DMA copying taking place?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T01:26:10+00:00Added an answer on May 26, 2026 at 1:26 am

    Splice doesn’t do any DMA copy. In fact the major usage of splice is to avoid copying at all – it tries to pass references to memory pages instead of copying the buffers.

    The DMA mentioned in relation to splice will happen at the “leaf” – The origin of these pages that splice passes references to around will be created by, for example, a disk controller DMA into the buffer and will be sent by an Ethernet controller DMA of the content of the page as part of the packet – at least in a “perfect” zero copy sceanrio, which is difficult to achieve and rare.

    Splice doesn’t do the DMA – it enables no copying between the first DMA to the last.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a new syscall inside the linux kernel. I want to implement an
New to Linux programming in general. I am trying to communicate with a kernel
I've recently switched to Linux on my work machine and, new to the Linux
I am a new comer to Linux Kernel Module programming. From the material that
I am unable to compile a linux kernel module, Given the following source: /*
I'm new to linux kernel and could barely understand how to debug kernel panics.
I am new to Linux Kernel. I am reading this informative article that says
I'm new in writing Linux device driver, and I'm wondering how the kernel Makefile
I'm new to Linux and have inherited keeping our single linux server running. It's
I am rather new to Linux device driver programmring, but for debugging purposes, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.