Michael Margolin
Michael Margolin
This PR adds support for EFA extended CQ with a new capability to get source GID through EFA DV. It consists of EFA provider changes, updated EFA kernel module ABI,...
This PR adds abstraction layer for supporting various AI HW accelerators. Add support for Neuron accelerator device memory usage. To support Neuron, configure using --enable-neuron --with-neuron=. Run bandwidth tests with...
From discussions [here](https://github.com/linux-rdma/rdma-core/pull/1412) and [here](https://lore.kernel.org/all/[email protected]/) seems it will be useful to have an easy way to get optional output field validity.
Add 0xefa3 device ID to the devices database.
Add a new --unsolicited_write flag, available when using SRD with supporting rdma-core version in write with immediate tests. When used, receive WRs will not be posted.
Add SL parameter to EFA create QP direct verb and pass it to the kernel. Update Pyverbs and documentation accordingly. The related kernel patches are [here](https://lore.kernel.org/all/[email protected]/).
Add an option to create CQs through EFA direct verbs with pre-allocated memory, by passing dmabuf fd and offset, and additionally expose SQ, RQ and CQ alignment and mappings. This...