Libibvpp is a C++ wrapper around libibverbs, which is part of the OpenFabrics software suite (www.openfabrics.org). For the most part, Libibvpp provides a minimalistic C++ wrapper interface to libibverbs, while providing complete resource management through the use of C++ TR1 smart pointers: specifically, the tr1::shared_ptr and tr1::weak_ptr classes.