All of lore.kernel.org
 help / color / mirror / Atom feed
* dropwatch for network drop monitor
@ 2009-04-17 12:57 Oliver Hartkopp
  2009-04-17 13:28 ` Neil Horman
  0 siblings, 1 reply; 6+ messages in thread
From: Oliver Hartkopp @ 2009-04-17 12:57 UTC (permalink / raw)
  To: nhorman; +Cc: netdev

Hi Neal,

i tried the dropwatch app from your git.

Compiling the source produces:

hartko@vwagwolkf320:~/dropwatch/src$ make
gcc -c -g main.c
gcc -c -g lookup.c
gcc -c -g lookup_bfd.c
gcc -c -g lookup_kas.c
lookup_kas.c: In function ‘lookup_kas_cache’:
lookup_kas.c:56: warning: cast from pointer to integer of different size
lookup_kas.c: In function ‘lookup_kas_proc’:
lookup_kas.c:100: warning: cast from pointer to integer of different size
lookup_kas.c:103: warning: cast from pointer to integer of different size
gcc -g -o dropwatch main.o lookup.o lookup_bfd.o lookup_kas.o -lbfd -lreadline -lnl 

You cast a 'pc' variable to __u64 - is your code depending on 64 bit ??

Starting the stuff brings:

vwagwolkf320:/home/hartko/dropwatch/src# ./dropwatch 
Initalizing kallsyms db
dropwatch> start
Enabling monitoring...
Waiting for activation ack....
Waiting for activation ack....
Waiting for activation ack....
Waiting for activation ack....
Waiting for activation ack....
Waiting for activation ack....
Failed activation request, error: Operation now in progress
Shutting down ...
vwagwolkf320:/home/hartko/dropwatch/src# 

And in my kernel log i get at the same time:
[ 7070.568482] netlink: 60 bytes leftover after parsing attributes.

Any ideas?

Oliver


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-04-17 18:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-17 12:57 dropwatch for network drop monitor Oliver Hartkopp
2009-04-17 13:28 ` Neil Horman
2009-04-17 14:16   ` Oliver Hartkopp
2009-04-17 14:30     ` Neil Horman
2009-04-17 17:22     ` Neil Horman
2009-04-17 18:13       ` Oliver Hartkopp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.