Re: per cpu counters for icmp

2017-01-31 Thread Jeremie Courreges-Anglas
Jonathan Matthew writes: > This is much like the other per cpu counter conversions, except the counter > enum has gaps in it to match the arrays in struct icmpstat. I missed this mail and implemented basically the same diff. :-/ So your diff looks fine to me, the difference that I could spot ar

Re: per cpu counters for icmp

2016-11-20 Thread David Gwynne
> On 18 Nov 2016, at 20:11, Jonathan Matthew wrote: > > This is much like the other per cpu counter conversions, except the counter > enum has gaps in it to match the arrays in struct icmpstat. ok by me > > Index: icmp_var.h > ==

per cpu counters for icmp

2016-11-18 Thread Jonathan Matthew
This is much like the other per cpu counter conversions, except the counter enum has gaps in it to match the arrays in struct icmpstat. Index: icmp_var.h === RCS file: /cvs/src/sys/netinet/icmp_var.h,v retrieving revision 1.14 diff -u