1
1

btl/openib: bump up udcm priority

This commit was SVN r28505.
Этот коммит содержится в:
Nathan Hjelm 2013-05-14 20:02:40 +00:00
родитель d5cae9aced
Коммит 32a8ff5255

Просмотреть файл

@ -293,7 +293,7 @@ static int udcm_send_request (mca_btl_base_endpoint_t *lcl_ep,
#define UDCM_GRH_SIZE (sizeof (struct ibv_grh))
/* Priority of this connection module */
static int udcm_priority = 0;
static int udcm_priority = 63;
/* Number of receive work requests to post */
static int udcm_recv_count = UDCM_MIN_RECV_COUNT;