[RFC PATCH mptcp-next v10 0/3] mptcp: Fast Open Mechanism:

Dmytro Shytyi posted 3 patches 1 year, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/multipath-tcp/mptcp_net-next tags/patchew/20220923001530.9722-1-dmytro@shytyi.net
Maintainers: Eric Dumazet <edumazet@google.com>, "David S. Miller" <davem@davemloft.net>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>, David Ahern <dsahern@kernel.org>, Mat Martineau <mathew.j.martineau@linux.intel.com>, Matthieu Baerts <matthieu.baerts@tessares.net>
include/net/tcp.h    |  3 +++
net/ipv4/tcp.c       | 23 ++++++++++++++++++-----
net/mptcp/Makefile   |  2 +-
net/mptcp/fastopen.c | 32 ++++++++++++++++++++++++++++++++
net/mptcp/protocol.c | 22 ++++++++++++++++++----
net/mptcp/protocol.h |  6 ++++++
net/mptcp/sockopt.c  |  3 +++
7 files changed, 81 insertions(+), 10 deletions(-)
create mode 100644 net/mptcp/fastopen.c
[RFC PATCH mptcp-next v10 0/3] mptcp: Fast Open Mechanism:
Posted by Dmytro Shytyi 1 year, 6 months ago
Compared to the previous patches, these focus on the sender side.

Dmytro Shytyi (3):
  mptcp: add mptcp_setsockopt_fastopen
  mptcp: add mptcp_stream_connect to *.h
  mptcp: reuse tcp_sendmsg_fastopen()

 include/net/tcp.h    |  3 +++
 net/ipv4/tcp.c       | 23 ++++++++++++++++++-----
 net/mptcp/Makefile   |  2 +-
 net/mptcp/fastopen.c | 32 ++++++++++++++++++++++++++++++++
 net/mptcp/protocol.c | 22 ++++++++++++++++++----
 net/mptcp/protocol.h |  6 ++++++
 net/mptcp/sockopt.c  |  3 +++
 7 files changed, 81 insertions(+), 10 deletions(-)
 create mode 100644 net/mptcp/fastopen.c

-- 
2.25.1
Re: [RFC PATCH mptcp-next v10 0/3] mptcp: Fast Open Mechanism:
Posted by Dmytro Shytyi 1 year, 6 months ago
Hello all,


Do you grant a permission to submit v11 in less then 24h period?

I have 2 things to do:
1. I have one line to modify in tcp.c and build will be successful (I 
think).
2. Change the name of the patch (add "sender" in the topic) as somehow 
it wasn't applied.

Best regards,
Dmytro SHYTYI

On 9/23/2022 2:15 AM, Dmytro Shytyi wrote:
> Compared to the previous patches, these focus on the sender side.
>
> Dmytro Shytyi (3):
>    mptcp: add mptcp_setsockopt_fastopen
>    mptcp: add mptcp_stream_connect to *.h
>    mptcp: reuse tcp_sendmsg_fastopen()
>
>   include/net/tcp.h    |  3 +++
>   net/ipv4/tcp.c       | 23 ++++++++++++++++++-----
>   net/mptcp/Makefile   |  2 +-
>   net/mptcp/fastopen.c | 32 ++++++++++++++++++++++++++++++++
>   net/mptcp/protocol.c | 22 ++++++++++++++++++----
>   net/mptcp/protocol.h |  6 ++++++
>   net/mptcp/sockopt.c  |  3 +++
>   7 files changed, 81 insertions(+), 10 deletions(-)
>   create mode 100644 net/mptcp/fastopen.c
>