OSHMEM: spml ikrit: complete puts b4 memheap destruction
Force completion of all puts before deregestering memheap/bss memory Fixes a possible race condition where put request completion callback is called when request context is already cleared. Change-Id: I7ed887ec0b03a66ce5d3076a7edcf64061f57370
Этот коммит содержится в:
родитель
3ff16e7da7
Коммит
5af4d02bd3
@ -662,6 +662,7 @@ int mca_spml_ikrit_deregister(sshmem_mkey_t *mkeys)
|
||||
{
|
||||
int i;
|
||||
|
||||
MCA_SPML_CALL(fence());
|
||||
if (!mkeys)
|
||||
return OSHMEM_SUCCESS;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user