Re: [PATCH net-next iproute2] iplink: display rx nohandler stats

2016-02-10 Thread Andy Gospodarek
On Wed, Feb 10, 2016 at 08:20:59AM -0500, Jarod Wilson wrote: > On Tue, Feb 09, 2016 at 08:52:38PM -0800, Eric Dumazet wrote: > > On Tue, 2016-02-09 at 17:41 -0800, Stephen Hemminger wrote: > > > On Tue, 9 Feb 2016 18:51:35 -0500 > > > Jarod Wilson wrote: > > > > > > > On Tue, Feb 09, 2016 at 11:

Re: [PATCH net-next iproute2] iplink: display rx nohandler stats

2016-02-10 Thread Jarod Wilson
On Tue, Feb 09, 2016 at 08:52:38PM -0800, Eric Dumazet wrote: > On Tue, 2016-02-09 at 17:41 -0800, Stephen Hemminger wrote: > > On Tue, 9 Feb 2016 18:51:35 -0500 > > Jarod Wilson wrote: > > > > > On Tue, Feb 09, 2016 at 11:17:57AM -0800, Stephen Hemminger wrote: > > > > Support for the new rx_noh

Re: [PATCH net-next iproute2] iplink: display rx nohandler stats

2016-02-09 Thread Eric Dumazet
On Tue, 2016-02-09 at 17:41 -0800, Stephen Hemminger wrote: > On Tue, 9 Feb 2016 18:51:35 -0500 > Jarod Wilson wrote: > > > On Tue, Feb 09, 2016 at 11:17:57AM -0800, Stephen Hemminger wrote: > > > Support for the new rx_nohandler statistic. > > > This code is designed to handle the case where the

Re: [PATCH net-next iproute2] iplink: display rx nohandler stats

2016-02-09 Thread Stephen Hemminger
On Tue, 9 Feb 2016 18:51:35 -0500 Jarod Wilson wrote: > On Tue, Feb 09, 2016 at 11:17:57AM -0800, Stephen Hemminger wrote: > > Support for the new rx_nohandler statistic. > > This code is designed to handle the case where the kernel reported statistic > > structure is smaller than the larger stru

Re: [PATCH net-next iproute2] iplink: display rx nohandler stats

2016-02-09 Thread Jarod Wilson
On Tue, Feb 09, 2016 at 11:17:57AM -0800, Stephen Hemminger wrote: > Support for the new rx_nohandler statistic. > This code is designed to handle the case where the kernel reported statistic > structure is smaller than the larger structure in later releases (and vice > versa). This seems to work

[PATCH net-next iproute2] iplink: display rx nohandler stats

2016-02-09 Thread Stephen Hemminger
Support for the new rx_nohandler statistic. This code is designed to handle the case where the kernel reported statistic structure is smaller than the larger structure in later releases (and vice versa). Signed-off-by: Stephen Hemminger --- ip/ipaddress.c | 35 ++