Home
last modified time | relevance | path

Searched hist:"7439 d687b79cbbd971c6a170be9aefda4a564be4" (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dmptcp_diag.cdiff 7439d687b79cbbd971c6a170be9aefda4a564be4 Fri Nov 27 04:10:26 CST 2020 Paolo Abeni <pabeni@redhat.com> mptcp: avoid a few atomic ops in the rx path

Extending the data_lock scope in mptcp_incoming_option
we can use that to protect both snd_una and wnd_end.
In the typical case, we will have a single atomic op instead of 2

Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
H A Doptions.cdiff 7439d687b79cbbd971c6a170be9aefda4a564be4 Fri Nov 27 04:10:26 CST 2020 Paolo Abeni <pabeni@redhat.com> mptcp: avoid a few atomic ops in the rx path

Extending the data_lock scope in mptcp_incoming_option
we can use that to protect both snd_una and wnd_end.
In the typical case, we will have a single atomic op instead of 2

Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
H A Dprotocol.hdiff 7439d687b79cbbd971c6a170be9aefda4a564be4 Fri Nov 27 04:10:26 CST 2020 Paolo Abeni <pabeni@redhat.com> mptcp: avoid a few atomic ops in the rx path

Extending the data_lock scope in mptcp_incoming_option
we can use that to protect both snd_una and wnd_end.
In the typical case, we will have a single atomic op instead of 2

Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
H A Dprotocol.cdiff 7439d687b79cbbd971c6a170be9aefda4a564be4 Fri Nov 27 04:10:26 CST 2020 Paolo Abeni <pabeni@redhat.com> mptcp: avoid a few atomic ops in the rx path

Extending the data_lock scope in mptcp_incoming_option
we can use that to protect both snd_una and wnd_end.
In the typical case, we will have a single atomic op instead of 2

Acked-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Mat Martineau <mathew.j.martineau@linux.intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>