On 07/18/2018 01:56 PM, Yuchung Cheng wrote: > Refactor and create helpers to send the special ACK in DCTCP. > > Signed-off-by: Yuchung Cheng <ych...@google.com> > Acked-by: Neal Cardwell <ncardw...@google.com> > --- > net/ipv4/tcp_output.c | 22 +++++++++++++++++----- > 1 file changed, 17 insertions(+), 5 deletions(-) tcp_send_ack() could be an inline, but that is a very minor point. Signed-off-by: Eric Dumazet <eduma...@google.com>
- [PATCH net 0/3] fix DCTCP ECE Ack series Yuchung Cheng
- [PATCH net 1/3] tcp: helpers to send special DCTCP ack Yuchung Cheng
- Re: [PATCH net 1/3] tcp: helpers to send special DC... Eric Dumazet
- [PATCH net 2/3] tcp: do not cancel delay-AcK on DCTCP s... Yuchung Cheng
- [PATCH net 3/3] tcp: do not delay ACK in DCTCP upon CE ... Yuchung Cheng
- Re: [PATCH net 0/3] fix DCTCP ECE Ack series David Miller