Skip to content

jgunthorpe/python-rdma

Folders and files

NameName
Last commit message
Last commit date
Aug 19, 2015
Aug 2, 2016
Aug 21, 2017
Aug 2, 2016
Aug 2, 2016
Aug 2, 2016
Aug 28, 2014
Mar 11, 2011
Mar 11, 2011
Mar 11, 2011
Aug 21, 2017
Apr 13, 2015
Aug 2, 2016
Apr 21, 2011
Sep 1, 2015

Repository files navigation

Python RDMA

This package contains the Python module rdma which provides a Python API for the Linux RDMA stack. It is an amalgamation of the functionality contained in the Open Fabrics Alliance packages libibmad, libibumad, libibverbs, libibnetdisc and infiniband-diags.

A new API was developed for this library that is designed to take advantage of Python features and provides a very uniform, integrated design across all the different aspects of IB and RDMA programming. It has a particular focus on ease of use and correct operation of the IB and RDMA protocol stacks.

The module is written entirely in Python and only relies on external system libraries to provide ibverbs functionality.

Prebuilt documentation for the module can be reviewed online, and the source code is available on GitHub.

python-rdma is maintained by Obsidian Research Corp. and the main contact for the package is Jason Gunthorpe <jgunthorpe@obsidianresearch.com>