Re: mpc5200 linux 2.4 wakeup interrupt problem

2007-04-22 Thread Domen Puncer
On 20/04/07 15:07 -0700, RonLee wrote: > > Hello, > > I am running linux on a mpc5200 chip and Im having problems with the > mpc5200's simple and wakeup interrupts. The version of Linux I am starting > with is linuxppc_2_4_devel_1_0_0 from Denx. Modifications have been made to > the kernel, bu

Re: where is the sk_buff allocation

2007-04-22 Thread Olof Johansson
On Sun, Apr 22, 2007 at 06:14:18PM +, Ming Liu wrote: > Dear all, > I am reading and understanding the Xilinx Temac device driver. I know that > hard_start_xmit() is used to transmit the packets. In this function, a > pointer skb which points to a sk_buff needs to be passed to show the > loc

where is the sk_buff allocation

2007-04-22 Thread Ming Liu
Dear all, I am reading and understanding the Xilinx Temac device driver. I know that hard_start_xmit() is used to transmit the packets. In this function, a pointer skb which points to a sk_buff needs to be passed to show the location of the socket buffer. But where is that sk_buff allocation se

where is the sk_buff allocation

2007-04-22 Thread Ming Liu
Dear all, I am reading and understanding the Xilinx Temac device driver. I know that hard_start_xmit() is used to transmit the packets. In this function, a pointer skb which points to a sk_buff needs to be passed to show the location of the socket buffer. But where is that sk_buff allocation se