logo       

Re: [RFC] SNMP_ADD_STATS: msg#00078

Subject: Re: [RFC] SNMP_ADD_STATS
> #define IP_ADD_STATS(field,incr) SNMP_ADD_STATS(ip_statistics, field, incr)
> 
> Any objections?

Better use per_cpu data in 2.5 (<asm/percpu.h>) for the MIBs.

That's much more efficient on some architectures, uses less memory on all
and is also cleaner.

-Andi



<Prev in Thread] Current Thread [Next in Thread>