Re: [RFC PATCH v6 net-next 3/4] tcp: add in_flight to tcp_skb_cb

2015-08-27 Thread Lawrence Brakmo
On 8/27/15, 3:57 PM, "Yuchung Cheng" wrote: >On Thu, Aug 27, 2015 at 3:54 PM, Yuchung Cheng wrote: >> On Thu, Aug 27, 2015 at 3:44 PM, Lawrence Brakmo wrote: >>> Yuchung, thank you for reviewing these patches. Response inline below. >>> >>> On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote: >>> >>>

Re: [RFC PATCH v6 net-next 3/4] tcp: add in_flight to tcp_skb_cb

2015-08-27 Thread Yuchung Cheng
On Thu, Aug 27, 2015 at 3:54 PM, Yuchung Cheng wrote: > On Thu, Aug 27, 2015 at 3:44 PM, Lawrence Brakmo wrote: >> Yuchung, thank you for reviewing these patches. Response inline below. >> >> On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote: >> >>>On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrot

Re: [RFC PATCH v6 net-next 3/4] tcp: add in_flight to tcp_skb_cb

2015-08-27 Thread Yuchung Cheng
On Thu, Aug 27, 2015 at 3:44 PM, Lawrence Brakmo wrote: > Yuchung, thank you for reviewing these patches. Response inline below. > > On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote: > >>On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrote: >>> Add in_flight (bytes in flight when packet was sent) fi

Re: [RFC PATCH v6 net-next 3/4] tcp: add in_flight to tcp_skb_cb

2015-08-27 Thread Lawrence Brakmo
Yuchung, thank you for reviewing these patches. Response inline below. On 8/27/15, 3:00 PM, "Yuchung Cheng" wrote: >On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrote: >> Add in_flight (bytes in flight when packet was sent) field >> to tx component of tcp_skb_cb and make it available to >>

Re: [RFC PATCH v6 net-next 3/4] tcp: add in_flight to tcp_skb_cb

2015-08-27 Thread Yuchung Cheng
On Tue, Aug 25, 2015 at 4:33 PM, Lawrence Brakmo wrote: > Add in_flight (bytes in flight when packet was sent) field > to tx component of tcp_skb_cb and make it available to > congestion modules' pkts_acked() function through the > ack_sample function argument. > > Signed-off-by: Lawrence Brakmo

[RFC PATCH v6 net-next 3/4] tcp: add in_flight to tcp_skb_cb

2015-08-25 Thread Lawrence Brakmo
Add in_flight (bytes in flight when packet was sent) field to tx component of tcp_skb_cb and make it available to congestion modules' pkts_acked() function through the ack_sample function argument. Signed-off-by: Lawrence Brakmo --- include/net/tcp.h | 2 ++ net/ipv4/tcp_input.c | 5 -