From: Randy Dunlap <[EMAIL PROTECTED]>
Date: Wed, 31 Oct 2007 15:36:20 -0700
> > + * return values (usually ignored).
> > + * NET_RX_SUCCESS (no congestion)
> > + * NET_RX_DROP (packet was dropped)
>
> For the 3 lines above, how about:
>
> *Return values (usually ignored):
> *NET_
On Wed, 31 Oct 2007 14:08:48 -0700 Stephen Hemminger wrote:
> Documentation updates for network interfaces.
>
> 1. Add doc for netif_napi_add
> 2. Remove doc for unused returns from netif_rx
> 3. Add doc for netif_receive_skb
>
> Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
>
> --- a/n
Documentation updates for network interfaces.
1. Add doc for netif_napi_add
2. Remove doc for unused returns from netif_rx
3. Add doc for netif_receive_skb
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- a/include/linux/netdevice.h 2007-10-31 09:16:09.0 -0700
+++ b/include/linux