Skip to content

Tags: nmorey/rdma-core

Tags

v52.0

Toggle v52.0's commit message
rdma-core-52.0:

Updates from version 51.0
   * providers/irdma: Do not override the raw op type in CQE
   * providers/irdma: Fix the number of CQEs attribute returned in create_ex CQ.
   * tests: Extend DM tests
   * tests: Add test to get_pkey_index
   * pyverbs: Support ibv_get_pkey_index.
   * pyverbs: Make Mlx5DmOpAddr read and write functions atomic
   * tests: Drop unintended t10dif flags
   * tests: Fix expected value after test_and_set atomic op
   * tests: Add mixed MR test
   * pyverbs: Extend WQ to enable creation with CQEX
   * libhns: Add check for input param of hnsdv_query_device()
   * libhns: Optimize cqe inline for srq
   * providers/irdma: Handle OS page size of 64k
   * pyverbs/efa: Support unsolicited RDMA write w/ imm. receive
   * providers/efa: Add unsolicited RDMA write w/ imm. receive
   * Update kernel headers
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * providers/efa: Rename bad op device completion status
   * providers/efa: Add new completion status for unknown peer
   * providers/efa: Set remote access error for bad address status
   * bnxt_re/lib: Fix the stride calculation for MSN/PSN area
   * librdmacm/cmtime: Add socket connection rate test option
   * librdmacm/cmtime: Make output easier to import into excel
   * librdmacm/cmtime: Force use of multiple threads in work queue
   * librdmacm/cmtime: Add option to control number of threads
   * librdmacm/cmtime: Use atomic for 'use_qpn' and 'disc_events'
   * librdmacm/cmtime: Convert completed count to atomic
   * librdmacm/cmtime: Skip waiting for disconnect reply
   * librdmacm/cmtime: Exit test on unexpected error
   * librdmacm/cmtime: Have client use work queue threads
   * librdmacm/cmtime: Move small event hander functions inline
   * librdmacm/cmtime: Rework work queue abstraction
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * libhns: Assign doorbell to zero when allocate it
   * libhns: Add pthread_spin_destroy()
   * libhns: Fix several context locks issue
   * libhns: Remove unused return value
   * librdmacm/cmtime: Rework event handling to sync test steps
   * librdmacm/cmtime: Use local variable instead of global variable
   * librdmacm/cmtime: Change how test iteration stages are tracked
   * librdmacm/cmtime: Add OOB sync mechanism for coordination
   * librdmacm/cmtime: Move client/server code into functions
   * librdmacm/cmtime: Add 'mimic qp' operations with sleep
   * librdmacm/cmtime: Update man page to reflect latest updates
   * librdmacm/cmtime: Add test that skips QP operations
   * librdmacm/cmtime: Report time for entire connect process
   * librdmacm/cmtime: Use clock_gettime instead of gettimeofday
   * librdmacm/cmtime: Update output format
   * librdmacm/cmtime: Manage QP directly
   * librdmacm/cmtime: Add warmup iteration to test
   * librdmacm/cmtime: Separate server listen and connect handling
   * librdmacm/cmtime: Separate cleanup of QPs and IDs
   * librdmacm/cmtime: Rework server to use pre-allocated nodes
   * librdmacm/cmtime: Redo work_list/queue abstraction
   * librdmacm/cmtime: Add helper function to identify client
   * librdmacm/cmtime: Limit thread processing a set number of connections
   * librdmacm/examples: Rename create_first_event_channel, drop first
   * librdmacm/cmtime: Pair get_rdma_addr() with rdma_freeaddrinfo()
   * librdmacm/examples: Move error message for rdma_getaddrinfo to helper
   * librdmacm/examples: Remove unnecessary checks before rdma_freeaddrinfo()
   * librdmacm/cmtime: Only access nodes array if it was allocated
   * libhns: Support DSCP in userspace
   * Update kernel headers
   * mlx5: use ETHERNET_LL_SIZE to unify mac addr length
   * mlx4: use ETHERNET_LL_SIZE to unify mac addr length
   * libibverbs: define ETHERNET_LL_SIZE and unify usage
   * verbs: fix typo to describe ibv_reg_dm_mr
   * librdmacm/cmtime: Fix formatting around while loops
   * Update library version to be 52.0
   * Improve python searching logic in buildscripts.

v51.1

Toggle v51.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-51.1:

Updates from version 51.0
 * Backport fixes:
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * bnxt_re/lib: Fix the stride calculation for MSN/PSN area
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * libhns: Fix several context locks issue
   * libhns: Remove unused return value
   * stable branch creation

v50.1

Toggle v50.1's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-50.1:

Updates from version 50.0
 * Backport fixes:
   * bnxt_re/lib: Fix the stride calculation for MSN/PSN area
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * libhns: Remove unused return value
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow
   * debian: fix minimum version for new libibnetdisc symbols
   * bnxt_re/lib: Fix the toggle bit changes in resize cq path
   * buildlib: fix azure regexp to trigger builds for v5*
   * stable branch creation

v49.2

Toggle v49.2's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-49.2:

Updates from version 49.1
 * Backport fixes:
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * libhns: Remove unused return value
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow
   * debian: fix minimum version for new libibnetdisc symbols

v48.2

Toggle v48.2's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-48.2:

Updates from version 48.1
 * Backport fixes:
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * libhns: Remove unused return value
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow

v47.3

Toggle v47.3's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-47.3:

Updates from version 47.2
 * Backport fixes:
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * libhns: Remove unused return value
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow

v46.4

Toggle v46.4's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-46.4:

Updates from version 46.3
 * Backport fixes:
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * libhns: Remove unused return value
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow

v45.5

Toggle v45.5's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-45.5:

Updates from version 45.4
 * Backport fixes:
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow
   * tests: Remove FW reformat check for SW tables

v44.6

Toggle v44.6's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-44.6:

Updates from version 44.5
 * Backport fixes:
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow

v43.6

Toggle v43.6's commit message

Verified

This tag was signed with the committer’s verified signature.
nmorey Nicolas Morey
rdma-core-43.6:

Updates from version 43.5
 * Backport fixes:
   * libhns: Fix several context locks issue
   * librdmacm: Fix an overflow bug in qsort comparison function
   * librdmacm: Ack the pending event in sync UD connection
   * libhns: Clean up signed-unsigned mix with relational issue
   * libhns: Fix owner bit when SQ wraps around in new IO
   * mlx5: DR, Using sq ts format when RoCE is disabled
   * librdmacm: adjust ECE function name in man page
   * providers/qedr: Fix qelr_alloc_context error flow