Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Huawei 1230 #49

Closed
wants to merge 4,922 commits into from
Closed

Huawei 1230 #49

wants to merge 4,922 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 25, 2020

  1. Configuration menu
    Copy the full SHA
    08b90b5 View commit details
    Browse the repository at this point in the history
  2. API/UCT: added UCT_IFACE_FLAG_EP_KEEPALIVE caps

    - added iface capability UCT_IFACE_FLAG_EP_KEEPALIVE to
      identify EP's which can provide keepalive functionality
      without UCX involving
    Sergey Oblomov committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    73e2941 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5949 from dmitrygx/topic/ucp/gtest_mmap_me…

    …m_type
    
    GTEST/UCP: Expect SW RMA when managed memory is used
    yosefe authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    9031e96 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. UCS/ARCH: Fix review comments

    Signed-off-by: JonasZhou <JonasZhou@zhaoxin.com>
    jonaszhou1 committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ebbd95b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89ce65 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5951 from hoopoepg/topic/api-keepalive-caps

    API/UCT: added UCT_IFACE_FLAG_EP_KEEPALIVE caps
    yosefe authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    1506629 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#5932 from brminich/topic/ucp_am_rndv_fixes

    UCP/AM: AM rndv fixes
    yosefe authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    b793bd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    111a128 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ca2a32 View commit details
    Browse the repository at this point in the history
  7. TCP/KEEPALIVE: enabled keepalive feature for TCP

    - added support of keepalive feature for TCP transport
    Sergey Oblomov committed Nov 26, 2020
    Configuration menu
    Copy the full SHA
    f76076e View commit details
    Browse the repository at this point in the history
  8. Merge pull request openucx#5953 from openucx/topic/ib-decrease-log-level

    IB: Decrease log level for testing addr family gid index.
    yosefe authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    71f7fbd View commit details
    Browse the repository at this point in the history
  9. Merge pull request openucx#5944 from hoopoepg/topic/inf-auto-time-units

    UCS/TIME-UNITS: added "inf" and "auto" values
    yosefe authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    8f21972 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    40d0848 View commit details
    Browse the repository at this point in the history
  11. Merge pull request openucx#5919 from brminich/topic/ucp_api_imm_rx_compl

    UCP/API: Add recv_info to ucp_request_param_t
    brminich authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    91a84fc View commit details
    Browse the repository at this point in the history
  12. Merge pull request openucx#5943 from dmitrygx/topic/uct/ib_sl_auto

    UCS/UCT/IB: Select SL not depending on AR support by default
    yosefe authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    aa94804 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c8c157 View commit details
    Browse the repository at this point in the history
  14. Merge pull request openucx#5912 from zzjianhui/master

    UCS/ARCH: Add Zhaoxin cpu detection
    shamisp authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    16c554f View commit details
    Browse the repository at this point in the history
  15. Merge pull request openucx#5920 from evgeny-leksikov/ucp_cm_enable_y

    UCP: SOCKADDR_CM_ENABLE=y by default
    yosefe authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    ab9c2f4 View commit details
    Browse the repository at this point in the history
  16. Merge pull request openucx#5952 from evgeny-leksikov/ucp_ep_flush_int…

    …ernal_failed
    
    UCP/EP/FLUSH: fix too early completion for failed EP
    yosefe authored Nov 26, 2020
    Configuration menu
    Copy the full SHA
    36ed228 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. UCP/AM: Drop AM data if rx ep is closed

    - If single fragment AM received without UCP_AM_SEND_REPLY flag it
      should be delivered to the user even if the corresponding rx ep is
      closed/failed.
    - If single fragment AM received with UCP_AM_SEND_REPLY flag it
      should be droppped if the corresponding rx ep is closed/failed,
      because reply ep can not be provided in the data callback.
    - If some fragment of multi-fragmented AM received and the corresponding rx ep
      is closed/failed, this fragment should be dropped regardless of send AM flags
      (no way to assemble a message without aux info storedd in ep extension)
    - If AM RTS is received and the corresponding rx ep is closed/failed,
      this RTS should be droppped and ATS with EP_TIMEOUT should be sent
      back to the sender.
    brminich committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    ee224c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99237a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    44c166c View commit details
    Browse the repository at this point in the history
  2. GTEST/UCP: Reworking WFE gtest

    * Renaming from wfe to wait_mem
    * Using average of ten performance runs as a reference point
    * Moving wait_mem to ucp_perf
    * Code styling fixes
    
    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    dmitrygx authored and shamisp committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    a495417 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Merge pull request openucx#5963 from Artemy-Mellanox/topic/flush_canc…

    …el_nb-10
    
    UCP/EP/CLOSE: Make close EP discard lanes directly
    yosefe authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c786a06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6adf53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5961 from yosefe/topic/test-tag-fix-tag-te…

    …st-to-check
    
    TEST/TAG: Fix tag test to check inline data flag
    yosefe authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    26555a2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#5968 from petro-rudenko/jucx/fix-benchmark…

    …-test
    
    JUCX: catch exception on ep close.
    yosefe authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f1dd81a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Merge pull request openucx#5956 from brminich/topic/fix_ucp_tag_offlo…

    …ad_test
    
    GTEST/UCP/TAG: Fix offload thresh check
    brminich authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    064ac8f View commit details
    Browse the repository at this point in the history
  2. UCS/ARCH: Add SVE memcpy

    lyu committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    87447d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de2afde View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e89d9cd View commit details
    Browse the repository at this point in the history
  5. UCT/RC: Flush TX

    Artemy-Mellanox committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    f52939a View commit details
    Browse the repository at this point in the history
  6. Merge pull request openucx#5954 from lyu/add_sve_memcpy

    UCS/ARCH: Add SVE memcpy
    shamisp authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a2769c4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request openucx#5955 from shamisp/topic/ucp/gtest_wfe_v2

    GTEST: Moving memory_wait test to perf
    yosefe authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    86755f6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request openucx#5957 from evgeny-leksikov/iodemo_listen_retry

    IODEMO: add listen retry for server
    yosefe authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    c197746 View commit details
    Browse the repository at this point in the history
  9. Merge pull request openucx#5795 from Artemy-Mellanox/topic/flush_canc…

    …el_nb-8
    
    UCT: Flush TX
    yosefe authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0e0a00d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. AZP: add warning for azure

    avildema committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    5727aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd50893 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e39267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    434b9fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c04b9e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e10f29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ed57e7 View commit details
    Browse the repository at this point in the history
  8. UCP/EP: Fix review comments

    dmitrygx committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7c8bd96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1111358 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5bc27a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68eb80e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    10fd389 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87f54ea View commit details
    Browse the repository at this point in the history
  14. Merge pull request openucx#5950 from gleon99/clang-format

    CODE: Add style check support
    yosefe authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    b9ec324 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    fd5d2e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d958ebe View commit details
    Browse the repository at this point in the history
  3. UCP/CM: Fix leak of listener requests

    If a listener is destroyed while it has a pending connect request which
    has not been dispatched yet, we must release it. Otherwise,
    rdma_destroy_id() will hang while waiting for all events to be released.
    yosefe committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    c492245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3381c44 View commit details
    Browse the repository at this point in the history
  5. UCS/CONFIGURE: aarch64 default is to have HW_TIMER set, change config…

    ….h comment text to reflect that
    tonycurtis committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    beb1e95 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Merge pull request openucx#5899 from brminich/topic/ucp_am_drop_on_cl…

    …osed_ep
    
    UCP/AM: Drop AM data if rx ep is closed
    brminich authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    18fca96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#5895 from hoopoepg/topic/tcp-keepalive-fea…

    …ture
    
    TCP/KEEPALIVE: enabled ep_check feature for TCP
    yosefe authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c736d2e View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5975 from avildema/fix_init

    Jenkins: Add function for check state on device
    yosefe authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    f1871a5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#5983 from yosefe/topic/build-java-fix-buil…

    …d-dependencies
    
    BUILD/JAVA: Fix build dependencies
    yosefe authored Dec 4, 2020
    Configuration menu
    Copy the full SHA
    8212770 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. UCP/RNDV/ROCM: add support for staging rndv protocol for ROCm

    Sourav Chakraborty committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    697b0a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Merge pull request openucx#5985 from tonycurtis/aarch64-hw-timer

    UCS/CONFIGURE: aarch64 default is to have HW_TIMER set, change config.h comment text to reflect that
    yosefe authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    251c382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4d108b View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5990 from yosefe/topic/contrib-add-valgrin…

    …d-suppression-for-rdma-create
    
    CONTRIB: Add valgrind suppression for rdma_create_event_channel
    yosefe authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    a230167 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Merge pull request openucx#5742 from ROCmSoftwarePlatform/sourav/rocm…

    …-staged-d2d
    
    UCP/RNDV/ROCM: add support for staging rndv protocol for ROCm
    yosefe authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    497c593 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b6bc57 View commit details
    Browse the repository at this point in the history
  3. API/UCT/IFACE: added keepalive_timeout value

    - added keepalive_interval value to uct_iface_params structure
    Sergey Oblomov committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ae06c8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8346f5e View commit details
    Browse the repository at this point in the history
  5. Merge pull request openucx#5994 from lyu/fix_perf_print

    TOOLS/PERF: Fix test name printing format
    yosefe authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    dedb40f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    2546953 View commit details
    Browse the repository at this point in the history
  2. UCP: ucp_tag_msg_recv_nbx routine.

    UCP: implement ucp_tag_msg_recv_nb as ucp_tag_msg_recv_nbx.
    
    UCP: copy user data only if flag is present.
    
    DOC: updated news.
    petro-rudenko committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    3e300a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5996 from leibin2014/master1

    UCT/IB: get roce ndev name according to right gid but not fixed gid 0
    yosefe authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    971aad1 View commit details
    Browse the repository at this point in the history
  4. TEST/IODEMO: Fix test destructor flow

    - Destroy all connections to flush requests before destroying memory
      pools
    - Avoid removing elements from connections map while iterating over it
    yosefe committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    3fd1a31 View commit details
    Browse the repository at this point in the history
  5. JENKINS: change log

    avildema committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    b34727b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d33c7f View commit details
    Browse the repository at this point in the history
  7. Merge pull request openucx#5995 from bureddy/cuda-11.1.1

    JENKINS: update cuda module version to 11.1.1
    yosefe authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    f1959fd View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. UCP/KEEPALIVE: removed incorrect assert

    - suppressed incorrect assert on keepalive remove ep
    - renamed flag UCP_EP_FLAG_TEMPORARY to UCP_EP_FLAG_INTERNAL
    - mem-type EP's are marked by UCP_EP_FLAG_INTERNAL flag
    - fixed ep-destroy flow for memtype EPs
    Sergey Oblomov committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    73830be View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#5948 from dmitrygx/topic/ucp/cm_disconnect…

    …_call_err_cb
    
    UCP/WIREUP/GTEST: Fix dead code in CM disconnect
    yosefe authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    365c076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c003ae View commit details
    Browse the repository at this point in the history
  4. UCS/CONFIG: fixed crash on incorrect value set

    - there was possible double free of string when
      user tried to set incorrect value using ucs_config_parser_set_value
      function
    - added gtest
    Sergey Oblomov committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    9d87dcb View commit details
    Browse the repository at this point in the history
  5. Merge pull request openucx#5974 from avildema/azp_loging

    AZP: add warning for azure
    yosefe authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4234cdb View commit details
    Browse the repository at this point in the history
  6. Merge pull request openucx#5982 from yosefe/topic/fix-iodemo-dtors

    Fixes for iodemo and listener destroy flow
    yosefe authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    f9c253a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93cc94a View commit details
    Browse the repository at this point in the history
  8. Merge pull request openucx#5987 from hoopoepg/topic/fixed-crash-on-in…

    …correct-conf-value
    
    UCS/CONFIG: fixed crash on incorrect value set
    yosefe authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    6294470 View commit details
    Browse the repository at this point in the history
  9. Merge pull request openucx#5973 from gleon99/bitmap

    UCS/DATASTRUCT: Add bitmap data struct
    yosefe authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d31041f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    8d4752f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6004 from dmitrygx/topic/ucp/amo_sw

    UCP/AMO: Use remote_addr from AMO part of request instead of RMA
    yosefe authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d50c796 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5966 from petro-rudenko/tag/recv_msg_nbx

    UCP: Recv msg nbx routine.
    yosefe authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d90e702 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e5d50f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    83d6fe2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#5972 from hoopoepg/topic/keepalive-fixed-i…

    …ncorrect-assert
    
    UCP/KEEPALIVE: removed incorrect assert
    brminich authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    83f029c View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#5992 from hoopoepg/topic/iface-params-keep…

    …alive-timeout
    
    API/UCT/IFACE: added keepalive_timeout value
    brminich authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    6e4d206 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#6012 from dmitrygx/topic/ucp/gtest_wireup_…

    …test_skip_tcp
    
    GTEST/UCP: Skip wireup 1sided disconnect test for TCP (workaround)
    yosefe authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    2a60549 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openucx#5897 from Akshay-Venkatesh/topic/cuda-sys-…

    …device-cmp
    
    UCP/WIREUP: use ucs topo to compare with mem_type md and adjust latency
    yosefe authored Dec 11, 2020
    Configuration menu
    Copy the full SHA
    6ee3602 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c524eab View commit details
    Browse the repository at this point in the history
  7. UCP/HELLO-WORLD: added error simulations

    - added sender/receiver/keepalive error simulations to
      ucp_hello_world application
    - ucp_failure_mode_t is renamed to failure_mode_t
    - added keepalive tests
    Sergey Oblomov committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    49e6122 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Merge pull request openucx#6014 from dmitrygx/topic/io_demo/conn_wind…

    …ow_size
    
    TEST/IO_DEMO: Add a window on the client side, per every remote server
    yosefe authored Dec 12, 2020
    Configuration menu
    Copy the full SHA
    392443a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dabd4a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2779ba6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Configuration menu
    Copy the full SHA
    b7c81a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61beb70 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6024 from alinask/topic/uct-rdmacm-enhance…

    …-reject-error
    
    IB/RDMACM: Add local and remote addresses to the reject error message.
    yosefe authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    6f9a989 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#5965 from leibin2014/bf2-1

    Ignore PFs without RDMA cap on BF2 according to its gid_tlb_len==0
    yosefe authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    85c6cc6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openucx#5901 from hoopoepg/topic/ucp-hello-world-i…

    …mproved-error-simul
    
    UCP/HELLO-WORLD: added error simulations
    yosefe authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    90cd6c9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openucx#6018 from yosefe/topic/contrib-add-valgrin…

    …d-suppression-for-rdma-bind
    
    CONTRIB: Add valgrind suppression for rdma_bind_addr()
    yosefe authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    76371b7 View commit details
    Browse the repository at this point in the history
  7. Merge pull request openucx#6009 from brminich/topic/ucp_fix_addr_error

    UCP: Fix address unpacking error
    yosefe authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    7b2cf2c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. UCP/NBX: fixed external request free from CB

    - fixed crash in completion callback when user is tried to free
      external request
    - added gtest
    - added function wait_for_value for UCP tests
    Sergey Oblomov committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    1795c1f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6010 from dmitrygx/topic/ucp/request_size

    UCP/CORE/GTEST: Rearrange fields in a UCP request to reduce its size
    brminich authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    0580ef0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b81d710 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db2b2d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d38a90 View commit details
    Browse the repository at this point in the history
  6. Merge pull request openucx#6020 from petro-rudenko/jucx/memtype-const…

    …ants
    
    JUCX: UCS Memory type constants.
    yosefe authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    475ab4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f3e099 View commit details
    Browse the repository at this point in the history
  8. Merge pull request openucx#6017 from dmitrygx/topic/ucs/mpool_elem_le…

    …ak_check
    
    UCS/MPOOL: Make elem defined for Valgrind
    yosefe authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    c8fa053 View commit details
    Browse the repository at this point in the history
  9. Merge pull request openucx#5998 from hoopoepg/topic/fixed-external-re…

    …quest-free-crash
    
    UCP/NBX: fixed external request free from CB
    yosefe authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    6887a67 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Merge pull request openucx#6006 from dmitrygx/topic/ucp/rndv-ptr-map-fix

    UCP/GTEST: Fix and test ucp requests leak from the ptr_map
    yosefe authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    8427c7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6016 from evgeny-leksikov/uct_rdmacm_cm_sh…

    …ared_cq_m
    
    UCT/CM/RDMACM: share dummy CQ per device
    yosefe authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    02782d0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6026 from petro-rudenko/jucx/clang-java

    JUCX: Prevent clang of formatting java files.
    yosefe authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    d0c7539 View commit details
    Browse the repository at this point in the history
  4. UCP/TCP/KEEPALIVE: added processing of auto time

    - added processing of "auto" timeouts for keepalive
    - added parser type UNITS to allow set number with "auto" & "inf"
    - updated jenkins script
    Sergey Oblomov committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    796c105 View commit details
    Browse the repository at this point in the history
  5. UCT/RC: Protect rc_iface->ep_list with a spinlock

    Since we may create RC QP from the progress thread in wireup_cm pack
    callback, it has to be thread safe wrt other iface operations
    yosefe authored and evgeny-leksikov committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    34f62cd View commit details
    Browse the repository at this point in the history
  6. RC/IFACE: added lock on rc_iface->eps access

    - added lock on access rc_iface->eps access
    Sergey Oblomov authored and evgeny-leksikov committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    68dc78f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8761c8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request openucx#5959 from hoopoepg/topic/keepalive-time-auto

    UCP/TCP/KEEPALIVE: added processing of auto time
    yosefe authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    6e4fa9c View commit details
    Browse the repository at this point in the history
  9. Merge pull request openucx#6028 from evgeny-leksikov/uct_rc_ep_list_lock

    UCT/RC: Protect rc_iface->ep_list and rc_iface->eps with a spinlock
    yosefe authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    1aa7505 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    d876e26 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge pull request openucx#6037 from dmitrygx/topic/uct/ib_sl_select_…

    …1_10
    
    UCT/IB: Fixes for SL selection (v1.10.x)
    yosefe authored Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a4feda2 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. RC_MLX5/IFACE: fixed assert

    - fixed issue in iface recv prepost when adaptive progress enabled
    - fixed assert: rc_mlx5_common.c:128  Assertion `rc_iface->rx.srq.available >= count' failed
    - don't try prepost recv twice
    
    (cherry picked from commit daa69c5)
    Sergey Oblomov committed Dec 19, 2020
    Configuration menu
    Copy the full SHA
    9d3f43f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Merge pull request openucx#6056 from hoopoepg/topic/fixed-assert-adap…

    …tive-progress-v1.10
    
    RC_MLX5/IFACE: fixed assert - v1.10
    yosefe authored Dec 27, 2020
    Configuration menu
    Copy the full SHA
    6ff702f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    eed3c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d284685 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Merge pull request openucx#6064 from bureddy/v1.10.x

    UCP/MEM_TYPE: Adjust mem type zcopy thresh if user sets UCX_ZCOPY_THRESH - v1.10.x
    yosefe authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    102a97e View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6062 from yosefe/topic/uct-ib-devx-set-mod…

    …ify-qp-global-v1.10.x
    
    UCT/IB/DEVX: Set modify-QP global address parameters only for GRH case - v1.10.x
    yosefe authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a212a09 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. DOC/RECV-NBX: removed incorrect note

    - removed incorrect note from function description
    
    (cherry picked from commit 4b4df04)
    Sergey Oblomov committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    a238254 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Configuration menu
    Copy the full SHA
    488bfde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c315f5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a6ef2e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge pull request openucx#6122 from Artemy-Mellanox/topic/dv_uar_nc-…

    …1.10
    
    UCT/IB/MLX5: DV UAR alloc type NC support - v1.10
    yosefe authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    f2113c6 View commit details
    Browse the repository at this point in the history
  2. AZP: fix docker image

    avildema committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    61cad4c View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6119 from brminich/topic/tag_offl_comp_v.1…

    ….10.x
    
    UCP/TAG: Fix offload completion with inlined data - v.1.10.x
    yosefe authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    06056ad View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#6114 from hoopoepg/topic/recv-nbx-removed-…

    …note-v1.10
    
    DOC/RECV-NBX: removed incorrect note - v1.10
    shamisp authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    080ea0e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Merge pull request openucx#6117 from dmitrygx/topic/ucp/rndv_am_relea…

    …se_id_1_10
    
    UCP/RNDV: Fix releasing of local request ID when switching to RNDV AM (v1.10.x)
    brminich authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    6fb6263 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6111 from avildema/fix_azp_v1_10

    AZP: fix docker image
    yosefe authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8a643ad View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Configuration menu
    Copy the full SHA
    a44ad23 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    f25cd86 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge pull request openucx#6164 from dmitrygx/topic/ucp/am_short_stat…

    …us_v1_10
    
    UCP/PROTO: Handle AM short failure correctly [v1.10.x]
    yosefe authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    0427865 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6167 from dmitrygx/topic/uct/ib_handle_mul…

    …ti_cancel_v1_10
    
    UCT/IB/RC: Handle multiple flush cancel w/o completion [v1.10.x]
    yosefe authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    567e3ed View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    49fbd8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1407016 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. UCS/UCT/JENKINS: Enable the loopback IP as a tcp and testing resource

    use CM fallback on rdmacm route_resolve error.
    alinask committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    8e63b6d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Merge pull request openucx#6198 from alinask/topic/ucs-jenkins-enable…

    …-loopback-v1_10
    
    UCS/UCT/JENKINS: Enable the loopback IP as a tcp and testing resource
    yosefe authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    2c72edc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. UCP/UCT/TOOLS: convert err to diag for uct_cm_open

     - UCT/RDMACM: decrease log level from error to diag
       if IB device is not present
     - UCP/WORKER: do not fail ucp_worker_create by
       uct_cm_open
     - TOOLS/UCX_INFO: return status from print_ucp_info
    evgeny-leksikov committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    3d25dd1 View commit details
    Browse the repository at this point in the history
  2. UCT/UD: Don't wake up remote peer for every ACKREQ packet

    Introduce a minimal interval for sending packets with SOLICITED flag,
    to avoid excessive interrupts on the remote peer which have a
    significant performance overhead.
    yosefe committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    8d948d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c020b View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Merge pull request openucx#6228 from dmitrygx/topic/uct/fix-uct_rdmac…

    …m_cm_ep_str_v1_10
    
    UCT: Prevent segfault in uct_rdmacm_cm_ep_str when id is not initialized [v1.10.x]
    yosefe authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    8cd9a82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6231 from yosefe/topic/uct-ud-dont-wake-up…

    …-remote-peer-v1.10.x
    
    UCT/UD: Don't wake up remote peer for every ACKREQ packet -v1.10.x
    yosefe authored Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ea5daa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Merge pull request openucx#6211 from evgeny-leksikov/uct_rdmacm_cm_op…

    …en_err_v.1.10.x
    
    UCT/RDMACM: decrease log level from error to diag v1.10.x
    yosefe authored Jan 30, 2021
    Configuration menu
    Copy the full SHA
    3d4f8f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ac4697 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. Merge pull request openucx#6238 from evgeny-leksikov/v1.10.x

    UCP/UCT/MD: add diag prints to mem_reg path, v1.10.x
    yosefe authored Jan 31, 2021
    Configuration menu
    Copy the full SHA
    6d2449f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    5626ab2 View commit details
    Browse the repository at this point in the history
  2. NEWS: News update before release

    News format was changed slightly to include additional information
    based on log commits.
    
    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    798d265 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6233 from shamisp/topic/v1.10.x/news

    NEWS: News update before release
    shamisp authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f609817 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#6250 from avildema/ucx_fix_corrupter_v1_10

    AZP/IODEMO: fix get PID in corrupter - v1.10.x
    yosefe authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    0d7a1b9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request openucx#6187 from dmitrygx/topic/ucp/backport_v1_10

    UCP/CORE/RNDV/GTEST: Drop packets with invalid ID and fix handling of status in RNDV RTS/RTR/data [v1.10.x]
    yosefe authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f979fdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8f0911 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. CONFIG/TEST: Fix compilation on gcc11

    - Check if linker also supports -diag-error NNNN flag, since passing
      such flag to the gcc in compile mode just produces sime warnings but
      does not cause it to fail. On other hand, the GNU linker does fail
      when passed such (unsupported) flag.
    - Make pgtable comparator a const function
    yosefe committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    12b0ba4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6259 from petro-rudenko/pkg/deb-pkg-1.10

    DEB/PKG: add essential system dependencies. v1.10
    yosefe authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    f28a15c View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6263 from yosefe/topic/config-test-fix-com…

    …pilation-on-gcc11-v1.10.x
    
    CONFIG/TEST: Fix compilation on gcc11 - v1.10.x
    yosefe authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4b765ec View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. UCS: A fix for cross compilation support in configure

    Set HAVE_HW_TIMER to zero for cross compile built
    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    416253f View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. UCT/IB: fix cq creation failure using old ibv api

    With the rdma-core version 28 onwards the error code
    returned from libibverbs for the case when ibv_cq_ex_to_cq
    is not supported by the underlying transport has changed
    from ENOSYS to EOPNOTSUPP.
    Ucx is broken for the transport devices which do not
    support ibv_cq_ex_to_cq while rdma-core version used
    is 28+
    
    Fixing the error code check to look for the right
    error code.
    Updated file headers to add Broadcom copyright
    
    Signed-off-by: Devesh Sharma <devesh.sharma@broadcom.com>
    Devesh Sharma committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    749f834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66c344 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6275 from dsharma283/v1.10.x

    UCT/IB: fix cq creation failure using old ibv api
    yosefe authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    4861030 View commit details
    Browse the repository at this point in the history
  4. Merge pull request openucx#6274 from shamisp/topic/v1.10.x/timer_check

    UCS: A fix for cross compilation support in configure - v1.10.x
    yosefe authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    8b32765 View commit details
    Browse the repository at this point in the history
  5. IB/ADDRESS: pack MTU value for non 4K value

    - pack MTU value for HCA where non 4096 MTU are used
    - added gtest for non-unified MTU
    Sergey Oblomov committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    dbf5758 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90873fa View commit details
    Browse the repository at this point in the history
  7. Merge pull request openucx#6276 from brminich/topic/ucp_am_data_relea…

    …se_fix_v-1.10
    
    UCP/AM: Fix releasing of deferred data - v1.10.x
    yosefe authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2822e7c View commit details
    Browse the repository at this point in the history
  8. Merge pull request openucx#6277 from hoopoepg/topic/ib-pack-non-4k-mt…

    …u-v1.10
    
    IB/ADDRESS: pack MTU value for non 4K value - v1.10
    yosefe authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    2b99702 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Merge pull request openucx#6278 from Artemy-Mellanox/topic/fix_cq_exp…

    …-1.10
    
    UCT/RC: Fix QP destroy for EXP flow - v1.10
    yosefe authored Feb 6, 2021
    Configuration menu
    Copy the full SHA
    bbcc0d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    a638393 View commit details
    Browse the repository at this point in the history
  2. UCP/CORE/WIREUP/GTEST: Fix check intersection with CM initial configu…

    …ration on TMP EP
    
    Conflicts:
    	src/ucp/core/ucp_ep.c
    	src/ucp/wireup/wireup.c
    dmitrygx committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e4d1208 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    511a806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f98a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Merge pull request openucx#6305 from bureddy/rma-fix-v1.10.x

    UCP/RMA: Fix length check condition in RMA PUT short - v1.10.x
    yosefe authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    364f7cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6307 from bureddy/put_zcopy-v1.10.x

    UCP/RNDV: Set addr NULL in RTS if reg md_map is NULL. - v1.10.x
    yosefe authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    abb8737 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6297 from dmitrygx/topic/ucp/check_interse…

    …ct_v1_10_x
    
     UCP/CORE/WIREUP/GTEST: Fix check intersection with CM initial configuration [v1.10.x]
    yosefe authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    202df3d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. NEWS: Update before RC3

    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    8c1dd5a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. AUTHORS: Updating the list of authors

    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    2f44830 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6332 from shamisp/topic/v1.10.x/authors

    AUTHORS: Updating the list of authors - v1.10.0
    shamisp authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    e490b6b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Merge pull request openucx#6333 from shamisp/topic/v1.10.x/news_rc3

    NEWS: Update before RC3 - v1.10.0
    yosefe authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    c334359 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Configuration menu
    Copy the full SHA
    9f3c8fc View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6345 from avildema/release_os_1_10

    AZP: add new OS for release CI
    yosefe authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    221e984 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aab47e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. Merge pull request openucx#6349 from dmitrygx/topic/ucp/async_blocks_…

    …v1_10
    
    UCP/CORE/WIREUP: Add missing async blocks (v1.10.x)
    yosefe authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7c53190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10b7fc2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Merge pull request openucx#6359 from Akshay-Venkatesh/topic/v1.10.x-f…

    …ix-ucs-topo-path-calc
    
    UCS/TOPO: Use common prefix and char count for path distance estimation - v1.10.x
    yosefe authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    4af10be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2416b91 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Merge pull request openucx#6364 from Akshay-Venkatesh/topic/v1.10.x-c…

    …uda-ipc-iface-cache
    
    UCT/CUDA_IPC: make cuda-ipc cache global - v1.10.x
    yosefe authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    fdaf339 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2021

  1. NEWS: Updating news to reflect rc4 changes

    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    81f3f78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6372 from shamisp/topic/v1.10.x/news_rc4

    NEWS: Updating news to reflect rc4 changes
    yosefe authored Feb 20, 2021
    Configuration menu
    Copy the full SHA
    96422ce View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. UCP/AM: Use correct ep for short send with reply

    (cherry picked from commit cb69bcc)
    brminich committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    1059b14 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Merge pull request openucx#6399 from brminich/topic/ucp_am_fix_short_…

    …rep_v1.10.x
    
    UCP/AM: Use correct ep for short send with reply - v1.10.x
    brminich authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    ebdb802 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. NEWS: News update for v1.10.0 rc5

    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    33ccbe6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6405 from shamisp/topic/v1.10.x/news_rc5

    NEWS: News update for v1.10.0 rc5
    yosefe authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b54f3b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    ccc15bf View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Merge pull request openucx#6441 from petro-rudenko/zp/rm-jucx-v1.10

    AZP: do not include libjucx into release packages. [v.1.10]
    yosefe authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    1700da1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cee6da View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    3d2ce12 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Merge pull request openucx#6448 from petro-rudenko/news/rm-jucx-news

    NEWS: remove jucx from packages. [v.1.10]
    shamisp authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    c07c68b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Merge pull request openucx#6453 from avildema/cuda_11_2_v1_10

    AZP/RELEASE: Add dockers with cuda11.2 for v1.10
    yosefe authored Mar 7, 2021
    Configuration menu
    Copy the full SHA
    90eeac0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    a13273d View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6468 from yosefe/topic/news-update-to-v1-1…

    …0-release-date-v1.10.x
    
    NEWS: Update to v1.10 release date
    yosefe authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4ef2333 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Configuration menu
    Copy the full SHA
    5e52860 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6472 from yosefe/topic/news-build-update-b…

    …uild-reason-trigger-and-v1.10.x
    
    NEWS/BUILD: Update Build.Reason trigger and release date -v1.10.x
    yosefe authored Mar 9, 2021
    Configuration menu
    Copy the full SHA
    20697e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. LIBPERF: fixed incorrect error handling

    - there was issue in potential incorrect free on error handling:
      in case if memory could not be allocated incorrect
      free operation may be called
    
    (cherry picked from commit e7894da)
    Sergey Oblomov committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    cbe79a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Merge pull request openucx#6531 from hoopoepg/topic/libperf-fixed-inc…

    …orrect-err-handle-v1.10
    
    LIBPERF: fixed incorrect error handling - v1.10
    yosefe authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    7477e81 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    a796a80 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    3e16909 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Merge pull request openucx#6565 from yosefe/topic/uct-ib-fix-port-wid…

    …th-check-on-v1.10.x
    
    UCT/IB: Fix port width check on HDR100 - v1.10.x
    yosefe authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    8d17ade View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6477 from avildema/jucx_pool

    AZP/RELEASE: launch jucx in lab
    yosefe authored Mar 28, 2021
    Configuration menu
    Copy the full SHA
    c14a404 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    d24d307 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Configuration menu
    Copy the full SHA
    0f29dca View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6643 from yosefe/topic/ucs-sock-fix-rpm-bu…

    …ild-with-gcc11-v1.10.x
    
    UCS/SOCK: Fix RPM build with gcc11 on fedora34 - v1.10.x
    yosefe authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    b146cf8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request openucx#6585 from yosefe/topic/config-spec-bump-ve…

    …rsion-to-1-10-v1.10.x
    
    CONFIG/SPEC: Bump version to 1.10.1
    yosefe authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    bb396c3 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    225f828 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Merge pull request openucx#6663 from bureddy/v1.10.x

    UCP/RNDV: Fix in mem type pipeline - v1.10.x
    yosefe authored Apr 17, 2021
    Configuration menu
    Copy the full SHA
    cd50625 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. UCP/AM: force eager protocol for old AM API

    (cherry picked from commit bc408b3)
    karasevb committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    2cc837e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. NEWS: News update

    karasevb committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    0455f2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6665 from karasevb/1.10.x/ucp_old_am_fix

    UCP/AM: force eager protocol for old AM API - v1.10.x
    yosefe authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    590848b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7b33c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53045ec View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge pull request openucx#6649 from petro-rudenko/jucx/fix-conn-hand…

    …er_v.1.10
    
    JUCX: Do not delete reference to listener connHandler (v.1.10.x)
    yosefe authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1370f77 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Merge pull request openucx#6682 from avildema/v_1_10_rpm

    AZP/RELEASE: Remove strict libibverbs dependency
    yosefe authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    cbcc551 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    b2ab26c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Merge pull request openucx#6707 from avildema/fix_snapshot_v1_10

    AZP: Fix snapshot v1 10
    yosefe authored Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0184619 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    a94e66b View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Merge pull request openucx#6720 from petro-rudenko/uct/loopback-param

    UCT/TCP: add enable loopback flag. [v1.10]
    yosefe authored May 1, 2021
    Configuration menu
    Copy the full SHA
    2d8240f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. UCT/DC: Create DCI via DEVX

    yosefe committed May 3, 2021
    Configuration menu
    Copy the full SHA
    c1272a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc165b View commit details
    Browse the repository at this point in the history
  3. NEWS: News update

    * Adding missing items
    * Fixing news format to follow previous releases
    
    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed May 3, 2021
    Configuration menu
    Copy the full SHA
    2c3ba27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    647f196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    457bd79 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Configuration menu
    Copy the full SHA
    a0a72b8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6750 from yosefe/topic/dci-fhs-v1.10.x

    UCT/DC/MLX5: Create DCI via DevX with full handshake option - v1.10.x
    yosefe authored May 4, 2021
    Configuration menu
    Copy the full SHA
    63ccf2b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Configuration menu
    Copy the full SHA
    0a5b846 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Merge pull request openucx#6733 from chenyidu/v1.10.x

    UCP/AM: Adjust max_short for UCP_AM_SEND_REPLY - v1.10.x
    yosefe authored May 7, 2021
    Configuration menu
    Copy the full SHA
    b50b0af View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. UCP: handle a case of a null cm on the worker and update the NEWS file.

    may happen if the list of components that support CM is longer than the
    available cms on the host (worker->cms).
    alinask committed May 9, 2021
    Configuration menu
    Copy the full SHA
    3a307d4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openucx#6765 from alinask/topic/topic/ucp-fix-acce…

    …ss-null-cm-v1-10
    
    UCP: handle a case of a null cm on the worker - v1.10.x
    yosefe authored May 9, 2021
    Configuration menu
    Copy the full SHA
    f633e85 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. NEWS: News update before release v1.10.1

    Signed-off-by: Pavel Shamis (Pasha) <pasharesearch@gmail.com>
    shamisp committed May 12, 2021
    Configuration menu
    Copy the full SHA
    8d78d1f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Merge pull request openucx#6796 from shamisp/topic/v1.10.1-news

    NEWS: News update before release v1.10.1
    shamisp authored May 13, 2021
    Configuration menu
    Copy the full SHA
    6a5856e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. [Huawei]Support UCG component

    l00574756 committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    08d489f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. [Huawei]Support HNS RoCE

    Offering:hpc
    l00574756 authored and JKLiang9714 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    0f8d7db View commit details
    Browse the repository at this point in the history
  2. [Huawei]fix compiler problem

    Offering:hpc
    JKLiang9714 committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    92bb5a9 View commit details
    Browse the repository at this point in the history