Re: cls_u32 compile failure in current 2.6.12-rc1+BK tree
From: jamal <hidden>
Date: 2005-03-29 20:51:56
From: jamal <hidden>
Date: 2005-03-29 20:51:56
In general (from 1 mile away looks fine). One issue: a->type could be used for in the future to carry other things in addition to backward compatibility. So you cant assume it being set means only backward compat is needed (and nothing else). cheers, jamal On Mon, 2005-03-28 at 20:10, Thomas Graf wrote:
* Thomas Graf [ref] 2005-03-29 00:33quoted
We dump TCA_ACT_STATS in tcf_exts_dump and handle all the backward compibility including dumping policer stats in tcf_exts_dump_stats. This means we have to adapt gnet_stats a bit to allow for this.Attached patches is what I meant. Untested but you should get the idea.