Did you check if there was no side effect with the macros that manipulate tc_verdict?
cheers, jamal On Sat, 2005-23-07 at 07:03 +0200, Patrick McHardy wrote: > plain text document attachment (x) > [NET]: Reduce tc_index/tc_verd to u16 > > Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> > > --- > commit 97d4e0b5dc8578e9839dae473c61c82760a15a29 > tree 47f9c319d51825b4afba489bbf9edf50ae72ed5e > parent 5bfc21c2a7b496ae6e4ca9efe9f69f9a14770ff5 > author Patrick McHardy <[EMAIL PROTECTED]> Sat, 23 Jul 2005 07:02:20 +0200 > committer Patrick McHardy <[EMAIL PROTECTED]> Sat, 23 Jul 2005 07:02:20 +0200 > > include/linux/skbuff.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h > --- a/include/linux/skbuff.h > +++ b/include/linux/skbuff.h > @@ -265,9 +265,9 @@ struct sk_buff { > #endif > #endif /* CONFIG_NETFILTER */ > #ifdef CONFIG_NET_SCHED > - __u32 tc_index; /* traffic control index */ > + __u16 tc_index; /* traffic control index */ > #ifdef CONFIG_NET_CLS_ACT > - __u32 tc_verd; /* traffic control verdict */ > + __u16 tc_verd; /* traffic control verdict */ > #endif > #endif > - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html