diff options
| author | Geliang Tang <[email protected]> | 2021-08-17 15:07:23 -0700 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-08-18 10:10:01 +0100 |
| commit | 2843ff6f36db7074e17bf5d637a14da08c54aed8 (patch) | |
| tree | ccb287b9b51a37e2be1ee291defc4885d95b2faf /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | ee285257a9c1bc73ad095d8a3aa5d04b7da4990f (diff) | |
mptcp: remote addresses fullmesh
This patch added and managed a new per endpoint flag, named
MPTCP_PM_ADDR_FLAG_FULLMESH.
In mptcp_pm_create_subflow_or_signal_addr(), if such flag is set, instead
of:
remote_address((struct sock_common *)sk, &remote);
fill a temporary allocated array of all known remote address. After
releaseing the pm lock loop on such array and create a subflow for each
remote address from the given local.
Note that the we could still use an array even for non 'fullmesh'
endpoint: with a single entry corresponding to the primary MPC subflow
remote address.
Suggested-by: Paolo Abeni <[email protected]>
Signed-off-by: Geliang Tang <[email protected]>
Signed-off-by: Mat Martineau <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions