Re: [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx()

2008-02-22 Thread Daniel Lezcano
Eric Dumazet wrote: Daniel Lezcano a écrit : Eric Dumazet wrote: Hi David This is an RFC, based on net-2.6 for convenience only. Thank you [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx() Loopback transmit function loopback_xmit() actually calls netif_rx() to queue

[RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx()

2008-02-21 Thread Eric Dumazet
Hi David This is an RFC, based on net-2.6 for convenience only. Thank you [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx() Loopback transmit function loopback_xmit() actually calls netif_rx() to queue a skb to the softnet queue, and arms a softirq so that this skb can

Re: [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx()

2008-02-21 Thread Daniel Lezcano
Eric Dumazet wrote: Hi David This is an RFC, based on net-2.6 for convenience only. Thank you [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx() Loopback transmit function loopback_xmit() actually calls netif_rx() to queue a skb to the softnet queue, and arms a softirq so

Re: [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx()

2008-02-21 Thread Eric Dumazet
Daniel Lezcano a écrit : Eric Dumazet wrote: Hi David This is an RFC, based on net-2.6 for convenience only. Thank you [RFC,PATCH] loopback: calls netif_receive_skb() instead of netif_rx() Loopback transmit function loopback_xmit() actually calls netif_rx() to queue a skb to the softnet