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.13.tar.gz
(14.1 MB
view hashes)
Built Distribution
Close
Hashes for python_rdma_qe-0.0.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf680b3032dda4fb7983f6622e9f7ac74ec44d0560b8e7f584cb7531f79af9b4 |
|
MD5 | 2319377adacf5cfcb18d66dadb89b759 |
|
BLAKE2b-256 | 2a67c242927dcd1545b12d85be539abb8d64c4200f85ec23f59b0bf56bd8c295 |