Redhat Kernel RDMA QE Python libs and tests
Project description
Table of Contents
Description
Redhat Kernel RDMA QE Python libs and tests.
Installation
$ dnf install -y python3-pip.noarch
$ pip3 install --user python-rdma-qe
Upgrade
$ pip3 list | grep python-rdma-qe
$ pip3 install -U python-rdma-qe
Uninstallation
$ pip3 uninstall python-rdma-qe
Usage
$ python3
Python 3.9.16 (main, Mar 7 2023, 00:00:00)
[GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import rdmaqe.rdma.general as g
>>> hca = g.HCA("hfi1_0")
INFO: [2023-06-13 03:25:58] Running: 'ibv_devinfo -d hfi1_0'...
hca_id: hfi1_0
transport: InfiniBand (0)
fw_ver: 1.27.0
node_guid: 0011:7501:0167:0fb0
sys_image_guid: 0011:7501:0167:0fb0
vendor_id: 0x1175
vendor_part_id: 9456
hw_ver: 0x10
board_id: Cornelis Omni-Path Host Fabric Interface Adapter 100 Series
phys_port_cnt: 1
port: 1
state: PORT_ACTIVE (4)
max_mtu: 4096 (5)
active_mtu: 4096 (5)
sm_lid: 5
port_lid: 6
port_lmc: 0x00
link_layer: InfiniBand
>>> print(hca.get_protocol("1"))
InfiniBand
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
python_rdma_qe-0.0.10.tar.gz
(14.1 MB
view hashes)
Built Distribution
Close
Hashes for python_rdma_qe-0.0.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e8cf0fdca5a8eb2db048d028581ae9f83a0af20b2e538b9392d6f9e26cf47fd |
|
MD5 | 8910d6ab7fb94ec4c3d61efecc7b751d |
|
BLAKE2b-256 | f72243e9aee634f30b1229408d53dab6b1a155256f6c210225bddd952c3cdd40 |