Re: [PATCH net-next] tcp: warn on negative reordering values

2017-05-19 Thread David Miller
From: Soheil Hassas Yeganeh Date: Tue, 16 May 2017 17:39:02 -0400 > From: Soheil Hassas Yeganeh > > Commit bafbb9c73241 ("tcp: eliminate negative reordering > in tcp_clean_rtx_queue") fixes an issue for negative > reordering metrics. > > To be resilient to such errors, warn and return > when a

[PATCH net-next] tcp: warn on negative reordering values

2017-05-16 Thread Soheil Hassas Yeganeh
From: Soheil Hassas Yeganeh Commit bafbb9c73241 ("tcp: eliminate negative reordering in tcp_clean_rtx_queue") fixes an issue for negative reordering metrics. To be resilient to such errors, warn and return when a negative metric is passed to tcp_update_reordering(). Signed-off-by: Soheil Hassas