Re: etherip(4) counters tweak

2017-03-07 Thread Jeremie Courreges-Anglas
Alexander Bluhm writes: > On Tue, Mar 07, 2017 at 06:53:56PM +0100, Jeremie Courreges-Anglas wrote: >> >> The diff below renames the members of struct etheripstat to match other >> *stat counters: "etherip_foo" -> "etherips_foo". It also moves them all >> to u_int64_t to mkae the conversion to

Re: etherip(4) counters tweak

2017-03-07 Thread Alexander Bluhm
On Tue, Mar 07, 2017 at 06:53:56PM +0100, Jeremie Courreges-Anglas wrote: > > The diff below renames the members of struct etheripstat to match other > *stat counters: "etherip_foo" -> "etherips_foo". It also moves them all > to u_int64_t to mkae the conversion to percpu counters cleaner. > > ht

etherip(4) counters tweak

2017-03-07 Thread Jeremie Courreges-Anglas
The diff below renames the members of struct etheripstat to match other *stat counters: "etherip_foo" -> "etherips_foo". It also moves them all to u_int64_t to mkae the conversion to percpu counters cleaner. https://codesearch.debian.net/search?q=etheripstat returns no match and shells/nsh doesn