Changes:
- 027a07b Merge pull request #1057 from amzn/pyverbs-zero-size-pr
- 70ce3e0 Merge pull request #1056 from amzn/devinfo-gid-silent-err-fix-pr
- ce2e530 Merge pull request #1043 from EdwardSro/pr-atomic-tests
- 09cc9c4 Merge pull request #1058 from amzn/doc-typos-pr
- 36769bc Merge pull request #1059 from bdrung/master
- 9f2bfca debian: Mark libraries as Multi-Arch: same
- 39a7fd4 debian: Bump Standards-Version to 4.6.0
- 206cb9f tests: Add UD traffic test with size 0
- 622b21d tests: Add SRD traffic test with size 0
- ab9e714 docs: Fix misc documentation typos
See More
- 061eeeb libibverbs/examples: Fix gid query silent error in devinfo
- 83ebc34 Merge pull request #1053 from yishaih/mlx5_dv
- c89d402 Merge pull request #1054 from Honggang-LI/redhat
- c7dbb62 redhat: rdma-core-devel should not require ibacm
- f8b8d61 tests: Add mkey with crypto tests
- 0b44a3f pyverbs: Add mkey crypto configuration support
- f7b1351 mlx5: Add device capabilities for crypto offload
- b5f0a58 mlx5: Add crypto setter for MKey
- b269f69 mlx5: Add DEK management DV API
- 6ea8954 mlx5: Add crypto login DV API
- 7fd01f0 Merge pull request #1050 from yishaih/mlx5_dr
- b1b81ca Merge pull request #1052 from jgunthorpe/azp_update
- f94fde2 Merge pull request #1051 from jgunthorpe/readme
- 6e1b31b build: Provide a real i386 build environment
- 68c319b pyverbs: Fix missing cast for 32 bit
- f6056ab build: Update to clang 12 and gcc 11
- 01ae470 Merge pull request #1049 from yishaih/verbs_misc
- 88be531 README: Modernize some of the readme text
- bdbe132 mlx5: DR, Extend misc4 flex parsers
- efc6a76 mlx5: DR, Add destination IB port action
- 3878bf0 mlx5: DR, Support ECPF vport
- b97347a mlx5: DR, Query vports dynamically
- 5bd3ce8 mlx5: DR, Implement vports table structure
- 8062a7c verbs: Add a man page note for IBV_EVENT_WQ_FATAL
- 206a0cf Merge pull request #1047 from yishaih/mlx5_misc
- 7da62e7 mlx5: Fix compilation on 32 bit systems with gcc 7.5
- a9001bc Merge pull request #1041 from yishaih/mlx5_dr
- 6b8a1be Merge pull request #1040 from yishaih/mlx5_dv
- 64d1ae5 Merge pull request #1042 from EdwardSro/pr-pyverbs-i386-fix
- 02f7869 Merge pull request #1045 from flx42/2021-08-11/fix-qpextestcase
- ee488c6 tests: Fix exception handling in QpExTestCase
- d1ce7c2 tests: Add Atomic traffic tests
- 5362de5 tests: Extend data validation of atomic tests
- ff5696d Link util static library to pyverbs
- 313509f Merge pull request #1038 from selvintxavier/master
- 2d3dc48 Merge pull request #1039 from amzn/pyverbs-mac-fix-pr
- ffc0df8 mlx5: DR, Use the rule lock index as the index for the send-ring
- 2dbeaf3 mlx5: DR, Add infrastructure for multi QPs
- f7d0d4f mlx5: DR, Use multi locks for rule handling
- 8a265ba mlx5: DR, Add separate debug lock
- 9712f25 mlx5: DR, New user API for setting matcher layout
- 7cbf593 tests/mlx5: Add tests for mlx5 DMA memcpy WR
- a702ad6 tests: Make sure that end_poll() is always called
- 85f362a tests/mlx5: Create an mlx5 RC base class
- 1ebcf5c pyverbs/mlx5: Add support for memcpy WR builder
- aa0fda8 mlx5: Introduce mlx5dv_wr_memcpy builder
- c7851a8 mlx5: Remove unused argument in raw_wqe_init
- 327d45e tests: Add missing MAC element to args list
- 22c559b mlx5: DR, Read all STE data after writing it
- 8015337 mlx5: DR, Remove unused field of send_ring struct
- b100c2d mlx5: DR, Use pool variable for lock instead of buddy
- 841e2b5 mlx5: DR, Add fail on error check on decap
- fbc2a60 mlx5: DR, Fix error flow in rehash process
- 66aba73 bnxt_re/lib: Move hardware queue to 16B aligned indices
- 8754fb5 bnxt_re/lib: Use separate indices for shadow queue
- be4d8ab bnxt_re/lib: add a function to initialize software queue
- 6174927 bnxt_re/lib: Read wqe mode from the driver
- 971d76c Merge pull request #1030 from amzn/verbs-log-pr
- fd8aea8 Merge pull request #1037 from rleon/ml
- d7e7773 iwpmd: Remove IP address checking per mapping
- 493ab5c iwpmd: Start the service if IPv4 or IPv6 is available
- 20e85ef siw: Use the verbs logging API instead of printf
- 27a4325 libhns: Use the verbs logging API instead of printf/fprintf
- 2b89684 efa: Add debug and error prints
- 5c3514e verbs: Add generic logging API
- 071c10a Merge pull request #1035 from loongarch64/la64/master
- 3592de9 Merge pull request #1034 from yishaih/mlx5_vfio
- 6b5a79a tests: Add a test for mlx5 over VFIO
- 7680227 pyverbs/mlx5: Support mlx5 devices over VFIO
- 682bb1a tests: Add mlx5 DevX data path test
- db19c36 tests: Add MAC address to the tests' args
- 40bfc7a pyverbs/mlx5: Wrap mlx5_cqe64 struct and add enums
- c2b4c96 pyverbs/mlx5: Add support to extract mlx5dv objects
- 335af3f pyverbs: Add auxiliary memory functions
- d4f26d4 pyverbs/mlx5: Support more DevX objects
- a9d5e18 pyverbs/mlx5: Support EQN querying
- 6a860f1 pyverbs: Support DevX UMEM registration
- d92c3d3 mlx5: Implement mlx5dv devx_obj APIs over vfio
- 47ee212 mlx5: Support initial DEVX/DV APIs over vfio
- 6eaac9d mlx5: Set DV context ops
- 9eb875d mlx5: Implement basic verbs operation for PD and MR over vfio
- 69859e0 mlx5: VFIO poll_health support
- 0c30a1a mlx5: Introduce vfio APIs to process events
- 997c8f5 mlx5: Enable interrupt command mode over vfio
- 00a5b51 mlx5: Support fast teardown over vfio
- 7ea5d01 mlx5: vfio setup basic caps
- cae8407 mlx5: vfio setup function support
- 72c1195 mlx5: Add mlx5_vfio_cmd_exec() support
- bfc56ce mlx5: Setup mlx5 vfio context
- 9b239d0 verbs: Enable verbs_open_device() to work over non sysfs devices
- 26aaeab util: Add interval_set support
- 866bc7c mlx5: Enable debug functionality for vfio
- 193483b mlx5: Introduce mlx5dv_get_vfio_device_list()
- f33e749 Update kernel headers
- 5b0f5b2 Merge pull request #1023 from yishaih/mlx5_dv
- aa90d34 tests: Add DCS stream channel tests
- 158e0d0 pyverbs: Add DCS data path support
- 16e9217 pyverbs: Added DCS modify QP support
- d788f77 pyverbs: Add DCS command support
- 7220296 pyverbs: Add DCS caps support
- 8927fd8 mlx5: Add DCS data path support
- 82166bc mlx5: Add DCS modify QP support
- 08c5e28 mlx5: Add DCS create QP support
- 9dd2c36 mlx5: Add DCS caps support
- 950d28c mlx5: Fix field size for struct mlx5_ifc_qpc_ext_bits
- 8ba42b4 Update kernel headers
- c75a449 util: Add barriers support for LoongArch
- e29e881 Merge pull request #1032 from tatyana-en/libirdma-071421
- 14a0fc8 rdma-core/irdma: Implement device supported verb APIs
- 56865d0 rdma-core/irdma: Add library setup and utility definitions
- 3bebdf5 rdma-core/irdma: Add user/kernel shared libraries
- 61125cc rdma-core/irdma: Add irdma to Makefiles, distro files and kernel-headers
- 2119067 rdma-core/irdma: Update kernel headers
- dbbd9dc rdma-core/i40iw: Remove provider i40iw
- ab34751 Update library version to be 37.0
This list of changes was auto generated.