github linux-rdma/rdma-core v31.0
rdma-core-31.0:

latest releases: v51.0, debian/50.0-2, debian/50.0-1...
3 years ago

Changes:

  • 526d559 Merge pull request #806 from galpress/typo-optional-pr
  • cec8272 verbs: Fix typo 'optinal' -> 'optional'
  • 31537ce Merge pull request #805 from amzn/excq-pr
  • ded7847 Merge pull request #803 from rleon/revert-cqe-errors
  • eed269d Merge pull request #789 from amzn/efa1-pr
  • 8a620e9 Merge pull request #804 from yishaih/verbs_misc
  • 6def1b8 verbs: Use WQ creation flags properly
  • 40ee2e2 efa: Introduce create extended CQ support
  • dc71a86 tests: Skip extended CQ tests on unsupported devices
  • c8323c3 efa: Store extended CQ in EFA's CQ
See More
  • dc6e991 efa: Split poll CQ function
  • 6c2409d efa: Use ENOENT to mark empty CQ
  • a48b9b1 pyverbs: Delete all tests that generates mlx5 CQE errors
  • 568ad09 Merge pull request #800 from chuckcranor/no_prebuilt_docs
  • 6428c7b Merge pull request #802 from Kamalheib/raw_qp
  • 7de7246 allow install to complete even if no prebuilt man pages are available
  • 0c441dc tests: Skip test if create Raw Packet QP is not supported
  • 93cadc5 Merge pull request #795 from EdwardSro/pr-memory-window
  • 2c0a469 Merge pull request #794 from EdwardSro/pr-rdmacm
  • 3b4690c Merge pull request #798 from yishaih/mlx5_uar
  • decbd73 Merge pull request #801 from galpress/kernel-headers-dot
  • 6523ec3 Add a dot to kernel headers update script commit message
  • 2eb9059 efa: Add EFA 0xefa1 PCI ID
  • 0e6660c efa: Respect minimum SQ size
  • 7aad28d efa: Respect maximum TX doorbell batch
  • b9ffd6e efa: Use mmio_memcpy_x64 when copying WQEs to the LLQ
  • 4aafa3e Update kernel headers
  • 2dc2fd2 mlx5: Fix an issue on P9 with legacy UAR
  • e8a955e Merge pull request #796 from yishaih/mlx5_misc
  • f770ffd Merge pull request #786 from mkalderon/master
  • ebdfec7 libqedr: Add EDPM mode type for user-fw compatibility
  • 02262dd libqedr: Add edpm size limit and flag for backward/forward compatibility
  • 0cea00c Update kernel headers
  • 66bc7b8 mlx5: Enable non page aligned QP ring buffer allocation
  • f0b2d01 Merge pull request #792 from yishaih/mlx5_dr_imp
  • 7b1ec39 tests: Add Memory Window tests
  • c05fd07 pyverbs: Add memory window support
  • 6085fa2 pyverbs: Add the imm_data property to SendWR
  • e62c1b3 tests: Add rdmacm remote traffic
  • c36ba27 pyverbs: Add RDMACM remote read/write API
  • d1a87a9 pyverbs: Add rdma_get_device API
  • d5d20bf Merge pull request #793 from chuckcranor/master
  • 7b13174 Merge pull request #791 from yishaih/mlx5_misc
  • 1faf9b8 Merge pull request #783 from EdwardSro/pr-bug-fixes
  • 8a477f6 Merge pull request #782 from EdwardSro/pr-odp-additions
  • ccce439 tests: Support UD ODP test
  • 0423e44 pyverbs: Extend MR's write method
  • 3bc496f tests: ODP test refactoring
  • 91833c6 pyverbs: Protect the write and read methods of MR
  • af4668b tests: Add implicit ODP MR testing
  • 61ad291 pyverbs: Add support for implicit ODP MR
  • 8a23e4d add ${NL_LIBRARY_DIRS} to link_directories()
  • bed45e6 Merge pull request #790 from amzn/shared-pd-test-fix-pr
  • 6508a21 mlx5: DR, Rename HW specific checks from matcher
  • 7f3f23f mlx5: DR, Rename builders HW specific names
  • b62d868 mlx5: DR, Remove unneeded misc3 variable
  • a6c3abd mlx5: DR, Remove unneeded vlan check from L2 builder
  • 5bd40ce mlx5: DR, Remove unneeded check from source port builder
  • 77f2d0a mlx5: DR, Call ste_builder directly with tag pointer
  • 8a3e900 mlx5: DR, Replace the check for valid STE entry
  • ba78fed mlx5: DR, Add new action of type dest_devx_tir
  • f6448c1 mlx5: Extend mlx5dv_devx_obj struct to support TIR
  • e055d8c Merge pull request #788 from yishaih/mlx5_misc
  • ab66851 tests: Skip tests with unsupported MR access flags
  • 66797c6 Merge pull request #787 from jgunthorpe/azp_update
  • 244015c mlx5: DR, Enable SW Steering RX/TX domains
  • b86cd5c mlx5: DR, Add support for using force-loopback on QP creation
  • 6724f65 mlx5: DR, Query RoCE capabilities
  • 0593cf6 Merge pull request #776 from yishaih/verbs_misc
  • 60b6bfd tests: Add a shared PD Pyverbs test
  • 3790121 Documentation: Add usage example for verbs import
  • 50d470c pyverbs: Support verbs import APIs
  • 7964ebb mlx5: Implement the import/unimport MR verbs
  • 4fdaac9 verbs: Introduce ibv_import/unimport_mr() verbs
  • a238c0f mlx5: Implement the import/unimport PD verbs
  • 05ae307 verbs: Introduce ibv_import/unimport_pd() verbs
  • 07e21cd mlx5: Implement the import device functionality
  • cb3be40 mlx5: Refactor mlx5_alloc_context()
  • 36133ef verbs: Introduce ibv_import_device() verb
  • 317d889 verbs: Enhance async FD usage
  • 5f200b1 verbs: Close async_fd only when it was previously created
  • 50937d0 Update kernel headers
  • 03762d6 buildlib: Update to FC32
  • 4c60200 buildlib: Use the right container for azure pipelines release mode
  • 53d8464 Merge pull request #785 from yishaih/mlx5_misc
  • b6a9ee5 mlx5: Fix compilation errors when compiling with MLX5_DEBUG
  • be9938f Merge pull request #780 from amzn/pyverbs-fixes-round2-pr
  • fc35012 Merge pull request #784 from rleon/ml
  • f4de7b3 redhat: Fix the condition for pyverbs enablement on Fedora 32 and up
  • 20e13b0 tests: Conditional verification of attributes in query device
  • 79f6e8e tests: Correct query QP attributes
  • b27e504 tests: Verify net interface support on RDMATestCase
  • ea1dac8 tests: Raise correct error value on request notify CQ failure
  • 2aad8aa tests: Skip unsupported MW type on MW wrong type test
  • 4c83df0 Merge pull request #777 from amzn/verbs-cq-pr
  • 26b3b7f pyverbs: Memset the memory after posix_memalign
  • 81c3f51 Merge pull request #778 from yishaih/mlx5_misc
  • d800c8a Merge pull request #775 from amzn/ucontext-attr-pr
  • eee1a96 efa: Move provider specific attributes to the context
  • f18feb6 Merge pull request #779 from amzn/qp-ex-notsupp-pr
  • adfff41 efa: Update correct errno return on create extended QP function
  • 396e6b6 mlx5: Fix potential arithmetic overflow
  • 195c919 verbs: Introduce verbs_cq for extended CQ operations
  • 9fc7152 Merge pull request #745 from rleon/ece
  • 74b213d tests: Add test for rdmacm ECE mechanism
  • 6957c18 mlx5: Implement set and query ECE verbs
  • cf053bc pyverbs: Add support for ECE
  • 97f8668 librdmacm: Document ECE API
  • 1fc4cb4 librdmacm: Implement ECE handshake logic
  • 530673c librdmacm: Add an option to reject ECE request
  • cc0a636 librdmacm: Return ECE results through rdma_accept
  • e18bee2 librdmacm: Connect rdma_connect to the ECE
  • 4358b12 librdmacm: Provide interface to use ECE for external QPs
  • b835943 debian: Install all available librdmacm man pages
  • 55b5113 verbs: Add interfaces to configure and use ECE
  • c80296a Update kernel headers
  • 1b6f57e Update library version to be 31.0

This list of changes was auto generated.

Don't miss a new rdma-core release

NewReleases is sending notifications on new releases.