Yongseok Koh 0b259b8e96 net/mlx4: enable secondary process to register DMA memory
The Memory Region (MR) for DMA memory can't be created from secondary
process due to lib/driver limitation. Whenever it is needed, secondary
process can make a request to primary process through the EAL IPC
channel (rte_mp_msg) which is established on initialization. Once a MR
is created by primary process, it is immediately visible to secondary
process because the MR list is global per a device. Thus, secondary
process can look up the list after the request is successfully returned.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
2019-04-05 17:45:22 +02:00
..
2019-04-05 17:45:22 +02:00
2019-03-01 18:17:35 +01:00
2018-04-11 01:47:47 +02:00
2018-04-11 01:47:47 +02:00
2019-04-05 17:45:22 +02:00
2019-04-05 17:45:22 +02:00
2018-04-11 01:47:47 +02:00
2018-04-11 01:47:47 +02:00