Mellanox / nv_peer_memory

292 stars 60 forks source link

Add EXPORT_SYMBOL to symver #71

Closed adrianchiris closed 3 years ago

adrianchiris commented 4 years ago

In ubuntu 20.04 nv_peer_mem fails to build due to error in symbol dump file (modpost failure)

it seems that its required to add EXPORT_SYMBOL token to nv functions we compile agianst. This commit does just that.

adrianchiris commented 4 years ago

addresses https://github.com/Mellanox/nv_peer_memory/issues/70