Mitchell Blank Jr wrote: > Alan Cox wrote: > > > +#define SK_CRIT_ALLOC(sk, flags) ((sk->sk_allocation & __GFP_CRITICAL) | > > > flags) > > > > Lots of hidden conditional logic on critical paths. > > How expensive is it compared to the allocation itself?
Cost is readability here. You should open code this additional OR Regards Ingo Oeser - 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