Re: [PATCH net] tcp: fix data delivery rate

2017-09-16 Thread David Miller
From: Eric Dumazet Date: Fri, 15 Sep 2017 16:47:42 -0700 > From: Eric Dumazet > > Now skb->mstamp_skb is updated later, we also need to call > tcp_rate_skb_sent() after the update is done. > > Fixes: 8c72c65b426b ("tcp: update skb->skb_mstamp more carefully") > Signed-off-by: Eric Dumazet Ap

Re: [PATCH net] tcp: fix data delivery rate

2017-09-15 Thread Soheil Hassas Yeganeh
On Fri, Sep 15, 2017 at 7:47 PM, Eric Dumazet wrote: > From: Eric Dumazet > > Now skb->mstamp_skb is updated later, we also need to call > tcp_rate_skb_sent() after the update is done. > > Fixes: 8c72c65b426b ("tcp: update skb->skb_mstamp more carefully") > Signed-off-by: Eric Dumazet Acked-by:

[PATCH net] tcp: fix data delivery rate

2017-09-15 Thread Eric Dumazet
From: Eric Dumazet Now skb->mstamp_skb is updated later, we also need to call tcp_rate_skb_sent() after the update is done. Fixes: 8c72c65b426b ("tcp: update skb->skb_mstamp more carefully") Signed-off-by: Eric Dumazet --- net/ipv4/tcp_output.c |7 +++ 1 file changed, 3 insertions(+),