netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* PATCH: use proper Attribute for Action stats
@ 2005-03-24  0:40 jamal
  2005-03-24  0:46 ` jamal
  0 siblings, 1 reply; 3+ messages in thread
From: jamal @ 2005-03-24  0:40 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev

[-- Attachment #1: Type: text/plain, Size: 85 bytes --]


Dave,
Action stats were being sent on the wrong TLV. Patch attached.

cheers,
jamal

[-- Attachment #2: p_kernel --]
[-- Type: text/plain, Size: 414 bytes --]

--- a/include/linux/rtnetlink.h	2005/03/22 17:53:07	1.1
+++ b/include/linux/rtnetlink.h	2005/03/22 17:53:34
@@ -699,7 +699,6 @@
 	TCA_RATE,
 	TCA_FCNT,
 	TCA_STATS2,
-	TCA_ACT_STATS,
 	__TCA_MAX
 };
 
--- a/include/linux/pkt_cls.h	2005/03/22 17:54:23	1.1
+++ b/include/linux/pkt_cls.h	2005/03/22 17:55:15
@@ -80,6 +80,7 @@
 	TCA_ACT_KIND,
 	TCA_ACT_OPTIONS,
 	TCA_ACT_INDEX,
+	TCA_ACT_STATS,
 	__TCA_ACT_MAX
 };
 

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

* Re: PATCH: use proper Attribute for Action stats
  2005-03-24  0:40 PATCH: use proper Attribute for Action stats jamal
@ 2005-03-24  0:46 ` jamal
  2005-03-24  5:21   ` David S. Miller
  0 siblings, 1 reply; 3+ messages in thread
From: jamal @ 2005-03-24  0:46 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev


I should add: Thanks to Andy Furniss <andy.furniss@dsl.pipex.com>
for finding and helping debug this.

cheers,
jamal

On Wed, 2005-03-23 at 19:40, jamal wrote:
> Dave,
> Action stats were being sent on the wrong TLV. Patch attached.
> 
> cheers,
> jamal

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

* Re: PATCH: use proper Attribute for Action stats
  2005-03-24  0:46 ` jamal
@ 2005-03-24  5:21   ` David S. Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David S. Miller @ 2005-03-24  5:21 UTC (permalink / raw)
  To: hadi; +Cc: netdev

On 23 Mar 2005 19:46:45 -0500
jamal <hadi@cyberus.ca> wrote:

> I should add: Thanks to Andy Furniss <andy.furniss@dsl.pipex.com>
> for finding and helping debug this.

Applied, thanks Jamal.

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

end of thread, other threads:[~2005-03-24  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-24  0:40 PATCH: use proper Attribute for Action stats jamal
2005-03-24  0:46 ` jamal
2005-03-24  5:21   ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).