1
1
openmpi/opal/mca/btl/tcp
Jordan Cherry d7e7e3acb7 tcp btl: Fix multiple-link connection establishment.
Fix case where the btl_tcp_links MCA parameter is used to create multiple TCP connections between peers.
    Three issues were resulting in hangs during large message transfer:
      * The 2nd..btl_tcp_link connections were dropped during establishment because the per-process
        address check was binary, rather than a count
      * The accept handler would not skip a btl module that was already in use, resulting in all
        connections for a given address being vectored to a single btl
      * Multiple addresses in the same subnet caused connections to be
        stalled, as the receiver would always use the same (first) address
        found.  Binding the outgoing connection solves this issue
     *  Lastly fix race condition created by connections being started at the exact same time
        by accpeting connections not in the closed state, allowing endpoint_accept to resolve
        dispute

    Signed-off-by: Jordan Cherry <cherryj@amazon.com>
2018-02-27 16:36:44 +00:00
..
btl_tcp_addr.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
btl_tcp_component.c tcp btl: Fix multiple-link connection establishment. 2018-02-27 16:36:44 +00:00
btl_tcp_endpoint.c tcp btl: Fix multiple-link connection establishment. 2018-02-27 16:36:44 +00:00
btl_tcp_endpoint.h Btl Tcp: Updated tcp handshake methods 2017-08-18 10:06:52 -07:00
btl_tcp_frag.c Set a hard limit on the TCP max fragment size. 2017-09-01 18:52:48 -04:00
btl_tcp_frag.h A first cut at the large data problem with TCP. As long 2017-09-01 18:52:48 -04:00
btl_tcp_ft.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
btl_tcp_ft.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
btl_tcp_hdr.h Update the copyright and cleanup the code. 2016-03-28 14:41:01 -04:00
btl_tcp_proc.c tcp btl: Fix multiple-link connection establishment. 2018-02-27 16:36:44 +00:00
btl_tcp_proc.h Remove the tcp_local field from the TCP component. 2017-01-07 13:24:18 -05:00
btl_tcp.c Btl tcp: Fix racing condition on simultaneous handshake 2017-10-03 13:13:43 -07:00
btl_tcp.h tcp btl: Fix multiple-link connection establishment. 2018-02-27 16:36:44 +00:00
configure.m4 m4: rename OMPI_SUMMARY_* macros to OPAL_SUMMARY_* 2016-04-20 08:40:00 -07:00
help-mpi-btl-tcp.txt Btl tcp: BTL_ERROR to show_help & update func behaviour 2017-08-17 16:45:14 -07:00
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00