1
1
openmpi/opal/mca/btl/tcp
William Zhang 4ebb37a26c opal/util: Change opal/util/if.h macro IF_NAMESIZE to OPAL_IF_NAMESIZE
Due to IF_NAMESIZE being a reused and conditionally defined macro,
issues could arise from macro mismatches. In particular, in cases where
opal/util/if.h is included, but net/if.h is not, IF_NAMESIZE will be 32.
If net/if.h is included on Linux systems, IF_NAMESIZE will be 16. This
can cause a mismatch when using the same macro on a system. Thus
different parts of the code can have differring ideas on the size of a
structure containing a char name[IF_NAMESIZE]. To avoid this error case,
we avoid reusing the IF_NAMESIZE macro and instead define our own as
OPAL_IF_NAMESIZE.

Signed-off-by: William Zhang <wilzhang@amazon.com>
2019-07-29 21:24:39 +00:00
..
btl_tcp_addr.h btl tcp: Simplify modex address selection 2018-10-18 02:23:21 +00:00
btl_tcp_component.c opal/util: Change opal/util/if.h macro IF_NAMESIZE to OPAL_IF_NAMESIZE 2019-07-29 21:24:39 +00:00
btl_tcp_endpoint.c btl tcp: Fix compile error in IPv6 2018-10-30 12:31:04 -07:00
btl_tcp_endpoint.h Btl Tcp: Updated tcp handshake methods 2017-08-18 10:06:52 -07:00
btl_tcp_frag.c Revert "Handle error cases in TCP BTL" 2018-10-12 15:01:54 -07: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 opal/util: Change opal/util/if.h macro IF_NAMESIZE to OPAL_IF_NAMESIZE 2019-07-29 21:24:39 +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 Revert "Handle error cases in TCP BTL" 2018-10-12 15:01:54 -07:00
btl_tcp.h btl tcp: Simplify module address storage 2018-10-17 16:21:17 +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: Print number of endpoints on error 2018-10-10 08:29:48 -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