net: rx_dropped accounting
Under load, netif_rx() can drop incoming packets but administrators dont have a chance to spot which device needs some tuning (RPS activation for example) This patch adds rx_dropped accounting in vlans and tunnels. Signed-off-by:Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- net/8021q/vlan.h 2 additions, 0 deletionsnet/8021q/vlan.h
- net/8021q/vlan_dev.c 7 additions, 2 deletionsnet/8021q/vlan_dev.c
- net/ipv4/ip_gre.c 4 additions, 2 deletionsnet/ipv4/ip_gre.c
- net/ipv4/ipip.c 4 additions, 1 deletionnet/ipv4/ipip.c
- net/ipv6/ip6_tunnel.c 4 additions, 1 deletionnet/ipv6/ip6_tunnel.c
- net/ipv6/ip6mr.c 3 additions, 1 deletionnet/ipv6/ip6mr.c
- net/ipv6/sit.c 4 additions, 1 deletionnet/ipv6/sit.c
Loading
Please register or sign in to comment