Results 1 to 3 of 3
I came across a function wrap_copy on Linux Cross Reference - Free Electrons
I came across a function wrap_copy on
add http to following text
Code:
lxr.free-electrons.com/source/drivers/net/8139too.c
So that you ...
- 11-14-2010 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 9
wrap copy in 8139too.c
I came across a function wrap_copy on Linux Cross Reference - Free Electrons
I came across a function wrap_copy on
add http to following textSo that you will be able to see the code I am pointing to.Code:lxr.free-electrons.com/source/drivers/net/8139too.c
Can some one help to understand what it is doing.
What I interpret it is that some how the person is tying to copy
payload from DMA to sk buffer.Is this interpretation correct?
What exactly are we trying to achieve via wrap_copy function call?
Can some one help to understand what it is doing.
What I interpret it is that some how the person is tying to copy
payload from DMA to sk buffer.Is this interpretation correct?
What exactly are we trying to achieve via wrap_copy function call?
- 11-15-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
Since this is a driver question, you should probably move the thread to the Kernel forum. However, I think you are correct it what it is doing. You could contact the code maintainer, if he is still accessible via the published email address in the code comments: Jeff Garzik <jgarzik@pobox.com>
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 11-15-2010 #3
*moved thread*
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.


Reply With Quote
