Merge pull request #3386 from jsquyres/pr/usnic-set-iov-limit
usnic: ensure to set the iov_limit to 1
Этот коммит содержится в:
Коммит
68956ea100
@ -1552,6 +1552,8 @@ static int create_ep(opal_btl_usnic_module_t* module,
|
||||
|
||||
hint->rx_attr->size = channel->chan_rd_num;
|
||||
hint->tx_attr->size = channel->chan_sd_num;
|
||||
hint->tx_attr->iov_limit = 1;
|
||||
hint->rx_attr->iov_limit = 1;
|
||||
|
||||
/* specific ports requested? */
|
||||
sin = hint->src_addr;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user