| VIP_NULL_PKT |
Fake packet, to avoid null type value. |
| VIP_EAGER_PKT |
Eager messages. |
| VIP_EAGER_IMM_PKT |
Eager messages with immediate data. |
| VIP_3WAY_REQ_PKT |
Rendez-vous request for matching receive descriptors. |
| VIP_3WAY_OK_PKT |
Rendez-vous OK reply, ready to receive. |
| VIP_3WAY_DONE_PKT |
Rendez-vous completion, message is in place on the receiver. |
| VIP_3WAY_DONE_IMM_PKT |
Rendez-vous completion, with immediate data. |
| VIP_PUT_REQ_PKT |
PUT request, requires to check if remote buffer is registered |
| VIP_PUT_REQ_IMM_PKT |
PUT request, with immediate data (need to match receive descriptor). |
| VIP_PUT_OK_PKT |
PUT OK reply, remote buffer is registered. |
| VIP_PUT_DONE_PKT |
PUT completion from sender. |
| VIP_PUT_DONE_IMM_PKT |
PUT completion, with immediate data. |
| VIP_REPORT_PKT |
Internal VI-GM report packet. |
| VIP_ALIVE_PKT |
Internal heartbeart packet, sent to the connection manager. |
| VIP_CONN_LIST_REQ_PKT |
Request to the connection manager to get the list of endpoints. |
| VIP_CONN_LIST_REPLY_PKT |
List of endpoints replied by the connection manager. |
| VIP_CONN_REQ_PKT |
Connection request from client. |
| VIP_CONN_PEER_REQ_PKT |
Peer connection request from client. |
| VIP_CONN_NOMATCH_PKT |
No match for connection reply from server. |
| VIP_CONN_ACCEPT_PKT |
Connection accepted reply from server. |
| VIP_CONN_PEER_ACCEPT_PKT |
Peer connection accepted reply from server. |
| VIP_CONN_REJECT_PKT |
Connection rejected reply from server. |
| VIP_CONN_PEER_REJECT_PKT |
Peer connection rejected reply from server. |
| VIP_CONN_ACK_PKT |
Connection accepted acknowledge from client. |
| VIP_LAST_PKT_TYPE |
Last packet type for bound checking. |