Re: [PATCH V2 net-next 2/3] tcp: TCP experimental option for SMC

2017-10-24 Thread David Miller
From: Ursula Braun Date: Wed, 18 Oct 2017 16:29:59 +0200 > diff --git a/include/net/tcp.h b/include/net/tcp.h > index 3b3b9b968e2d..a2e87ac8cdc0 100644 > --- a/include/net/tcp.h > +++ b/include/net/tcp.h > @@ -45,6 +45,7 @@ > > #include > #include > +#include Only tcp_input.c needs this i

[PATCH V2 net-next 2/3] tcp: TCP experimental option for SMC

2017-10-18 Thread Ursula Braun
The SMC protocol [1] relies on the use of a new TCP experimental option [2, 3]. With this option, SMC capabilities are exchanged between peers during the TCP three way handshake. This patch adds support for this experimental option to TCP. References: [1] SMC-R Informational RFC: http://www.rfc-ed