lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 19 Apr 2012 15:24:25 +0200
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Marco Berizzi <pupilla@...mail.com>
Cc:	netdev@...r.kernel.org
Subject: Re: rx_dropped packets stop with tcpdump running

On Thu, 2012-04-19 at 15:12 +0200, Marco Berizzi wrote:
> Hi Folks,
> 
> I'm running linux 3.3.2 on slackware64
> 13.1 as a firewall and ipsec gateway.
> I'm experimenting a problem on one of
> the nics: I see the rx_dropped packets
> counter increasing. Running tcpdump on
> that nic (eth2) 'fix' the problem: the
> counter doesn't increase anymore.
> The only remarkable running daemon is
> openswan 2.4.15
> 
> Same problem happens with linux 2.6.37
> 
> The connection is at 1000Mbit/s copper,
> full duplex.
> 
> Any feedback are welcome
> TIA

When linux receives a packet with no protocol handler, we increment the
rx_dropped counter.

When you start a tcpdump, all packets are handled, so we dont increment
rx_dropped for this reason anymore.



--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ