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-next>] [day] [month] [year] [list]
Date:	Fri, 8 Feb 2013 20:41:08 +0100
From:	Javier Domingo <javierdo1@...il.com>
To:	netdev@...r.kernel.org
Subject: Softirqs without captured packets

Hi all,

I have created a tracer module that makes a measure of time at the
start and at the end of a softirq, and also the captured packets in
it.

I have made the measurements using sched_clock() for the time and
summing up the work variable after each poll (in the net_rx_action
polling loop).

I have noticed quite strange results. There are many softirqs that end
up with 0 captured packets.

This is the trace I created and has the following format <start time>
- <end time> : <captured packets>.

As you will notice, thought many of them have some packet captured,
there are many others that don't.

Any help/explanation is welcome!,

Javier Domingo
--
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