We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FI_ADDR_NOTAVAIL
1 parent a0c4b88 commit 1650ed4Copy full SHA for 1650ed4
prov/efa/src/rdm/efa_rdm_pke.c
@@ -64,6 +64,7 @@ struct efa_rdm_pke *efa_rdm_pke_alloc(struct efa_rdm_ep *ep,
64
* should be adjusted according to the actual data size.
65
*/
66
pkt_entry->pkt_size = pkt_pool->attr.size - sizeof(struct efa_rdm_pke);
67
+ pkt_entry->addr = FI_ADDR_NOTAVAIL;
68
pkt_entry->alloc_type = alloc_type;
69
pkt_entry->flags = EFA_RDM_PKE_IN_USE;
70
pkt_entry->next = NULL;
0 commit comments