[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A104825.4000201@accedian.com>
Date: Sun, 17 May 2009 13:23:49 -0400
From: Claude Robitaille <clauder@...edian.com>
To: Mark Smith <ipng@...06e6720323030352d30312d31340a.nosense.org>
CC: netdev@...r.kernel.org
Subject: Re: sk_buff handling in packet handler
Thanks Mark.
very interesting
this helped me but just to get to next problem....
what I am trying to do is to receive frame using a packet handler,
manipulate it and send a portion of it over a UDP channel. I am using
sock_sendmsg. Things sort of work but I get some warnings while in
net_tx_action (via the sendmsg I am guessing) about doing scheduling
while in atomic and sometime the kernel simply completely crashes. All
this probably means that using kernel socket functions cannot be used
from any context.... Any suggestion on how to properly do this?
Ultimately, I'd like to avoid copying the data so if I could simply send
an skb to some UDP TX handler would be ideal but if not, what is the
best approach?
Thanks
Claude
Mark Smith wrote:
> Hi Claude,
>
> You could have a look at my Ethernet Configuration Testing Protocol
> (ECTP) implementation. I followed what other protocols did regarding
> packet/skb handling, and also tried to make it very clear what was
> required, as I struggled a bit with similar issues that you are. The
> routine to start with is ectp_rcv().
>
> http://lwn.net/Articles/330797/
>
> Regards,
> Mark.
>
>
--
Claude Robitaille
CTO
Accedian Networks
514-764-0119
clauder@...edian.com
View attachment "clauder.vcf" of type "text/x-vcard" (177 bytes)
Powered by blists - more mailing lists