Re: 800+ byte inlines in include/net/pkt_act.h

2006-08-22 Thread jamal
On Mon, 2006-21-08 at 16:38 -0700, David Miller wrote: > From: jamal <[EMAIL PROTECTED]> > Date: Mon, 21 Aug 2006 08:26:00 -0400 > > > As per last discussion, either Patrick McHardy or myself are going > > to work on it - at some point. Please be patient. The other > > alternative is: you fix it a

Re: 800+ byte inlines in include/net/pkt_act.h

2006-08-21 Thread David Miller
From: jamal <[EMAIL PROTECTED]> Date: Mon, 21 Aug 2006 08:26:00 -0400 > As per last discussion, either Patrick McHardy or myself are going > to work on it - at some point. Please be patient. The other > alternative is: you fix it and send patches. I'm working on it right now. This code is really

Re: 800+ byte inlines in include/net/pkt_act.h

2006-08-21 Thread jamal
On Sun, 2006-20-08 at 19:33 +0200, Denis Vlasenko wrote: > Hi, > > include/net/pkt_act.h plays a game of inlines > which are kind of "templatized", like this: > > act_ipt.c: > > /* ovewrride the defaults */ > #define tcf_st tcf_ipt > #define tcf_t_lock ipt_lock > #define tcf_ht

800+ byte inlines in include/net/pkt_act.h

2006-08-20 Thread Denis Vlasenko
Hi, include/net/pkt_act.h plays a game of inlines which are kind of "templatized", like this: act_ipt.c: /* ovewrride the defaults */ #define tcf_st tcf_ipt #define tcf_t_lock ipt_lock #define tcf_ht tcf_ipt_ht #define CONFIG_NET_ACT_INIT #include This results in code du