All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] problem dumping statistics from queueing discipline
@ 2002-08-06 15:46 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2002-08-06 15:46 UTC (permalink / raw)
  To: lartc

Hi.
I already wrote to linux-net but noone responded there and i don't want 
to go on peoples nerves in netdev with this, maybe someone here can help 
me ..

I want to supply extra data to print_copt and print_xstats so i tried 
this code:
...
     rta = (struct rtattr *)b;
     RTA_PUT(skb, TCA_OPTIONS, 0, NULL);
     RTA_PUT(skb, TCA_XSTATS, 0, NULL);

     if (trc_dump_attr(skb, cl) < 0)
         goto rtattr_failure;
     rta->rta_len = skb->tail - b;

     if (qdisc_copy_stats(skb, &cl->stats))
         goto rtattr_failure;
...

The extra data gets added in trc_dump_attr.
The problem is, depending on wether i add empty TCA_OPTIONS before 
TCA_XSTATS or the other way around, only one of them seems to make it to 
userspace, so only print_copt or print_xstats is called, but not both.
I don't understand why this doesn't works, please someone explain it to 
me ;)

Thanks & Bye,
Patrick

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-08-06 15:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-06 15:46 [LARTC] problem dumping statistics from queueing discipline Patrick McHardy

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.