Core modification and listing kernel event support
authorDavid Goulet <david.goulet@polymtl.ca>
Wed, 1 Jun 2011 21:10:45 +0000 (17:10 -0400)
committerDavid Goulet <david.goulet@polymtl.ca>
Thu, 2 Jun 2011 17:05:11 +0000 (13:05 -0400)
File descriptor sent to the kconsumerd are now sent one at a time. The
problem was that there is a maximum packet size once the control buffer
is used with recvmsg/sendmsg. This upper bound can be read and set at :
/proc/sys/net/core/optmem_max.

Also, the kconsumerd execlp is set to verbose at this time for debugging
purpose.

Introduce --list-events to list all kernel events with the -k option
added. NOT supported for user-space at this point.

Signed-off-by: David Goulet <david.goulet@polymtl.ca>

No differences found
This page took 0.024506 seconds and 4 git commands to generate.