Re: [PATCH net-next] tcp: refactor DCTCP ECN ACK handling

2018-10-10 Thread David Miller
From: Yuchung Cheng Date: Mon, 8 Oct 2018 15:32:20 -0700 > DCTCP has two parts - a new ECN signalling mechanism and the response > function to it. The first part can be used by other congestion > control for DCTCP-ECN deployed networks. This patch moves that part > into a separate tcp_dctcp.h to

[PATCH net-next] tcp: refactor DCTCP ECN ACK handling

2018-10-08 Thread Yuchung Cheng
DCTCP has two parts - a new ECN signalling mechanism and the response function to it. The first part can be used by other congestion control for DCTCP-ECN deployed networks. This patch moves that part into a separate tcp_dctcp.h to be used by other congestion control module (like how Yeah uses Vega