Re: [PATCH net-next 2/2] tcp_bbr: remove bbr->tso_segs_goal

2018-02-28 Thread Neal Cardwell
On Wed, Feb 28, 2018 at 5:40 PM, Eric Dumazet wrote: > Its value is computed then immediately used, > there is no need to store it. > > Signed-off-by: Eric Dumazet > --- Acked-by: Neal Cardwell This one also looks great to me. Thanks, Eric! neal

[PATCH net-next 2/2] tcp_bbr: remove bbr->tso_segs_goal

2018-02-28 Thread Eric Dumazet
Its value is computed then immediately used, there is no need to store it. Signed-off-by: Eric Dumazet --- net/ipv4/tcp_bbr.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/net/ipv4/tcp_bbr.c b/net/ipv4/tcp_bbr.c index afc0567b8a98fbb718ba04505053aa3f62ab5784..