[infiniband] Add Communication Manager (CM)

The Communication Manager is responsible for handling the setup and
teardown of RC connections.
This commit is contained in:
Michael Brown
2009-07-17 22:10:42 +01:00
parent c939bc57ff
commit cc2e767b5a
4 changed files with 524 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ib_gma ( ERRFILE_NET | 0x001b0000 )
#define ERRFILE_ib_pathrec ( ERRFILE_NET | 0x001c0000 )
#define ERRFILE_ib_mcast ( ERRFILE_NET | 0x001d0000 )
#define ERRFILE_ib_cm ( ERRFILE_NET | 0x001e0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )